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
@@ -95,9 +95,9 @@ Therefore, it doesn't make sense for me to use Code Mode when:
The cool part is Code Mode is only getting better. The team is currently refining Code Mode following its release in goose v1.17.0 (December 2025):
- [Better UX](https://github.com/block/goose/pull/6205) - showing what tools are being called instead of raw JavaScript
- [Better reliability](https://github.com/block/goose/pull/6177) - improving type signatures so LLMs get the code right the first time
- [More capabilities](https://github.com/block/goose/pull/6160) - enabling subagents to work inside Code Mode
- [Better UX](https://github.com/aaif-goose/goose/pull/6205) - showing what tools are being called instead of raw JavaScript
- [Better reliability](https://github.com/aaif-goose/goose/pull/6177) - improving type signatures so LLMs get the code right the first time
- [More capabilities](https://github.com/aaif-goose/goose/pull/6160) - enabling subagents to work inside Code Mode
Code Mode helps us take a step forward in building agents that can scale to handle all your tools without falling apart. I love seeing how MCP is evolving, and I can't wait for the day I tell my children that agents weren't always this limitless and that we actually used to have to ration our tools just to get a simple task done.
@@ -108,13 +108,13 @@ Code Mode helps us take a step forward in building agents that can scale to hand
<head>
<meta property="og:title" content="Code Mode Doesn't Replace MCP (Here's What It Actually Does)" />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://block.github.io/goose/blog/2025/12/21/code-mode-doesnt-replace-mcp" />
<meta property="og:url" content="https://goose-docs.ai/blog/2025/12/21/code-mode-doesnt-replace-mcp" />
<meta property="og:description" content="Code Mode isn't killing MCP. It makes it better. A practical look at how Code Mode works with MCP to solve tool bloat and performance issues in agents." />
<meta property="og:image" content="https://block.github.io/goose/assets/images/header-image-c7b1f3556c63058f53eeb740bdaffa3b.png" />
<meta property="og:image" content="https://goose-docs.ai/assets/images/header-image-c7b1f3556c63058f53eeb740bdaffa3b.png" />
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:domain" content="block.github.io/goose" />
<meta property="twitter:domain" content="goose-docs.ai" />
<meta name="twitter:title" content="Code Mode Doesn't Replace MCP (Here's What It Actually Does)" />
<meta name="twitter:description" content="Code Mode isn't killing MCP. It makes it better. A practical look at how Code Mode works with MCP to solve tool bloat and performance issues in agents." />
<meta name="twitter:image" content="https://block.github.io/goose/assets/images/header-image-c7b1f3556c63058f53eeb740bdaffa3b.png" />
<meta name="twitter:image" content="https://goose-docs.ai/assets/images/header-image-c7b1f3556c63058f53eeb740bdaffa3b.png" />
<meta name="keywords" content="goose, MCP, Model Context Protocol, Code Mode, AI agents, extensions, tool bloat, context window, JavaScript, developer tools" />
</head>