chore(aaif): rename a bunch of repository references (#8152)

Signed-off-by: Michael Neale <michael.neale@gmail.com>
Co-authored-by: Michael Neale <michael.neale@gmail.com>

continuing migration to aaif
This commit is contained in:
Jack Amadeo
2026-04-07 01:34:48 -04:00
committed by GitHub
parent 0b080faad5
commit 583acd4335
236 changed files with 1097 additions and 962 deletions
@@ -13,7 +13,7 @@ import GooseDesktopInstaller from '@site/src/components/GooseDesktopInstaller';
<YouTubeShortEmbed videoUrl="https://www.youtube.com/embed/7Vn_Rixi3tQ" />
This tutorial covers how to add the [Council of Mine MCP Server](https://github.com/block/mcp-council-of-mine) as a goose extension featuring 9 LLM council members with distinct personalities who debate topics, vote on each other's opinions, and generate synthesized conclusions through AI-powered deliberation. This is great for helping you make a decision.
This tutorial covers how to add the [Council of Mine MCP Server](https://github.com/aaif-goose/mcp-council-of-mine) as a goose extension featuring 9 LLM council members with distinct personalities who debate topics, vote on each other's opinions, and generate synthesized conclusions through AI-powered deliberation. This is great for helping you make a decision.
:::tip Quick Install
<Tabs groupId="interface">
@@ -23,7 +23,7 @@ This tutorial covers how to add the [Council of Mine MCP Server](https://github.
<TabItem value="cli" label="goose CLI">
**Command**
```sh
uvx --from git+https://github.com/block/mcp-council-of-mine mcp_council_of_mine
uvx --from git+https://github.com/aaif-goose/mcp-council-of-mine mcp_council_of_mine
```
</TabItem>
</Tabs>
@@ -43,7 +43,7 @@ Note that you'll need [uv](https://docs.astral.sh/uv/#installation) installed on
description="LLM debate"
type="stdio"
command="uvx"
args={["--from", "git+https://github.com/block/mcp-council-of-mine", "mcp_council_of_mine"]}
args={["--from", "git+https://github.com/aaif-goose/mcp-council-of-mine", "mcp_council_of_mine"]}
/>
</TabItem>
<TabItem value="cli" label="goose CLI">
@@ -51,7 +51,7 @@ Note that you'll need [uv](https://docs.astral.sh/uv/#installation) installed on
name="Council of Mine"
description="LLM debate"
type="stdio"
command="uvx --from git+https://github.com/block/mcp-council-of-mine mcp_council_of_mine"
command="uvx --from git+https://github.com/aaif-goose/mcp-council-of-mine mcp_council_of_mine"
timeout={300}
/>
</TabItem>
+1 -1
View File
@@ -96,7 +96,7 @@ Go goose, go goose!
If thats not amazing idk what is …
🚀 to get started visit block.github.io/goose_
🚀 to get started visit goose-docs.ai_
### goose Output
+1 -1
View File
@@ -12,7 +12,7 @@ import CLIExtensionInstructions from '@site/src/components/CLIExtensionInstructi
<YouTubeShortEmbed videoUrl="https://www.youtube.com/embed/_WMm4kDYMog" />
:::warning Known Limitation
The Fetch extension [does not work](https://github.com/block/goose/issues/1184) with Google models (e.g. gemini-2.0-flash) because this extension uses `format: uri` in its JSON schema which Google doesn't support.
The Fetch extension [does not work](https://github.com/aaif-goose/goose/issues/1184) with Google models (e.g. gemini-2.0-flash) because this extension uses `format: uri` in its JSON schema which Google doesn't support.
:::
This tutorial covers how to add the [Fetch MCP Server](https://github.com/modelcontextprotocol/servers/tree/main/src/fetch) as a goose extension to retrieve and process content from the web.
+1 -1
View File
@@ -98,7 +98,7 @@ In this example, goose sends a LinkedIn post draft to gotoHuman for approval usi
Send this blog draft about goose to gotoHuman for review using my `n8n news to post` form.
Include todays date as the timestamp, these links:
[goose Docs: https://block.github.io/goose/, gotoHuman: https://gotohuman.com/],
[goose Docs: https://goose-docs.ai/, gotoHuman: https://gotohuman.com/],
summarize it as Introducing gooses integration with gotoHuman for human approvals,
and heres the draft:
+1 -1
View File
@@ -4,7 +4,7 @@ description: Add Speech MCP Server as a goose Extension
unlisted: true
---
Unlist per https://github.com/block/goose/issues/5431
Unlist per https://github.com/aaif-goose/goose/issues/5431
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
+1 -1
View File
@@ -10,7 +10,7 @@ import YouTubeShortEmbed from '@site/src/components/YouTubeShortEmbed';
<YouTubeShortEmbed videoUrl="https://www.youtube.com/embed/gddEgvCLrgU" />
This tutorial covers how to add the [VS Code MCP Server](https://github.com/block/vscode-mcp) as a goose extension to enable VS Code integration, file operations, and development workflow management.
This tutorial covers how to add the [VS Code MCP Server](https://github.com/aaif-goose/vscode-mcp) as a goose extension to enable VS Code integration, file operations, and development workflow management.
:::tip Quick Install