Michael Neale a2f9658c1e fix: only skip builtins the user turned off from default-on
CI (test_prompt_codemode) exposed a flaw in the first fix. run_read_migrations
synthesizes a config entry for every platform extension using its
default_enabled value, so a default-off extension (e.g. code_execution,
chatrecall) ends up with enabled: false in config even when the user never
touched it. The previous is_extension_explicitly_disabled treated that as a
user disable and skipped code_execution even when the ACP server explicitly
requested it via builtins (as code mode does).

Replace with is_builtin_disabled_by_user, which only skips a builtin when it
is disabled AND default_enabled. This still fixes the developer/desktop bug
(#10221, developer is default-on) while letting explicit builtins requests
load default-off extensions.

Add regression tests: default-off builtin loads when explicitly requested.
2026-07-03 14:47:29 +10:00
2026-05-11 16:02:44 +00:00
2026-06-26 14:44:26 +00:00
2026-03-07 17:16:19 +00:00
2024-09-09 14:56:30 -04:00
2026-05-22 16:24:47 +00:00

🦆 goose has moved! This project has moved from block/goose to the Agentic AI Foundation (AAIF) at the Linux Foundation. Some links and references are still being updated — please bear with us during the transition.

goose

your native open source AI agent — desktop app, CLI, and API — for code, workflows, and everything in between

Discord CI Packaging status

goose is a general-purpose AI agent that runs on your machine. Not just for code — use it for research, writing, automation, data analysis, or anything you need to get done.

A native desktop app for macOS, Linux, and Windows. A full CLI for terminal workflows. An API to embed it anywhere. Built in Rust for performance and portability.

goose works with 15+ providers — Anthropic, OpenAI, Google, Ollama, OpenRouter, Azure, Bedrock, and more. Use API keys or your existing Claude, ChatGPT, or Gemini subscriptions via ACP. Connect to 70+ extensions via the Model Context Protocol open standard.

goose is part of the Agentic AI Foundation (AAIF) at the Linux Foundation.

Get started

Download the desktop app for macOS, Linux, and Windows.

Or install the CLI:

curl -fsSL https://github.com/aaif-goose/goose/releases/download/stable/download_cli.sh | bash

Quick links

Need help?

a little goose humor 🪿

Why did the developer choose goose as their AI agent?

Because it always helps them "migrate" their code to production! 🚀

goose around with us

S
Description
No description provided
Readme Apache-2.0 1.5 GiB
Languages
Rust 63.6%
TypeScript 29.6%
JavaScript 1.7%
Shell 1.6%
Python 1.5%
Other 1.8%