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:
@@ -72,7 +72,7 @@
|
||||
"name": "Auto Visualiser",
|
||||
"description": "Automatic data visualisation via MCP-UI",
|
||||
"command": "",
|
||||
"link": "https://github.com/block/goose/tree/main/crates/goose-mcp/src/autovisualiser",
|
||||
"link": "https://github.com/aaif-goose/goose/tree/main/crates/goose-mcp/src/autovisualiser",
|
||||
"installation_notes": "This is a built-in extension that comes with goose. No installation required.",
|
||||
"is_builtin": true,
|
||||
"endorsed": true,
|
||||
@@ -168,7 +168,7 @@
|
||||
"name": "Computer Controller",
|
||||
"description": "Built-in computer controls for webscraping, file caching, and automations",
|
||||
"command": "",
|
||||
"link": "https://github.com/block/goose/tree/main/crates/goose-mcp/src/computercontroller",
|
||||
"link": "https://github.com/aaif-goose/goose/tree/main/crates/goose-mcp/src/computercontroller",
|
||||
"installation_notes": "This is a built-in extension that comes with goose. No installation required.",
|
||||
"is_builtin": true,
|
||||
"endorsed": true,
|
||||
@@ -200,8 +200,8 @@
|
||||
"id": "council-of-mine",
|
||||
"name": "Council of Mine",
|
||||
"description": "LLM council debate with 9 distinct personas for decision-making",
|
||||
"command": "uvx --from git+https://github.com/block/mcp-council-of-mine mcp_council_of_mine",
|
||||
"link": "https://github.com/block/mcp-council-of-mine",
|
||||
"command": "uvx --from git+https://github.com/aaif-goose/mcp-council-of-mine mcp_council_of_mine",
|
||||
"link": "https://github.com/aaif-goose/mcp-council-of-mine",
|
||||
"installation_notes": "Requires uv to be installed (https://github.com/astral-sh/uv). Installs via uvx from GitHub.",
|
||||
"is_builtin": false,
|
||||
"endorsed": true,
|
||||
@@ -234,7 +234,7 @@
|
||||
"name": "Code Mode",
|
||||
"description": "Execute JavaScript code to interact with MCP tools efficiently",
|
||||
"command": "",
|
||||
"link": "https://github.com/block/goose/tree/main/crates/goose/src/agents/platform_extensions/code_execution.rs",
|
||||
"link": "https://github.com/aaif-goose/goose/tree/main/crates/goose/src/agents/platform_extensions/code_execution.rs",
|
||||
"installation_notes": "This is a built-in platform extension that comes with goose. No installation required.",
|
||||
"is_builtin": true,
|
||||
"endorsed": true,
|
||||
@@ -245,7 +245,7 @@
|
||||
"name": "Developer",
|
||||
"description": "Built-in developer tools for file editing and shell command execution",
|
||||
"command": "",
|
||||
"link": "https://github.com/block/goose/tree/main/crates/goose-mcp/src/developer",
|
||||
"link": "https://github.com/aaif-goose/goose/tree/main/crates/goose-mcp/src/developer",
|
||||
"installation_notes": "This is a built-in extension that comes with goose and is enabled by default. No installation required.",
|
||||
"is_builtin": true,
|
||||
"endorsed": true,
|
||||
@@ -470,7 +470,7 @@
|
||||
"name": "Memory",
|
||||
"description": "Built-in memory system for persistent context and information storage",
|
||||
"command": "",
|
||||
"link": "https://github.com/block/goose/tree/main/crates/goose-mcp/src/memory",
|
||||
"link": "https://github.com/aaif-goose/goose/tree/main/crates/goose-mcp/src/memory",
|
||||
"installation_notes": "This is a built-in extension that comes with goose. No installation required.",
|
||||
"is_builtin": true,
|
||||
"endorsed": true,
|
||||
@@ -694,7 +694,7 @@
|
||||
"name": "Summon",
|
||||
"description": "Load skills and delegate tasks to subagents",
|
||||
"command": "",
|
||||
"link": "https://github.com/block/goose/tree/main/crates/goose/src/agents/platform_extensions/summon.rs",
|
||||
"link": "https://github.com/aaif-goose/goose/tree/main/crates/goose/src/agents/platform_extensions/summon.rs",
|
||||
"installation_notes": "This is a built-in platform extension that comes with goose. No installation required.",
|
||||
"is_builtin": true,
|
||||
"endorsed": true,
|
||||
@@ -757,7 +757,7 @@
|
||||
"name": "Top of Mind",
|
||||
"description": "Inject persistent instructions into goose's working memory every turn",
|
||||
"command": "",
|
||||
"link": "https://github.com/block/goose/tree/main/crates/goose/src/agents/platform_extensions/tom.rs",
|
||||
"link": "https://github.com/aaif-goose/goose/tree/main/crates/goose/src/agents/platform_extensions/tom.rs",
|
||||
"installation_notes": "This is a built-in platform extension that comes with goose and is enabled by default. Configure via GOOSE_MOIM_MESSAGE_TEXT or GOOSE_MOIM_MESSAGE_FILE environment variables.",
|
||||
"is_builtin": true,
|
||||
"endorsed": true,
|
||||
@@ -779,7 +779,7 @@
|
||||
"name": "Tutorial",
|
||||
"description": "Built-in tutorial and learning management system",
|
||||
"command": "",
|
||||
"link": "https://github.com/block/goose/tree/main/crates/goose-mcp/src/tutorial",
|
||||
"link": "https://github.com/aaif-goose/goose/tree/main/crates/goose-mcp/src/tutorial",
|
||||
"installation_notes": "This is a built-in extension that comes with goose. No installation required.",
|
||||
"is_builtin": true,
|
||||
"endorsed": false,
|
||||
|
||||
Reference in New Issue
Block a user