docs: lowercase goose in remaining topics (#5861)

This commit is contained in:
dianed-square
2025-11-24 11:05:41 -08:00
committed by GitHub
parent b357e99b30
commit e7eb18b67a
37 changed files with 306 additions and 306 deletions
@@ -1,17 +1,17 @@
---
title: Goose Mobile
title: goose Mobile
sidebar_position: 3
sidebar_label: Goose Mobile
sidebar_label: goose Mobile
---
Goose Mobile is an experimental Android project inspired by the Goose application. It acts as an open agent on your phone, automating multistep tasks, responding to notifications, and even replacing your home screen for maximum efficiency.
goose Mobile is an experimental Android project inspired by the goose application. It acts as an open agent on your phone, automating multistep tasks, responding to notifications, and even replacing your home screen for maximum efficiency.
:::danger Experimental
Goose Mobile requires deep access to your device. Use at your own risk — best on a spare phone or emulator.
goose Mobile requires deep access to your device. Use at your own risk — best on a spare phone or emulator.
:::
<div style={{textAlign: 'center'}}>
<img src="https://github.com/user-attachments/assets/af9d7d83-54f4-4ace-ad66-9e19f86c8fb9" alt="Goose Mobile Screenshot" />
<img src="https://github.com/user-attachments/assets/af9d7d83-54f4-4ace-ad66-9e19f86c8fb9" alt="goose Mobile Screenshot" />
</div>
## What It Does
@@ -22,11 +22,11 @@ Goose Mobile requires deep access to your device. Use at your own risk — best
## Installation
- **Pre-built APK:** Install quickly via [Firebase distribution link](https://appdistribution.firebase.google.com/pub/i/3f111ea732d5f7f6).
- **Build from Source:** Developer instructions are in the [Goose Mobile repository](https://github.com/block/goose-mobile).
- **Build from Source:** Developer instructions are in the [goose Mobile repository](https://github.com/block/goose-mobile).
## Extending Goose Mobile
Goose Mobile supports the **mobile MCP** system, which lets it use tools from other apps without leaving context — e.g., fetching weather data via a weather extension.
## Extending goose Mobile
goose Mobile supports the **mobile MCP** system, which lets it use tools from other apps without leaving context — e.g., fetching weather data via a weather extension.
Sample code and setup instructions are in the repository [README](https://github.com/block/goose-mobile).
@@ -35,4 +35,4 @@ We welcome contributions! See the [Contributing Guide](https://github.com/block/
---
For more scenarios, instructions, and development setup, visit the [Goose Mobile repository](https://github.com/block/goose-mobile).
For more scenarios, instructions, and development setup, visit the [goose Mobile repository](https://github.com/block/goose-mobile).
+7 -7
View File
@@ -9,11 +9,11 @@ import styles from '@site/src/components/Card/styles.module.css';
<h1 className={styles.pageTitle}>Experimental</h1>
<p className={styles.pageDescription}>
Goose is an open source project that is constantly being improved and expanded upon. These experimental features and projects are still in development and may not be fully stable or ready for production use, but they showcase exciting possibilities for the future of AI automation.
goose is an open source project that is constantly being improved and expanded upon. These experimental features and projects are still in development and may not be fully stable or ready for production use, but they showcase exciting possibilities for the future of AI automation.
</p>
:::note
The list of experimental features may change as Goose development progresses. Some features may be promoted to stable features, while others might be modified or removed. This section will be updated with specific experimental features as they become available.
The list of experimental features may change as goose development progresses. Some features may be promoted to stable features, while others might be modified or removed. This section will be updated with specific experimental features as they become available.
:::
<div className={styles.categorySection}>
@@ -25,7 +25,7 @@ The list of experimental features may change as Goose development progresses. So
link="/docs/experimental/ollama"
/>
<Card
title="Goose Mobile"
title="goose Mobile"
description="An experimental Android automation app that acts as an open agent running on your phone, providing maximal automation of everyday tasks."
link="/docs/experimental/goose-mobile"
/>
@@ -46,13 +46,13 @@ The list of experimental features may change as Goose development progresses. So
link="/blog/2025/04/11/finetuning-toolshim"
/>
<Card
title="AI, But Make It Local With Goose and Ollama"
description="Learn how to integrate Goose with Ollama for a fully local AI experience, including structured outputs and tool calling capabilities."
title="AI, But Make It Local With goose and Ollama"
description="Learn how to integrate goose with Ollama for a fully local AI experience, including structured outputs and tool calling capabilities."
link="/blog/2025/03/14/goose-ollama"
/>
<Card
title="Community-Inspired Benchmarking: The Goose Vibe Check"
description="See how open source AI models measure up in our first Goose agent benchmark tests, including toolshim performance analysis."
title="Community-Inspired Benchmarking: The goose Vibe Check"
description="See how open source AI models measure up in our first goose agent benchmark tests, including toolshim performance analysis."
link="/blog/2025/03/31/goose-benchmark"
/>
</div>
+1 -1
View File
@@ -37,7 +37,7 @@ The Ollama tool shim is an experimental feature that enables tool calling capabi
GOOSE_TOOLSHIM=1
```
Start a new Goose session with your tool shim preferences:
Start a new goose session with your tool shim preferences:
```bash
GOOSE_TOOLSHIM=1 GOOSE_TOOLSHIM_OLLAMA_MODEL=llama3.2 cargo run --bin goose session
@@ -9,14 +9,14 @@ import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
:::warning
This is an experimental extension enables you to use Goose within VS Code. It is not to be confused with the [VS Code MCP Server](/docs/mcp/vs-code-mcp).
This is an experimental extension enables you to use goose within VS Code. It is not to be confused with the [VS Code MCP Server](/docs/mcp/vs-code-mcp).
:::
This tutorial covers how to install and use the [Goose VS Code Extension](https://marketplace.visualstudio.com/items?itemName=block.vscode-goose) so you can use Goose within VS Code.
This tutorial covers how to install and use the [goose VS Code Extension](https://marketplace.visualstudio.com/items?itemName=block.vscode-goose) so you can use goose within VS Code.
:::info Prerequisite
- [VS Code](https://code.visualstudio.com/) version 1.95.0 or higher is required
- [Goose Desktop](https://block.github.io/goose/) must be installed and **running**
- [goose Desktop](https://block.github.io/goose/) must be installed and **running**
:::
## Configuration
@@ -29,10 +29,10 @@ This tutorial covers how to install and use the [Goose VS Code Extension](https:
- Windows/Linux: `Ctrl+Shift+X`
- macOS: `Cmd+Shift+X`
- Or use: View → Extensions
3. Search for `VS Code Goose`
4. Click Install on [VS Code Goose](https://marketplace.visualstudio.com/items?itemName=block.vscode-goose) by Block
3. Search for `VS Code goose`
4. Click Install on [VS Code goose](https://marketplace.visualstudio.com/items?itemName=block.vscode-goose) by Block
5. Restart VS Code if prompted
6. Open the Goose: Chat side panel to start a new conversation or view conversation history
6. Open the goose: Chat side panel to start a new conversation or view conversation history
</TabItem>
<TabItem value="cli" label="goose CLI">
@@ -43,31 +43,31 @@ Not available via CLI.
</Tabs>
:::tip
You can ask Goose about a particular file or code block by:
You can ask goose about a particular file or code block by:
- Selecting the code you want to discuss
- Right-clicking and choosing "Ask Goose about this code"
- Right-clicking and choosing "Ask goose about this code"
- The code will appear as a reference chip above the chat input
:::
## Example Usage
The Goose VS Code Extension connects directly to your editor, letting you manage files, projects, and workflows with AI. It includes the following features:
The goose VS Code Extension connects directly to your editor, letting you manage files, projects, and workflows with AI. It includes the following features:
- Interactive chat UI
- Access to Goose's AI capabilities directly within VS Code
- Access to goose's AI capabilities directly within VS Code
- Unified session switching
- Code referencing with visual chips in the chat UI
- Quick actions for common coding tasks
- Clipboard tools to copy code snippets/responses for easy sharing
### Goose Prompt
### goose Prompt
```
Update the contributing guide at /goose/CONTRIBUTING.md with instructions on how to start docusaurus dev server
```
### Goose Output
### goose Output
```