an open source, extensible AI agent that goes beyond code suggestions - install, execute, edit, and test with any LLM
Goose v1.10.0 adds prompt injection detection UI, GOOSE_DEBUG support, custom lead/worker models, AWS Bearer Token auth, and more.
$ git clone --branch v1.10.0 https://github.com/block/goose.git # already have the repo? check out this version: $ git checkout v1.10.0
$ GOOSE_DEBUG=1 goose session start $ goose session list --path /projects/myapp --limit 10
$ goose recipe open <path> - ›Adds prompt injection detection settings UI with updated logging for security-aware deployments.
- ›New
GOOSE_DEBUGenvironment variable for CLI debug output. - ›Adds
pathandlimitflags to thesession listsubcommand for filtering session history. - ›New subcommand for opening recipes directly in the desktop app.
- ›Supports setting custom models for lead and worker agents in multi-model workflows.
+22 moreshow less
- ›Adds
grok-code-fast-1model support for the xAI provider. - ›Adds
claude-sonnet-4-5model support. - ›Enables AWS Bearer Token (
AWS_BEARER_TOKEN_BEDROCK) authentication for Bedrock runtime. - ›Parses and respects
retryDelayfrom Google APIRateLimitExceedederrors for smarter rate-limit handling. - ›Adds elapsed time display to CLI session output.
- ›Lazy infinite scroller for session history view improves navigation of large session lists.
- ›Supports headers in extension deeplinks.
- ›Allows empty API key when registering a custom provider.
- ›Shell errors thrown on interactive commands to surface blocked interactions explicitly.
- ›AgentManager foundation enables unified subagent execution and concurrent session creation.
- ›Persists dynamic extension config so recipe sessions with extensions can be resumed.
- ›Displays extension install notes in the 'Add custom extension' form.
- ›Adds dev and alpha environment indicator in the UI.
- ›Using
--resumewith--namenow also accepts session IDs. - ›CLI now returns a non-zero exit code when a session ends with an error.
- ›Goose can now tell the system what shell it is using.
- ›New Code Documentation Migrator, Smart Meeting Assistant, Code Review Mentor, Smart Task Organizer, advanced data analysis pipeline, advanced software project generator, Messy Column Fixer, and OpenMetadata recipes added to the prompt/recipe library.
- ›New multi-channel researcher and content amplification prompts added to the prompt library.
- ›New
analyzetool hint for focus mode when used on file paths. - ›Screen access capability added (
feat: Use the screen, goose). - ›CLI web auth token support added.
- ›Session manager added for improved session lifecycle management.