Change8

Goose extensions

Component

Updates related to the extensions component of Goose.

8 releases88 features109 bug fixesView all Goose releases

All EXTENSIONS Features

  • Added support for configuring a maximum token limit via an environment variable.(v1.20.0)
  • Enabled retry logic for fetching provider models to improve reliability.(v1.20.0)
  • Added streaming support for the Google Gemini provider.(v1.20.0)
  • Added ML-based prompt injection detection capabilities.(v1.20.0)
  • Added support for changing the working directory and extensions within the same window/session.(v1.20.0)
  • Introduced HTTP proxy support.(v1.20.0)
  • Added Content Security Policy (CSP) support for frameDomains and baseUriDomains for MCP Apps.(v1.20.0)
  • Added shell completion generation via the new `completion` subcommand for bash, zsh, fish, and more.(v1.19.0)
  • Introduced support for the OpenAI Codex CLI provider.(v1.19.0)
  • Enabled caching support for Anthropic models via Databricks.(v1.19.0)
  • Now honoring MCP servers from clients like Zed (supporting stdio + http).(v1.19.0)
  • Added MCP app renderer for richer UI experiences.(v1.19.0)
  • Server names are now used for MCP extensions in code mode.(v1.19.0)
  • Improved user experience for tool calls via `execute_code`.(v1.19.0)
  • Added JSONL streaming option for JSON output.(v1.19.0)
  • Added a default todo message for better task tracking.(v1.19.0)
  • Upgraded to rmcp 0.12.0 and sacp 10.0.0, removing SSE transport.(v1.19.0)
  • Enabled platform extension support for "code mode" MCP tool calling, enhancing code execution capabilities.(v1.17.0)
  • Introduced MCP Elicitation Support, allowing interactive prompts during tool execution.(v1.17.0)
  • Added support for connecting to an external goosed server backend.(v1.17.0)
  • Enabled Mercury models support via the new Inception provider.(v1.17.0)
  • Added streaming support for OpenAI responses API.(v1.17.0)
  • Standardized model definitions across providers for canonical models.(v1.17.0)
  • Added a search bar and filtering options to the recipes view.(v1.17.0)
  • Enabled automatic provider detection from API key during the onboarding process.(v1.17.0)
  • Added a new recipe for searching and understanding data in DataHub.(v1.17.0)
  • Added a recipe specifically for Flutter pull request code reviews.(v1.17.0)
  • Added support for displaying a modal selector after configuring a provider.(v1.16.0)
  • Introduced onboarding detection of the provider based on the API key.(v1.16.0)
  • Enabled support for multiple file popups.(v1.16.0)
  • Added sidebar contextual information specifically for Firefox users.(v1.16.0)
  • Enabled recipe deeplink parameters for pre-population functionality.(v1.16.0)
  • Implemented ActionRequired functionality.(v1.16.0)
  • Added support for loading sessions within the ACP (Agent Control Panel).(v1.16.0)
  • Added custom headers and toggle keyring CLI options.(v1.16.0)
  • Enabled automatic update installation.(v1.16.0)
  • Introduced native terminal support via @goose in the terminal.(v1.16.0)
  • Exposed the Extension selector behind an ALPHA feature flag.(v1.16.0)
  • Enabled Goose remote access capabilities.(v1.16.0)
  • Added support for math and science symbology rendering via KaTeX.(v1.16.0)
  • Enabled the ability to see error messages directly in toasts/notifications.(v1.16.0)
  • Implemented SKILLS.md for Claude compatibility.(v1.16.0)
  • Added scheduler information to diagnostics.(v1.16.0)
  • Implemented CORS and token handling improvements.(v1.16.0)
  • Enabled Markdown export functionality directly from a URL.(v1.16.0)
  • Added an out-of-context compaction test using an error proxy.(v1.16.0)
  • Added the /agent/stop endpoint and made the maximum active agents configurable.(v1.16.0)
  • Enabled persistence of provider name and model configuration within the session.(v1.16.0)
  • Introduced Slash commands for quicker interaction.(v1.16.0)
  • Implemented MCP-UI Proxy and improved Message Handling.(v1.16.0)
  • Re-enabled WAL (Write-Ahead Logging) with commit transaction management.(v1.16.0)
  • Added a Provider error proxy for simulating various types of errors.(v1.16.0)
  • Added metrics reporting to PostHog.(v1.16.0)
  • Added MCP UI proxy with improved message handling(v1.15.0)
  • Enabled WAL re-enabled with commit transaction management(v1.15.0)
  • Introduced SessionManager integration for ACP sessions(v1.15.0)
  • Added Grok provider support(v1.15.0)
  • Added Supabase MCP server to registry(v1.15.0)
  • Implemented Platform Extension MOIM(v1.15.0)
  • Enabled reading paths from interactive & login shell(v1.15.0)
  • Added Provider error proxy for simulating errors(v1.15.0)
  • Enabled recipe security scanning when saving(v1.15.0)
  • Added support for Mistral AI as a new provider.(v1.14.0)
  • Introduced a custom macOS dock menu with a "New Window" option for better integration.(v1.14.0)
  • Restored the quick launcher functionality within the user interface.(v1.14.0)
  • Enabled a new "check-everything" command for comprehensive code quality validation.(v1.14.0)
  • Added support for newer GitHub Copilot AI model versions.(v1.14.0)
  • Enabled environment variable substitution for dynamic configuration in authentication blocks.(v1.14.0)
  • Provided access to platform tools via the command-line interface (CLI).(v1.14.0)
  • Added a visual indicator to show when extensions are currently loading in the extension panel.(v1.14.0)
  • Added right-click context menu option to open a new window on macOS dock icon.(v1.13.0)
  • Restored the Quick launcher functionality.(v1.13.0)
  • Introduced support for the Mistral AI provider.(v1.13.0)
  • Enabled support for newer GitHub Copilot models.(v1.13.0)
  • Made platform tools available for use via the Command Line Interface (CLI).(v1.13.0)
  • Enabled the use of environment variables within the authentication configuration.(v1.13.0)
  • Added a loading indicator to show progress when extensions are loading.(v1.13.0)
  • Added automatic creation of recipe directories when saving files(v1.12.0)
  • Introduced system diagnostics tools for troubleshooting(v1.12.0)
  • Enabled extension search functionality within the tool(v1.12.0)
  • Added code snippet formatting and saving capabilities(v1.12.0)
  • Introduced the Test Coverage Optimizer recipe(v1.12.0)
  • Added progress tracking with trend indicators for ongoing tasks(v1.12.0)
  • Improved caching mechanisms using stable system prompts(v1.12.0)
  • Introduced the Smart Task Organizer recipe(v1.12.0)
  • Added UI parameter input controls for better configuration(v1.12.0)
  • Added a Schedule button for recipe entries(v1.12.0)
  • Redesigned the extension management system(v1.12.0)

All EXTENSIONS Bug Fixes

  • Fixed an issue where the provider engine type was not preserved when editing custom providers.(v1.20.0)
  • Improved the output style of Goose review Pull Requests to better match contributor standards.(v1.20.0)
  • Fixed an issue where KaTeX was incorrectly treating underscores as subscripts in plain text.(v1.20.0)
  • Corrected the skills directory path to use ".config/agents" (plural).(v1.20.0)
  • Fixed an issue where extensions were being loaded upfront instead of when the agent starts.(v1.20.0)
  • Ensured platform-specific keyboard shortcuts are correctly displayed in the UI.(v1.20.0)
  • Prevented an infinite loop of tool-input notifications occurring in MCP Apps.(v1.20.0)
  • Updated the MCP Apps _meta.ui.resourceUri to use the nested format.(v1.20.0)
  • Prevented duplicate rendering when a tool returns both mcp-ui and mcp-apps resources.(v1.20.0)
  • Handled special Claude model responses within the GitHub Copilot provider.(v1.20.0)
  • Fixed a ResultsFormat error that occurred when loading old sessions.(v1.20.0)
  • Fixed an issue where invalid call tool results were not being validated or debugged properly.(v1.20.0)
  • Fixed an issue in CI where the openapi-schema-check job was missing dependencies.(v1.20.0)
  • Fixed Google provider logic to treat signed text as regular content during streaming.(v1.20.0)
  • Fixed Azure OpenAI API key being required when it should be optional to match documentation.(v1.19.0)
  • Fixed code execution to now support bracket notation and multiple import styles.(v1.19.0)
  • Correctly handled interleaved streaming chunks in OpenAI tool calls.(v1.19.0)
  • Fixed handling of tool names that do not contain underscores.(v1.19.0)
  • Fixed session history order from being modified when viewing a session in the desktop application.(v1.19.0)
  • Fixed the MCP UI to send the prompt message when an element is clicked.(v1.19.0)
  • Added minute-level granularity for MOIM timestamps.(v1.19.0)
  • Fixed the install script to work correctly when piped into bash.(v1.19.0)
  • Corrected Bash syntax in terminal integration functions.(v1.19.0)
  • Added more open models to the provider list.(v1.19.0)
  • Fixed platform extensions so they now correctly respect the `default_enabled` value.(v1.17.0)
  • Resolved issue where token state was not loading correctly on new sessions.(v1.17.0)
  • Made the datetime info message more explicit to prevent LLM confusion regarding the current year.(v1.17.0)
  • Fixed an issue where the system role was incorrectly used instead of the developer role in the database.(v1.17.0)
  • Ensured that old sessions containing tool results now load correctly.(v1.17.0)
  • Fixed file attachments so they are now included when messages are queued.(v1.17.0)
  • Corrected the display of the provider type suffix in the update dialog.(v1.17.0)
  • Fixed a crash on Linux goosed environments caused by a libssl error.(v1.17.0)
  • Resolved issue where metrics were not being reported correctly on PostHog.(v1.17.0)
  • Fixed the PATH configuration on Windows for extensions.(v1.17.0)
  • Fixed an issue where parameters were not being substituted correctly in activities.(v1.17.0)
  • Corrected a typo found in a prompt.(v1.17.0)
  • Fixed issue where parameters were not being substituted correctly in activities.(v1.16.0)
  • Resolved an error from Anthropic regarding "final assistant content cannot end with trailing whitespace".(v1.16.0)
  • Fixed configuration issues specifically for the Groq provider.(v1.16.0)
  • Fixed an issue where the model was being read from config instead of removing a prompt change.(v1.16.0)
  • Used a lock mechanism to ensure the tunnel only runs once, preventing issues from multiple concurrent runs.(v1.16.0)
  • Updated the acceptable issues list for moim injection checks to include "Merged consecutive assistant messages".(v1.16.0)
  • Fixed Anthropic provider model fetching logic.(v1.16.0)
  • Added CSP (Content Security Policy) for images to the proxy HTML in MCP-UI.(v1.16.0)
  • Corrected a typo in a blog post reference (AIMDOEL -> AIMODEL).(v1.16.0)
  • Adjusted strange spacing issues found in agent.rs.(v1.16.0)
  • Reverted a change that prevented loading active extensions when no extensions were present in the recipe.(v1.16.0)
  • Fixed multi-tool calling functionality.(v1.16.0)
  • Improved handling for multiple content chunks and images.(v1.16.0)
  • Fixed an issue where GitHub broke runners for macOS environments.(v1.16.0)
  • Added generic checks for Gemini compatibility.(v1.16.0)
  • Fixed sessions returning with empty messages.(v1.16.0)
  • Added backward compatibility for the conversationCompacted message type.(v1.16.0)
  • Improved handling for 404 errors.(v1.16.0)
  • Removed setx calls to prevent permanent modification of the Windows shell PATH.(v1.16.0)
  • Fixed parsing of maas models for the GCP Vertex provider.(v1.16.0)
  • Added support for Gemini 3's thought signatures.(v1.16.0)
  • Added error catching for cron jobs.(v1.16.0)
  • Fixed reading paths from interactive and login shells.(v1.16.0)
  • Applied a quick fix for the community all stars script.(v1.16.0)
  • Fixed Linux hermit locking issues(v1.15.0)
  • Corrected Windows node path retrieval from registry(v1.15.0)
  • Fixed Windows CLI build issues(v1.15.0)
  • Resolved CredentialStore issues for authentication(v1.15.0)
  • Fixed tool call chain rendering problems(v1.15.0)
  • Fixed GitHub Copilot image processing errors(v1.15.0)
  • Fixed Developer MCP gitignore handling(v1.15.0)
  • Fixed action icons overlapping in chat history(v1.15.0)
  • Fixed context progress bar failing to reset after /clear command(v1.15.0)
  • Improved Cron error catching(v1.15.0)
  • Fixed tray icon not updating with GOOSE_VERSION set(v1.15.0)
  • Ensured Recipes respect the quiet flag(v1.15.0)
  • Fixed visibility issue for Autocompact threshold UI(v1.15.0)
  • Fixed an issue that caused runaway subagent chains by preventing infinite recursion.(v1.14.0)
  • Resolved repeated 404 errors that occurred when accessing sessions that had already been deleted.(v1.14.0)
  • Ensured that "goose recipe list" now returns only unique entries, eliminating duplicates.(v1.14.0)
  • Fixed an issue preventing proper AWS Bedrock credential rotation and refresh.(v1.14.0)
  • Set the default mode to Auto for better integration with the Claude Code provider.(v1.14.0)
  • Replaced a broken default model configuration with haiku-4.5 for Tetrate.(v1.14.0)
  • Corrected the handling of goosehints/AGENTS.md processing, moving it from the developer extension to core goose.(v1.14.0)
  • Fixed an issue where the right-click context menu was appearing empty; standard menu items now display correctly.(v1.14.0)
  • Ensured the token count now displays correctly upon load and after message completion.(v1.14.0)
  • Switched the Gemini model used for MCP smoke tests from Flash to Pro for improved test reliability.(v1.14.0)
  • Improved Claude command-line interface integration.(v1.14.0)
  • Prevented minijinja parsing errors when processing customized recipes.(v1.14.0)
  • Implemented schema-aware numeric coercion for proper type handling of MCP tool arguments.(v1.14.0)
  • Corrected the Nix flake configuration for the main branch.(v1.14.0)
  • Fixed issues where task tracking for subagents was inaccurate.(v1.13.0)
  • Corrected the default model setting for Tetrate.(v1.13.0)
  • Fixed an issue preventing the AGENTS.md file from loading correctly.(v1.13.0)
  • Fixed empty right-click menus that were appearing incorrectly.(v1.13.0)
  • Ensured the token counter now displays the correct value.(v1.13.0)
  • Fixed recipe parsing errors that occurred when special characters were present.(v1.13.0)
  • Ensured MCP tools handle numeric values correctly during processing.(v1.13.0)
  • Fixed legacy import compatibility issues(v1.12.0)
  • Resolved Gemini provider connection problems(v1.12.0)
  • Fixed message synchronization issues after conversation cleanup(v1.12.0)
  • Fixed crashes occurring when subrecipe files do not exist(v1.12.0)
  • Resolved issues with build artifact downloads in CI workflows(v1.12.0)
  • Corrected CLI installation path on Windows systems(v1.12.0)
  • Fixed missing Windows GNU CLI build in releases(v1.12.0)
  • Improved error handling for AWS Bedrock tool calls(v1.12.0)
  • Fixed extension loading failures when recipes lack extensions(v1.12.0)
  • Resolved a deadlock issue in the extension manager(v1.12.0)
  • Fixed crashes when OpenAI returns empty responses(v1.12.0)
  • Corrected package dependency synchronization problems(v1.12.0)
  • Fixed OpenAI tools schema validation errors(v1.12.0)
  • Resolved issues stemming from problematic UI package upgrades(v1.12.0)
  • Fixed errors appearing in analytics messages(v1.12.0)

Releases with EXTENSIONS Changes

v1.20.07 features14 fixes
9h ago

This release introduces significant new capabilities, including ML-based prompt injection detection and HTTP proxy support, alongside streaming support for the Google Gemini provider. Several fixes address issues with custom provider editing, KaTeX rendering, and stability within MCP Apps, ensuring a more robust user experience.

v1.19.010 features10 fixes
Jan 6, 2026

This release introduces significant new capabilities, including shell completion generation for multiple shells and support for the OpenAI Codex CLI provider. Key fixes address issues with code execution syntax, tool call streaming, and API key handling for Azure OpenAI. Users will also benefit from improved UX for tool calls and new caching support for Anthropic models.

v1.17.010 features12 fixes
Dec 18, 2025

This release introduces significant new capabilities, including platform extension support for code mode MCP tool calling and interactive MCP elicitation. Users will also benefit from streaming support for OpenAI responses and enhanced recipe management with search and filtering. Several bugs related to session loading, extension configuration, and platform stability have also been resolved.

v1.16.026 features24 fixes
Dec 10, 2025

This release introduces significant new capabilities, including native terminal support, Goose remote access, and rendering math/science symbology via KaTeX. Numerous bug fixes address issues with provider configurations (Anthropic, Groq), session handling, and multi-tool calling. Improvements focus on updating major model APIs (Anthropic, Gemini) and enhancing credential loading for AWS Bedrock.

v1.15.09 features13 fixes
Nov 19, 2025

This release introduces significant new capabilities, including support for the Grok provider, MCP UI proxy improvements, and enabling WAL with commit transaction management. Several platform stability issues were addressed, including fixes for Windows path retrieval, Linux locking, and improved handling of authentication credentials.

v1.14.08 features14 fixes
Nov 12, 2025

This release introduces significant new capabilities, including support for the Mistral AI provider and a new macOS dock menu for easier access. Numerous bug fixes address issues like runaway subagent chains and incorrect session handling. Users will also benefit from performance improvements, better CLI consistency, and restored quick launcher functionality.

v1.13.07 features7 fixes
Nov 6, 2025

This release introduces significant new capabilities, including support for the Mistral AI provider and newer GitHub Copilot models. Key fixes address issues with token counting, recipe parsing, and empty context menus. Users should also note the restoration of the Quick launcher and the ability to cancel AI requests using Ctrl-C.

v1.12.011 features15 fixes
Oct 24, 2025

This release introduces several new features, including system diagnostics tools, extension search, and a redesigned extension management system. Numerous bugs related to provider connections, crashes, and Windows CLI installation have been resolved. Users will also benefit from performance improvements like optimized Gemini provider reliability and better caching via stable system prompts.

Documentation

Read the extensions documentation