Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

goose-1.46.0-bp160.1.1 RPM for aarch64

From OpenSuSE Leap 16.0 for aarch64

Name: goose Distribution: SUSE Linux Enterprise 16
Version: 1.46.0 Vendor: openSUSE
Release: bp160.1.1 Build date: Sun Aug 16 21:06:51 2026
Group: Unspecified Build host: reproducible
Size: 123295322 Source RPM: goose-1.46.0-bp160.1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/aaif-goose/goose
Summary: Extensible open source AI agent that automates engineering tasks
goose is an extensible open source AI agent that goes beyond code suggestions:
it installs, executes, edits and tests with any large language model, and
drives external tools over the Model Context Protocol.

This package ships the command line agent. The "code mode" and local inference
features are not enabled: both need a build-time download of a prebuilt V8 or
llama.cpp, which an offline distribution build cannot do. Telemetry reporting
is not compiled in either.

Provides

Requires

License

Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND CC0-1.0 AND CDLA-Permissive-2.0 AND ISC AND LGPL-3.0-or-later AND MIT AND MIT-0 AND MPL-2.0 AND Unicode-3.0 AND Zlib AND bzip2-1.0.6

Changelog

* Sun Aug 16 2026 Martin Pluskal <mpluskal@suse.com>
  - Update to version 1.46.0:
    * upstream moved the repository from block/goose to
      aaif-goose/goose
    * new /goal, /status and /model slash commands, and a "goose
      review" local code review command
    * hooks with PreToolUse denial, skills in the open plugins
      framework, per-message token and cost accounting, and shell
      output streamed while commands run
  - Build with --no-default-features and an explicit feature list,
    the portable build upstream documents in BUILDING_LINUX.md: the
    code-mode feature added in 1.24.0 pulls in a vendored v8 crate
    that downloads a prebuilt V8 at build time, which an offline
    build cannot do
  - Re-derive the License tag from the vendored crate graph: 13 SPDX
    identifiers instead of Apache-2.0 alone
  - Link the system libdbus instead of the copy bundled in
    libdbus-sys (goose-system-libdbus.patch)
  - Ship the upstream generated man pages, and install the fish
    completion as vendor_completions.d/goose.fish
  - Restrict the build to the tier 1 Rust architectures
* Fri Apr 10 2026 Sai Karthik Karra <kskarthik@disroot.org>
  - Update to version 1.30.0:
    * actions: read
    * permissions and secrets inherit
    * add signing env and use free runner for linux
    * fix: return raw text when chatparseError (#8402)
    * enable gemma 4 local model (#8366)
    * fix: use PAT for health dashboard discussion updates (#8396)
    * feat: skills platform ext (#8377)
    * fix: MultilineInput (#8382)
    * Revert "refactor: skills as its own platform ext (#8244)" (#8375)
    * goose doctor (#8342)
    * added x-client header in the nanogpt api call (#8368)
    * docs: rework homepage and add aaif migration blog post (#8356)
    * chore(aaif): rename a bunch of repository references (#8152)
    * fix: use OPENAI_API_KEY secret for recipe security scanner (#8358)
    * feat: configurable extension timeouts via ACP _meta and global default (#8295)
    * fix: hide hidden extensions in UI (#8346)
    * refactor: skills as its own platform ext (#8244)
    * fix baseUrl (#8347)
    * Fix desktop slash commands (#8341)
    * fix(cli): display platform-correct secrets path in keyring config dialog (#8328)
    * feat(acp): add reusable ACP provider controls (#8314)
    * fix: resolve MDX compilation error in using-goosehints.md (#8332)
    * fix: use v1beta1 API version for Google/MaaS models on GCP Vertex AI (#8278)
    * docs: add MCP Roots guide (#8252)
    * rust acp client for extension methods (#8227)
    * chore(release): open release branch for 1.30.0
    * chore(release): bump version to 1.30.0 (minor) (#8217)
    * fix: reconsolidate split tool-call messages to follow OpenAI format (#7921)
    * fix: clean up MCP subprocesses after abrupt parent exit (#8242)
    * build: raise default stack reserve to 8 MB (#8234)
    * fix(config): honour GOOSE_DISABLE_KEYRING from config.yaml at startup (#8219)
    * feat: add configurable fast_model for declarative providers (#8194)
    * fix(authentication): Allow connecting to Oauth servers that use protected-resource fallback instead of the WWW-authenticate header (#8148)
    * Fix Flatpak sandbox preventing access to host system commands (#8109)
    * perf(acp): parallelize extension loading in ACP server (#8098)
    * docs: update autovisualiser for MCP Apps (#8253)
    * add customised github copilot configuration (#8251)
    * fix(acp): avoid duplicate thought chunks around tool calls (#8215)
    * docs: nested goose hints (#8254)
    * docs: add streamable HTTP config for JetBrains 2026.1+ (#8258)
    * feat: add zhipu declarative provider with ZHIPU_BASE_URL override (#8204)
    * chore(deps): bump lodash from 4.17.23 to 4.18.1 in /documentation (#8250)
    * chore(deps): bump aiohttp from 3.13.3 to 3.13.4 in /scripts/provider-error-proxy (#8245)
    * mesh: download fresh binary on every start, kill mesh when goose exits (#8228)
    * docs: standardize on ~/.agents/skills/ as canonical skill path (#8239)
    * feat: bump versions (already published) (#8240)
    * Revert "fix: rename bin for the tui (#8231)" (#8238)
    * docs: update reusable recipes docs (#8232)
    * docs: add GOOSE_SHELL env var (#8233)
    * feat(security): add egress logging inspector (#8149)
    * blog: Adversary Mode — A Second Pair of Eyes on Every Tool Call (#8220)
    * fix: rename bin for the tui (#8231)
    * feat: goose serve (#8209)
    * refactor: make --text mode independent of the normal TUI (#8210)
    * refactor: handle complex streaming/scrolling with better rendering (#8214)
    * Add Inference Mesh settings tab (#8094)
    * only run windows compile on main branch (#8216)
    * used simplified privacy info modal and removed unnecessary components (#8200)
    * removed unused welcome route (#8196)
    * fix: use build_host_url for GCP Vertex AI location fallback (#8185)
    * fix: remove ui/acp/.npmrc to allow auth token inheritance
    * fix(openai): use safely_parse_json for streaming tool arguments (#8208)
    * feat: add copilot-acp provider (#8154)
    * chore(deps): bump path-to-regexp from 8.3.0 to 8.4.0 in /evals/open-model-gym/mcp-harness (#8178)
    * fix: add NODE_AUTH_TOKEN and always-auth (#8163)
    * fix: i18n compile on windows (#8202)
    * remove name from blog post (#8157)
    * fix: use `overflow: clip` to not disrupt sticky ToC (#8158)
    * chore(deps): bump path-to-regexp from 0.1.12 to 0.1.13 in /documentation (#8161)
    * chore(deps): bump node-forge from 1.3.2 to 1.4.0 in /documentation (#8145)
    * refactor: goose-acp-server -> goose binary for TUI (#8155)
    * fix "View as Markdown" feature not working (#8160)
    * feat(tui): UI improvements for messages, tool calls, text entry, etc (#8156)
    * feat(desktop): add i18n infrastructure with react-intl (#8105)
    * fix(tui): ordering of messages (#8144)
    * fix: extension command with quotes in  cli (#8150)
    * chore(aaif): Use Azure Artifact Signing for Windows (#8116)
    * chore(aaif): Switch macOS code signing (#8076)
    * Remove unused tool call json in logs (#8147)
    * feat(tui): tab expand tool calls cleanly (#8136)
    * fix: replace panics with user-friendly errors in CLI session builder (#7901)
    * fix: read GOOSE_CONTEXT_LIMIT from config.yaml, not just env vars (#7900)
    * fix: deliver truncation notice as separate content block (#7899)
    * fix: use platform-appropriate commands in developer extension instructions (#7898)
    * fix: replace any with proper SVG types in icon components (#7873)
    * chore: remove debug console.log statements, stale comments, and dead code (#8142)
    * feat: Gemini OAuth provider (#8129)
    * chore(deps): bump picomatch from 2.3.1 to 2.3.2 in /documentation (#8123)
    * feat: show installed skills in UI (#7910)
    * fix(deps): gate keyring platform features behind target-specific deps (#8039)
    * chore(deps): bump yaml from 2.8.2 to 2.8.3 in /evals/open-model-gym/suite (#8124)
    * fix: strip message wrapper in CLI session title generation (#7996)
    * fix(providers): fall back to configured models when models endpoint fetch fails (#7530)
    * chore(deps): bump brace-expansion from 5.0.3 to 5.0.5 in /evals/open-model-gym/suite (#8139)
    * fix: prevent Ollama provider from hanging on tool-calling requests (#7723)
    * fix: VMware Tanzu Platform provider - bug fixes, streaming, UI improvements (#8126)
    * feat: allow GOOSE_CLI_SHOW_THINKING to be set in config.yaml (#8097)
    * fix: GitHub Copilot auth fails to open browser in Desktop app (#6957) (#8019)
    * fix(ci): produce .tar.gz archives for Zed ACP registry compatibility (#8054)
    * feat: add GOOSE_SHOW_FULL_OUTPUT config to disable tool output truncation (#7919)
    * docs: move memory extension reference to documentation, trim runtime prompt (#7727)
    * feat: Developer MCP server enhancements (#7770)
    * docs: add available_tools field to extension config documentation (#7725)
    * feat: add per-delegate max_turns override (#8066)
    * fix: recursively discover nested skills under configured roots (#8082)
    * fix: resolve user login PATH for MCP extension subprocesses (#7896)
    * fix: models not shown in "Choose Model" modal after OAuth configuration completes (#7891)
    * fix: increase Ollama retry config + add transient-only mode (#7677)
    * fix(acp): separate acp sessions from user sessions (#7857)
    * docs: for unified thinking (#7817)
    * feat: gate telemetry behind Cargo feature flags (#8119)
    * fix: remove unsupported cwd parameter from changesets action (#8128)
    * Create secrets file with more restricted file permissions (#8118)
    * fix: send empty object instead of null for bedrock tool input (#8121)
    * fix: gate code-mode tool filtering behind cfg(feature) for --no-defau… (#8111)
    * fix: gemini acp without an unexpected terminal window (#8101)
    * Lifei/clean up old onboarding flow (#8099)
    * refactor: redesign npm publishing workflow (#8122)
    * feat: add optional native-tls support as alternative to rustls (#8037)
    * docs: Setup social sharing for blogposts (#8102)
    * actions: various pnpm publishing flow fixes (#8112)
    * Fix goose update failing on Linux with ETXTBSY (#8107)
    * fix: prioritize predefined model context_limit over canonical registry (#7888)
    * fix: clarify that sandbox functions are only callable via execute_typescript (#8096)
    * Always pass --model to cursor-agent CLI (#8106)
    * fix(litellm): parse nested usage payloads (#8081)
    * fix: add skip_canonical_filtering to declarative providers (#8052)
    * fix(recipe): correct Maverick recipe tool names, remove CLI-only card call, fix brand casing (#8060)
    * feat: feature-gate AWS provider dependencies behind aws-providers (#8080)
    * Fix user message text silently dropped when message contains both text and image (#8071)
    * fix: use pnpm when publishing (#8092)
    * Alexhancock/publish npm file format fix (#8091)
    * fix: iteration on the publish-npm workflow (#8087)
    * chore: ignore unmaintained warning for proc-macro-error (#8084)
    * chore: clean up stray recipe.yaml (#8086)
* Wed Feb 04 2026 Sai Karthik Karra <kskarthik@disroot.org>
  - Update to version 1.23.0:
    * spec: Add wtype to Recommends
    * Add multipart to request features
    * chore(release): release version 1.23.0
    * refactor(providers): extract ProviderDef trait and OpenAiCompatibleProvider (#6832)
    * feat: ask ai discord bot (#6842)
    * chore(maintenance): make GitHub repo configurable for auto-updater and publisher (#6828)
    * fix: make apps work in built copies of goose (#6901)
    * Remove dependency on goose-mcp from goose crate (#6637)
    * Clean up build canonical warnings (#6880)
    * Sync desktop_prompt with UI (#6898)
    * fix(google): handle thoughtSignature differently for Gemini 2.5 vs 3 (#6890)
    * feat: WebSocket transport for goose-acp (#6895)
    * Rejig dictation (#6844)
    * refactor: clean up client side code for creating schedule (#6805)
    * fix: fixed the broken release (#6887)
    * feat: Streamable HTTP transport for ACP + goose-acp usage (#6741)
    * Add Laminar for Observability (#6514)
    * Missed a couple of places that hard code J for the newline key (#6853)
    * fix(ui): preserve working directory when creating new chat (#6789)
    * blog: add 5 tips for building MCP Apps that work (#6855)
    * docs: session isolation (#6846)
    * upgrade react and electron to latest (#6845)
    * Fix: Small update UI settings prompt injection (#6830)
    * Remove autogenerated .gooseignore files that don't belong in repo (#6824)
    * Fix case-insensitive matching for builtin extension names (#6825)
    * docs: cli newline keybinding (#6823)
    * Update version to 1.22.0 (#6821)
    * Refactor: move persisting extension to session outside of route (#6685)
    * acp: load configured extensions and refactor tests (#6803)
    * docs: usage data collection (#6822)
    * feat: platform extension migrator + code mode rename (#6611)
    * feat: CLI flag to skip loading profile extensions (#6780)
    * Swap canonical model from openrouter to models.dev (#6625)
    * Hook thinking status (#6815)
    * Fetch new skills hourly (#6814)
    * copilot instructions: Update "No prerelease docs" instruction (#6795)
    * refactor: centralize audience filtering before providers receive messages (#6728)
    * update doc to remind contributors to activate hermit and document minimal npm and node version (#6727)
    * nit: don't spit out compaction when in term mode as it fills up the screen (#6799)
    * fix: correct tool support detection in Tetrate provider model fetching (#6808)
    * Session manager fixes (#6809)
    * fix(desktop): handle quoted paths with spaces in extension commands (#6430)
* Fri Jan 30 2026 Sai Karthik Karra <kskarthik@disroot.org>
  - Update to version 1.22.0:
    * Trigger CI
    * Allow dead code
    * Remove registration
    * Remove apps from the client
    * chore(release): release version 1.22.0
    * fix: we can default gooseignore without writing it out (#6802)
    * fix broken link (#6810)
    * docs: add Beads MCP extension tutorial (#6792)
    * feat(goose): add support for AWS_BEARER_TOKEN_BEDROCK environment variable (#6739)
    * [docs] Add OSS Skills Marketplace (#6752)
    * feat: make skills available in codemode (#6763)
    * Fix: Recipe Extensions Not Loading in Desktop (#6777)
    * Different approach to determining final confidence level of prompt injection evaluation outcomes (#6729)
    * fix: read_resource_tool deadlock causing test_compaction to hang (#6737)
    * Upgrade error handling (#6747)
    * Fix/filter audience 6703 local (#6773)
    * chore: re-sync package-lock.json (#6783)
    * upgrade electron to 39.3.0 (#6779)
    * allow skipping providers in test_providers.sh (#6778)
    * fix: enable custom model entry for OpenRouter provider (#6761)
    * Remove codex skills flag support (#6775)
    * Improve mcp test (#6671)
    * Feat/anthropic custom headers (#6774)
    * Fix/GitHub copilot error handling 5845 (#6771)
    * fix(ui): respect width parameter in MCP app size-changed notifications (#6376)
    * fix: address compilation issue in main (#6776)
    * Upgrade GitHub Actions for Node 24 compatibility (#6699)
    * fix(google): preserve thought signatures in streaming responses (#6708)
    * added reduce motion support for css animations and streaming text (#6551)
    * fix: Re-enable subagents for Gemini models (#6513)
    * fix(google): use parametersJsonSchema for full JSON Schema support (#6555)
    * fix: respect GOOSE_CLI_MIN_PRIORITY for shell streaming output (#6558)
    * feat: add requires_auth flag for custom providers without authentication (#6705)
    * fix: normalize extension names consistently in ExtensionManager (#6529)
    * Summarize old tool calls (#6119)
    * codex: refine reasoning effort validation (#6522)
    * Jazzcort add timeout (#6772)
    * fix(codex): correct codex reasoning effort conversion (#6523)
    * feat: add max_turns to recipe and subagent settings (#6687)
    * feat(providers): add OVHcloud AI provider (#6527)
    * Add diagnostics viewer (#6770)
    * Use errorMessage (#6749)
    * New feature: External editor such as vim, helix, etc (#5823)
    * Removed redundant extension check with goose config when resuming a session  (#6759)
    * refactor: consolidate recipeError (#6758)
    * tutorial: subagents (#6756)
    * Remove background from tool call containers and add clean labels for … (#5879)
    * removed the line number in the error message (#6736)
    * docs: multi-chat support and misc updates (#6753)
    * Better image compression (#6746)
    * Add option to run extensions in a container (#6590)
    * chore(deps): bump hono from 4.11.4 to 4.11.7 in /ui/desktop (#6750)
    * fix chat input text going under action buttons at certain widths (#6751)
    * Show provider failures (#6744)
    * Keyboard short cuts (#6711)
    * fix unsaved changes showing when no changes in extensions (#6743)
    * fix release workflow not finding flatpak file (#6696)
    * Create default gooseignore file when missing (#6498)
    * fix slash and @ keyboard navigation popover background color (#6550)
    * fix[format/openai]: return error on empty msg. (#6511)
    * Fix: ElevenLabs API Key Not Persisting (#6557)
    * Logging uplift for model training purposes (command injection model) [Small change] (#6330)
    * fix(goose): only send agent-session-id when a session exists (#6657)
    * BERT-based command injection detection in tool calls (#6599)
    * chore: [CONTRIBUTING.md] add Hermit to instructions (#6518)
    * fix: update Gemini context limits (#6536)
    * Document r slash command (#6724)
    * Upgrade GitHub Actions to latest versions (#6700)
    * fix: Manual compaction does not update context window. (#6682)
    * Removed the Acceptable Usage Policy (#6204)
    * Document spellcheck toggle (#6721)
    * fix: docs workflow cleanup and prevent cancellations (#6713)
    * Docs: file bug directly (#6718)
    * fix: dispatch ADD_ACTIVE_SESSION event before navigating from "View All" (#6679)
    * Speed up Databricks provider init by removing fetch of supported models (#6616)
    * fix: correct typos in documentation and Justfile (#6686)
    * docs: frameDomains and baseUriDomains for mcp apps (#6684)
    * docs: add Remotion video creation tutorial (#6675)
    * docs: export recipe and copy yaml (#6680)
    * Test against fastmcp (#6666)
    * docs: mid-session changes (#6672)
    * Fix MCP elicitation deadlock and improve UX (#6650)
    * chore: upgrade to rmcp 0.14.0 (#6674)
    * [docs] add MCP-UI to MCP Apps blog (#6664)
    * ACP get working dir from args.cwd (#6653)
    * Optimise load config in UI (#6662)
    * Fix GCP Vertex AI global endpoint support for Gemini 3 models (#6187)
    * fix: macOS keychain infinite prompt loop    (#6620)
    * chore: reduce duplicate or unused cargo deps (#6630)
    * feat: codex subscription support (#6600)
    * smoke test allow pass for flaky providers (#6638)
    * feat: Add built-in skill for goose documentation reference (#6534)
    * Native images (#6619)
    * docs: ml-based prompt injection detection (#6627)
    * Strip the audience for compacting (#6646)
    * chore(release): release version 1.21.0 (minor) (#6634)
    * add collapsable chat nav (#6649)
    * fix: capitalize Rust in CONTRIBUTING.md (#6640)
    * chore(deps): bump lodash from 4.17.21 to 4.17.23 in /ui/desktop (#6623)
    * Vibe mcp apps (#6569)
    * Add session forking capability (#5882)
    * chore(deps): bump lodash from 4.17.21 to 4.17.23 in /documentation (#6624)
    * fix(docs): use named import for globby v13 (#6639)
    * PR Code Review (#6043)
    * fix(docs): use dynamic import for globby ESM module (#6636)
    * chore: trigger CI
    * Document tab completion (#6635)
    * Install goose-mcp crate dependencies (#6632)
    * feat(goose): standardize agent-session-id for session correlation (#6626)
    * chore: tweak release docs (#6571)
    * fix(goose): propagate session_id across providers and MCP (#6584)
    * increase worker threads for ci (#6614)
    * docs: todo tutorial update (#6613)
    * Added goose doc map md file for goose agent to find relevant doc easily. (#6598)
    * add back goose branding to home (#6617)
    * fix: actually set the working dir for extensions from session (#6612)
    * Multi chat (#6428)
    * Lifei/fixed accumulated token count (#6587)
    * Dont show MCP UI/Apps until tool is approved (#6492)
    * docs: max tokens config (#6596)
    * User configurable templates (#6420)
    * docs: http proxy environment variables (#6594)
    * feat: exclude subagent tool from code_execution filtering (#6531)
    * Fix path for global agent skills (#6591)
    * recipes: add mcp server (#6552)
    * feat(gcp-vertex): add model list with org policy filtering (#6393)
    * chore: encourage extension searching (#6582)
    * blog: mobile apps consolidation and roadmap (#6580)
    * chore: remove unused dependencies in cargo.toml (#6561)
    * resolved all the extensions to load in cli (#6464)
    * fix: trying this approach to undo regressions for extension loading (#6568)
    * fix(cli): sync all MCP prompt messages to session before agent reply (#6566)
    * fix scrollbar flicker in sidebar animation (#6564)
    * fix: Missing instructions in goose/CONTRIBUTING.md (#6565)
    * design: goose branding on desktop (#6563)
    * fix(mcp-apps): update ui/message to use ContentBlock[] for content (#6546)
    * fix: omit structured_content when None instead of serializing as null (#6499)
    * fix: prevent docs deploy from being cancelled by PR previews (#6553)
    * add mcp sampling blog (#6547)
    * Docs: add short link for Council of Mine MCP tutorial (#6545)
    * Fix: Update session name in UI in real-time (#6533)
    * added optional request params and context limit from GOOSE_PREDEFINED_MODELS (#6489)
    * chore: sync package-lock.json (#6543)
    * chore(deps): bump aiohttp from 3.13.0 to 3.13.3 in /scripts/provider-error-proxy (#6539)
    * chore(deps): bump brotli from 1.1.0 to 1.2.0 in /scripts/provider-error-proxy (#6538)
    * docs: temp correction for agent directory (#6544)
    * chore: upgrade rmcp (#6516)
    * docs: clarify directory in /documentation readme (#6541)
    * Release 1.20.0
    * Standalone mcp apps (#6458)
    * don't add escaping to the command field (#6519)
    * Fix popular topics not starting chat when clicked (#6508)
    * fix[desktop]: deeplink ui repeat on refresh (#6469)
    * fixed test compilation on main branch (#6512)
    * fix: correctly parse extension name from tool call for MCP apps (#6482)
    * fixed 0 token in openrouter steaming (#6493)
    * feat(goose-acp): enable parallel sessions with isolated agent state (#6392)
    * copilot instruction to flag prelease docs (#6504)
    * docs: acp mcp support (#6491)
    * feat: add flatpak support for linux (#6387)
    * fix(code_execution): serialize record_result output as JSON (#6495)
    * perf(google): avoid accumulating thoughtSignatures across conversation history (#6462)
    * fix(openai): make tool_call arguments optional and fix silent stream termination (#6309)
    * fix: Improve error messages for invalid tool calls (#6483)
    * fix: require auth when running goose on non loopback address (#6478)
    * chore(deps): bump hono from 4.11.3 to 4.11.4 in /ui/desktop (#6485)
    * feat(cli): graceful fallback for keyring failures (#5808)
    * fix: support global .gooseignore and negation patterns (#6157)
    * docs: manual config for jetbrains (#6490)
    * fix: Recipe slash command doesn't work with single optional parameter (#6235)
    * fix(openrouter): Handle Gemini thoughtSignature for tool calls (#6370)
    * docs: fix extensions page (#6484)
    * Allow customizing the new line keybinding in the CLI (#5956)
    * Ask for permission in the CLI (#6475)
    * docs: add Ralph Loop tutorial for multi-model iterative development (#6455)
    * Remove gitignore fallback from gooseignore docs (#6480)
    * fix: clean up result recording for code mode (#6343)
    * fix(code_execution): handle model quirks with tool calls (#6352)
    * feat(ui): support prefersBorder option for MCP Apps (#6465)
    * fixed line breaks (#6459)
    * Use Intl.NumberFormat for token formatting in SessionsInsights (#6466)
    * feat(ui): format large and small token counts for readability (#6449)
    * fix: apply subrecipes when using slash commands (#6460)
    * Fix: exclude platform_schedule_tool in CLI (#6442)
* Mon Jan 19 2026 Sai Karthik Karra <kskarthik@disroot.org>
  - Update to version 1.20.1:
    * fix: trying this approach to undo regressions for extension loading (#6568)
    * chore(release): release version 1.20.1
    * don't add escaping to the command field (#6519)
    * Fix popular topics not starting chat when clicked (#6508)
    * chore(release): release version 1.20.0
    * Fix: Small update in how ML-based prompt injection determines final result (#6439)
    * docs: remove SSE transport and rename to Streamable HTTP (#6319)
    * fix: correct Cloudinary extension command and env variable (#6453)
    * fix: add gap between buttons in MacDesktopInstallButtons.js (#6452)
    * refactor: include hidden dotfiles folders in file picker search (#6315)
    * upgraded safe npm packages (#6450)
    * chore(deps): bump react-router and react-router-dom in /ui/desktop (#6408)
    * chore(deps): bump lru from 0.12.5 to 0.16.3 (#6379)
    * chore(deps-dev): bump @modelcontextprotocol/sdk from 1.24.0 to 1.25.2 in /ui/desktop (#6375)
    * fix: inconsistent API url requirement between desktop and CLI versions (#6419)
    * feat(vertexai): Add streaming support (#6409)
    * fix deeplink recipe launch cold start (#6210)
    * Spell check setting (#6446)
    * File bug directly (#6413)
    * fix(cli): incorrect bin name in shell completions (#6444)
    * Use crunchy from crates instead of git fork (#6415)
    * docs: Add prompts.chat MCP configuration to servers.json (#6342)
    * Remove unused dependencies across workspace (#6380)
    * perf(code_execution): cache tools in ExtensionManager (#6433)
    * chore: break up process agent response (#6348)
    * More 3.7 removal (#6414)
    * CLI show extension errors (#6398)
    * fix[desktop]: Improve UX for ExtensionItem component (#6443)
    * update[doc]: Add tip for GitHub Copilot Provider (#6441)
    * Avoid using cliclack.confirm in non-interactive session (#6412)
    * docs: claude prompt caching note (#6429)
    * Restore task completion notification (#6427)
    * docs: stream-json and auth-token cli options (#6426)
    * feat: add hotkey to toggle full tool output display (#6067)
    * fix(google): treat signed text as regular content in streaming (#6400)
    * Add frameDomains and baseUriDomains CSP support for MCP Apps (#6399)
    * fix(ci): add missing dependencies to openapi-schema-check job (#6367)
    * feat: http proxy support
    * Add support for changing working dir and extensions in same window/session (#6057)
    * Sort keys in canonical models (#6403)
    * added validation and debug for invalid call tool result (#6368)
    * Update MCP apps tutorial: fix _meta structure and version prereq (#6404)
    * Fixed fonts (#6389)
    * Update confidence levels prompt injection detection to reduce false positive rates (#6390)
    * Add ML-based prompt injection detection  (#5623)
    * docs: update custom extensions tutorial (#6388)
    * fix ResultsFormat error when loading old sessions (#6385)
    * docs: add MCP Apps tutorial and documentation updates (#6384)
    * changed z-index to make sure the search highlighter does not appear on modal overlay (#6386)
    * Handling special claude model response in github copilot provider (#6369)
    * fix: prevent duplicate rendering when tool returns both mcp-ui and mcp-apps resources (#6378)
    * fix: update MCP Apps _meta.ui.resourceUri to use nested format (SEP-1865) (#6372)
    * feat(providers): add streaming support for Google Gemini provider (#6191)
    * Blog: edit links in mcp apps post (#6371)
    * fix: prevent infinite loop of tool-input notifications in MCP Apps (#6374)
    * fix: Show platform-specific keyboard shortcuts in UI (#6323)
    * fix: we load extensions when agent starts so don't do it up front (#6350)
    * docs: credit HumanLayer in RPI tutorial (#6365)
    * Blog: Goose Lands MCP Apps (#6172)
    * Claude 3.7 is out. we had some harcoded stuff (#6197)
    * Release 1.19.0
    * chore: upgrade to node v24 as engine (#6361)
    * chore(deps): bump rsa from 0.9.9 to 0.9.10 (#6358)
    * Bump rust toolchain to 1.92 (current stable) (#6356)
    * Hide advanced recipe options under expandable content (#6021)
    * fix: use .config/agents (plural) for skills directory (#6357)
    * fix: prevent KaTeX from treating underscores as subscripts in plain text (#6242)
    * fix: make goose review PRs more like goose contributors do (#6240)
    * fix : preserve provider engine type when editing custom providers (#6106)
    * feat(providers): add retry for model fetching (#6347)
    * allow goose issue solver to react to activation comments (#6239)
    * refactor:  when changing provider/model,load existing provider/model (#6334)
    * chore: refactor configure_extensions_dialog to reduce line count (#6277)
    * chore: refactor handle_configure to reduce line count (#6276)
    * chore: refactor interactive session to reduce line count (#6274)
    * chore: refactor docx_tool to reduce function size (#6273)
    * chore: refactor cli() function to reduce line count (#6272)
    * make sure the models are using streaming properly (#6331)
    * feat: add a max tokens env var (#6264)
    * docs: slash commands topic (#6333)
* Thu Jan 08 2026 Sai Karthik Karra <kskarthik@disroot.org>
  - Add shell completions
  - Update to version 1.19.1:
    * fix: prevent duplicate rendering when tool returns both mcp-ui and mcp-apps resources (#6378)
    * fix: update MCP Apps _meta.ui.resourceUri to use nested format (SEP-1865) (#6372)
    * fix: prevent infinite loop of tool-input notifications in MCP Apps (#6374)
    * chore(release): release version 1.19.1
    * Bump rust toolchain to 1.92 (current stable) (#6356)
    * chore(release): release version 1.19.0
    * fix(ci): prevent gh-pages branch bloat (#6340)
    * chore(deps): bump qs and body-parser in /documentation (#6338)
    * Skip the smoke tests for dependabot PRs (#6337)
    * docs(blog): compress images to fix GitHub Pages deployment (#6339)
    * fix(code-execution): support bracket notation and multiple import styles (#6290)
    * chore(deps): bump qs from 6.14.0 to 6.14.1 in /ui/desktop (#6317)
    * feat(cli): add subcommand `completion` to generate various shell completions (#6313)
    * fix: Make Azure OpenAI API key optional to match documentation (#6215)
    * Release 1.18.0
    * Add recipe download and copy yaml (#6201)
    * Add more logging and analytics to updater processes (#6208)
    * MCP Apps Plumbing (#6286)
    * docs(blog): Agentic Guardrails and Controls (#6329)
    * fix: use minute-level granularity for MOIM timestamps (#6294)
    * fix(install script): ensure script works when piped into bash (#6296)
    * fix: Update tetrate signup step (#6324)
    * fix(openai): handle interleaved streaming chunks in tool call (#6312)
    * Add blog post: How I Taught My Agent My Design Taste (#6326)
    * Have goose issue solver solve issues like a goose contributor (#6321)
    * feat: add caching support for Anthropic models via Databricks (#6320)
    * chore(deps): bump qs and express in /documentation (#6314)
    * fix: handle toolnames without underscores (#6318)
    * feat: upgrade to rmcp 0.12.0 and sacp 10.0.0 by removing SSE transport (#6304)
    * chore: refactor add_extension to reduce line count (#6278)
    * fix: improve smoke test prompt for reliable tool calling (#6281)
    * chore: refactor format_messages in databricks.rs to reduce line count (#6275)
    * fix: adding more open models (#6300)
    * docs: add goose for vs code extension (#6262)
    * feat(code-mode): use server names for MCP extensions (#6284)
    * docs: agent skills compatibility note (#6299)
    * docs: clarify GOOSE_TERMINAL requires ~/.zshenv for zsh users (#6297)
    * feat: add OpenAI Codex CLI provider (#6263)
    * docs: fix Resources menu (#6292)
    * Remove Advent of AI announcement banner (#6291)
    * Add blog post: How We Use goose to Maintain goose (#6289)
    * feat: default todo message (#6217)
    * docs: ref blog from Skills page (#6269)
    * docs: RPI tutorial (#6261)
    * docs: move code mode topic (#6259)
    * feat(acp): Honor MCP servers from clients like Zed (stdio + http) (#6230)
    * docs: code mode and code execution extension (#6255)
    * RPI recipes (#6258)
    * docs: fix links in recipe topics (#6256)
    * remove Tool Selection Strategy preview (#6250)
    * fix(cli): correct bash syntax in terminal integration functions (#6181)
    * fix : opening a session to view it modifies session history order in desktop (#6156)
    * test: fix recipe and audio tests to avoid side effects (#6231)
    * chore: Update gemini versions in test_providers.sh (#6246)
    * feat: option to stream json - jsonl really (#6228)
    * feat: add mcp app renderer (#6095)
    * docs: update skills extension to support .agents/skills directories (#6199)
    * Add YouTube short to Chrome DevTools MCP tutorial (#6244)
    * docs: Caveats for privacy information in logs documentation (#6218)
    * move goose issue solver to opus (#6233)
    * feat: improved UX for tool calls via execute_code (#6205)
    * Blog: Code Mode Doesn't Replace MCP (#6227)
    * fix: prevent keychain requests during cargo test (#6219)
    * test: fix test_max_turns_limit slow execution and wrong message type (#6221)
    * Skills vs MCP blog (#6220)
    * Add blog post: Does Your AI Agent Need a Plan? (#6209)
    * fix(ui): enable MCP UI to send a prompt message when an element is clicked (#6207)
    * docs: param option for recipe deeplink/open (#6206)
    * docs: edit in place or fork session (#6203)
    * Recipe slash command parsing (#6173)
* Mon Dec 22 2025 Sai Karthik Karra <kskarthik@disroot.org>
  - Drop disable-self-update.patch in favour of compile time feature: https://github.com/block/goose/pull/5886
  - Update to version 1.18.0:
    * Recipe slash command parsing (#6173)
    * chore(release): release version 1.18.0
    * fix(code-mode): use MCP structuredContent for proper JS object access (#6190)
    * fix(code-mode): improve tool signatures for LLM discovery (#6177)
    * chore: cover code mode with end to end provider tests (#6183)
    * docs: publish MCP elicitation guide (#6182)
    * docs: mobile access (#6180)
    * feat: update copilot instructions to correct "Goose" to "goose" in code reviews (#6175)
    * blog: on terminal and mobile (#6174)
    * Enhanced PostHog Error Tracking with Detailed Messages (#6176)
    * Clean PR preview sites from gh-pages branch history (#6161)
    * fix: make goose reviewer less sycophantic (#6171)
    * revert /reply to previous behavior (replacing session history) when full conversation provided (#6058)
    * chore: manually update version (#6166)
    * Integrate pricing with canonical model (#6130)
    * Regenerate canonical models when release branch is created. (#6127)
    * fix: use correct parameter name in read_module handler (#6148)
    * docs: blog for code mode MCP (#6126)
    * test: add ACP integration test (#6150)
    * docs: auto download updates (#6163)
    * fix: respect default_enabled value of platform extensions (#6159)
    * docs: skills (#6062)
    * fix: add conditional configuration for GOOSE_BIN_DIR in PATH (#5940)
    * Update dependencies to help in Fedora packaging (#5835)
    * fix: make goose reviewer less bad (#6154)
    * docs: create/edit recipe button (#6145)
    * fix(google): Fix 400 Bad Request error with Gemini 3 thought signatures (#6035)
    * fix: we don't need to warn about tool count when in code mode (#6149)
    * deps: upgrade agent-client-protocol to 0.9.0 (#6109)
    * fix(providers): fix for gemini-cli on windows to work around cmd's multiline prompt limitations #5911 (#5966)
    * More slash commands (#5858)
    * fix: MCP UI not rendering due to CallToolResult structure change (#6143)
    * fix: display shell output as static text instead of spinner (#6041)
    * fix : Custom providers with empty API keys show as configured in desktop (#6105)
    * Add .agents/skills and ~/.config/agent/skills to skills discovery paths (#6139)
    * fix: use instructions for system prompt and prompt for user message in subagents (#6121)
    * Fix compaction loop for small models or large input (#5803)
    * feat: Centralize theme management with ThemeContext (#6137)
    * OpenRouter & Xai streaming (#5873)
    * fix: resolve mcp-hermit cleanup path expansion issue (#5953)
    * feat: add goose PR reviewer workflow (#6124)
    * perf: Avoid repeated MCP queries during streaming responses (#6138)
    * Fix YAML serialization for recipes with special characters (#5796)
    * Add more posthog analytics (privacy aware) (#6122)
    * docs: add Sugar MCP server to extensions registry (#6077)
    * Fix tokenState loading on new sessions (#6129)
    * bump bedrock dep versions (#6090)
    * Don't persist ephemeral extensions when resuming sessions (#5974)
    * chore(deps): bump mdast-util-to-hast from 13.2.0 to 13.2.1 in /ui/desktop (#5939)
    * chore(deps): bump node-forge from 1.3.1 to 1.3.2 in /documentation (#5898)
    * Add Scorecard supply-chain security workflow (#5810)
    * Don't show subagent tool when we're a subagent (#6125)
    * Fix keyboard shortcut conflict for Focus Goose Window (#5809)
    * feat(goose-cli): add feature to disable update (#5886)
    * workflow: enable docs-update-recipe-ref (#6132)
    * fix: filter tools in Ollama streaming when chat mode is enabled (#6118)
* Thu Dec 18 2025 Sai Karthik Karra <kskarthik@disroot.org>
  - Update to version 1.17.0:
    * fix: respect default_enabled value of platform extensions (#6159)
    * Add more posthog analytics (privacy aware) (#6122)
    * Fix tokenState loading on new sessions (#6129)
    * chore(release): release version 1.17.0
    * feat(mcp): platform extension for "code mode" MCP tool calling (#6030)
    * workflow: auto-update recipe-reference on release (#5988)
    * Document recipe slash commands feature (#6075)
    * docs: add GitHub Copilot device flow authentication details (#6123)
    * Disallow subagents with no extensions (#5825)
    * chore(deps): bump js-yaml in /documentation (#6093)
    * feat: external goosed server (#5978)
    * fix: Make datetime info message more explicit to prevent LLM confusion about current year (#6101)
    * refactor: unify subagent and subrecipe tools into single tool (#5893)
    * goose repo is too big for the issue solver workflow worker (#6099)
    * fix: use system not developer role in db (#6098)
    * Add /goose issue solver github workflow (#6068)
    * OpenAI responses streaming (#5837)
    * Canonical models for Providers (#5694)
    * feat: add Inception provider for Mercury models (#6029)
    * fix old sessions with tool results not loading (#6094)
    * Fix community page mobile responsiveness and horizontal overflow (#6082)
    * Tool reply meta (#6074)
    * chore: avoid accidentally using native tls again (#6086)
    * Update vars to be capitalised to be in line with other variables in config file (#6085)
    * docs: restructure recipe reference (#5972)
    * docs: configure custom providers (#6044)
    * docs: Community All-Stars Spotlight November 2025, CodeTV Hackathon edition (#6070)
    * fix: include file attachments in queued messages (#5961)
    * fix(ui): prevent incorrect provider type suffix in update dialog #5908 (#5909)
    * docs: mcp elicitation (#6060)
    * blog: How to stop your ai agent from making unwanted code changes (#6055)
    * Fix typo in prompt (#6007)
    * Docs for new terminal integration feature (#6042)
    * fix: linux goosed crashing libssl error (#6051)
    * chore(release): release version 1.16.0 (minor) (#5985)
    * fix: metrics on posthog (#6024)
    * gov: new LF Projects LLC section (#6027)
    * Cleanup: Remove Recipe Key Flow (#6015)
    * chore(deps): bump mdast-util-to-hast from 13.2.0 to 13.2.1 in /documentation (#5963)
    * remove problematic corrupted woff font (#6006)
    * Added search bar / filtering for recipes (#6019)
    * Hide recipe icon in empty chat (#6022)
    * docs: provider and model config (#6008)
    * Show modal selector after configuring a provider (#6005)
    * docs: additional mcp sampling resources (#6020)
    * Flutter PR Code Review (#6011)
    * feat(mcp): elicitation support (#5965)
    * Onboarding detect provider from api key (#5955)
    * Fix PATH on Windows for extensions (#6000)
    * recipe(datahub): Add a recipe for searching & understanding data in DataHub (#5859)
    * fix params not being substituted in activities (#5992)
    * blog: MCP Sampling (#5987)
* Wed Dec 10 2025 Sai Karthik Karra <kskarthik@disroot.org>
  - Update to version 1.16.0:
    * fix: metrics on posthog (#6024)
    * Hide recipe icon in empty chat (#6022)
    * Show modal selector after configuring a provider (#6005)
    * Onboarding detect provider from api key (#5955)
    * fix params not being substituted in activities (#5992)
    * chore(release): release version 1.16.0
    * Update Anthropic and Google Gemini models to latest API versions (#5980)
    * docs: chat recall tutorial (#5975)
    * fix: `final assistant content cannot end with trailing whitespace` error from Anthropic (#5967)
    * 5527 multiple file popups (#5905)
    * Groq configure fix  (#5833)
    * added sidebar contextual information for firefox (#5433)
    * docs: council of mine MCP (#5979)
    * docs: nano banana extension (#5977)
    * fix: remove prompt change, read model from config (#5976)
    * Enable recipe deeplink parameters for pre-population (#5757)
    * chore: upgrade npm packages (#5951)
    * feat: ActionRequired (#5897)
    * feat(acp): support loading sessions in acp (#5942)
    * docs: add videos to multi-model page (#5938)
    * docs: promote planning guide (#5934)
    * fix: use a lock to ensure only need to run tunnel just in case multiple go… (#5885)
    * Feat: Added custom headers and toggle keyring CLI options (#5017)
    * Feat/automatic update installation (#5345)
    * fix: Added "Merged consecutive assistant messages" to the acceptable issues for moim injection check (#5933)
    * fix: anthropic provider model fetching (#5932)
    * [MCP-UI] add CSP for images to proxy HTML (#5931)
    * fix: correct typo in blog post (AIMDOEL -> AIMODEL) (#5902)
    * feat: @goose in terminal (native terminal support) (#5887)
    * docs: adding AI-friendly features (#5918)
    * Blog/advent of ai announcement (#5917)
    * Extension selector behind ALPHA flag (#5892)
    * blog: typo fixes (#5896)
    * blog: fixing img url (#5895)
    * blog: MCPs for Developers (#5884)
    * docs: Extension Manager MCP (#5883)
    * Update cleanup marker logic for Fedora users. (#5868)
    * Improve AWS credential loading and configuration handling in BedrockProvider  (#5699)
    * fix: adjust strange spacing in agent.rs (#5877)
    * Move recipe actions to bottom bar icon and edit goosehints to settings (#5864)
    * [docs] Add “Building a Social Media Agent” Blog Post (#5844)
    * deps: upgrade rmcp to 0.9.1 (#5860)
    * chore: suggest using text/markdown when fetching content (#5854)
    * Revert "fix: do not load active extensions when no extensions in the recipe" (#5871)
    * goose remote access (#5251)
    * docs: add DataHub MCP server extension documentation (#5769)
    * docs: lowercase goose in remaining topics (#5861)
    * docs: lowercase goose in getting-started and guides topics (#5857)
    * Fix multi tool calling (#5855)
    * fix(#5626 #5832): handle multiple content chunks & images better (#5839)
    * chore: some old code hanging around, and mention configure cli (#5822)
    * feat : add support for math / science symbology via katex (#5773)
    * feat : add ability to see error message in toast (#5851)
    * feat: implement SKILLS.md - claude compatibility.  (#5760)
    * urgent: github broke runners for macos (#5853)
    * [fix] generic check for gemini compat (#5842)
    * Add scheduler to diagnostics (#5849)
    * Cors and token (#5850)
    * fix sessions coming back with empty messages (#5841)
    * markdown export from URL (#5830)
    * Next camp refactor live (#5706)
    * Add out of context compaction test via error proxy (#5805)
    * fix: Add backward compatibility for conversationCompacted message type (#5819)
    * Add /agent/stop endpoint, make max active agents configurable (#5826)
    * Handle 404s (#5791)
    * Persist provider name and model config in the session (#5419)
    * Comment out the flaky mcp callers (#5827)
    * Slash commands (#5718)
    * fix: remove setx calls to not permanently edit the windows shell PATH (#5821)
    * fix: Parse maas models for gcp vertex provider (#5816)
    * fix: support Gemini 3's thought signatures (#5806)
    * chore: Add Adrian Cole to Maintainers (#5815)
    * [MCP-UI] Proxy and Better Message Handling (#5487)
    * Release 1.15.0
    * Document New Window menu in macOS dock (#5811)
    * Catch cron errors (#5707)
    * feat/fix Re-enabled WAL with commit transaction management (Linux Verification Requested) (#5793)
    * chore: remove autopilot experimental feature (#5781)
    * Read paths from an interactive & login shell (#5774)
    * docs: acp clients (#5800)
    * Provider error proxy for simulating various types of errors (#5091)
    * chore: Add links to maintainer profiles (#5788)
    * Quick fix for community all stars script (#5798)
    * Document Mistral AI provider (#5799)
    * docs: Add Community Stars recipe script and txt file (#5776)
    * chore: incorporate LF feedback (#5787)
    * docs: quick launcher (#5779)
* Thu Nov 20 2025 Sai Karthik Karra <kskarthik@disroot.org>
  - Update to version 1.15.0:
    * Read paths from an interactive & login shell (#5774)
    * chore(release): release version 1.15.0
    * Bump auto scroll threshold (#5738)
    * fix: add one-time cleanup for linux hermit locking issues (#5742)
    * Don't show update tray icon if GOOSE_VERSION is set (#5750)
    * fix: get win node path from registry (#5731)
    * Handle spaces in extension names also (#5770)
    * Remove empty settings card for Scheduling Engine (#5771)
    * fix windows cli build (#5768)
    * fix: Implement a CredentialStore for auth (#5741)
    * blog post: How to Successfully Migrate Your App with an AI Agent (#5762)
    * Simplify finding `goosed` (#5739)
    * More time for goosed (#5746)
    * Match lower case (#5763)
    * scan recipe for security when saving recipe (#5747)
    * feat: trying grok for live test (#5732)
    * Platform Extension MOIM (Minus One Info Message) (#5027)
    * docs: remove hackathon banner (#5756)
    * Fix: Recipes respect the quiet flag (#5743)
    * docs: update cli commands (#5744)
    * Run smoke tests on a free runner (#5745)
    * faster, cheaper (pick two): improve CI workflow and switch to free github runner (#5702)
    * Compaction resiliency improvements (#5618)
    * docs: ask goose button (#5730)
    * Update prompt injection detection metrics (due to errors exporting to datadog) (#5692)
    * Spence/icon2 tokyo drift (#5728)
    * docs: logs rotation and misc updates (#5727)
    * docs: automatic ollama model detection (#5725)
    * Fix context progress bar not resetting after /clear command (#5652)
    * docs: removing double announcements (#5714)
    * docs: mcp sampling support (#5708)
    * hackathon banner  (#5710)
    * Fix documentation-only change detection for push events (#5712)
    * Added transaction commits to multi sql functions in session_manager (#5693)
    * fix: improve and simplify tool call chain rendering (#5704)
    * Fix: Always show autocompact threshold ui (#5701)
    * chore: Update governance to include Discord (#5690)
    * Ollama improvements (#5609)
    * feat: add Supabase MCP server to registry (#5629)
    * Unlist VS Code extension tutorials from MCP and experimental sections (#5677)
    * fix: make image processing work in github copilot provider (#5687)
    * fix: do not take into account gitignore in developer mcp (#5688)
    * docs: session storage migration (#5682)
    * New maintainers (#5685)
    * chore: Update governance (#5660)
    * chore(release): release version 1.14.0 (minor) (#5676)
    * fix : action icons overlap session title in chat history (#5684)
    * Document recent goose PRs (#5683)
    * docs: add GOOSE_PATH_ROOT environment variable documentation (#5678)
    * feat: SessionManager integration for acp sessions (#5657)
    * teach copilot our CI (#5672)
* Fri Nov 14 2025 Sai Karthik Karra <kskarthik@disroot.org>
  - add _constraints to fix build errors on other architectures
* Wed Nov 12 2025 Sai Karthik Karra <kskarthik@disroot.org>
  - Update to version 1.14.0:
    * chore(release): release version 1.14.0
    * bump openapi version directly (#5674)
    * governance: update MAINTAINERS.md to reflect new maintainers (#5675)
    * chore: upgrade rmcp to 0.8.5 (#5673)
    * Update release instructions (#5662)
    * Swapped out to_string_lossy with display for user facing text (#5666)
    * the right script (#5671)
    * use npx in just generate-openapi (#5664)
    * silence copilot on minor text issues (#5665)
    * fix: disallow runaway subagent chains (#5659)
    * chore: remove usage of non-existent env var for log dir (#5658)
    * clarify agent instructions (#5655)
    * feat: add check-everything for unified style checks (#5650)
    * Show errors on failure (#5643)
    * custom instructions for copilot reviews (#5646)
    * fix: prevent repeated 404 errors when accessing deleted sessions (#5644)
    * Flake.nix corrected main (#5600)
    * fix: goose recipe list can return duplicated entries (#5645)
    * fix: bedrock creds refresh (#5599)
    * Fix Claude Code provider to default to Auto mode (#5638) (#5642)
    * Scheduler cleanup (#5571)
    * Better search paths and handling of CLI providers (#5554)
    * docs: description required for "Add Extension" in cli - phase 2 (#5635)
    * Remove some logging (#5631)
    * Use session IDs as task IDs for subagents instead of UUIDs (#5398)
    * Fix the naming (#5628)
    * fix: default tetrate model is broken, replace with haiku-4.5 (#5535) (#5587)
    * Fetch less and use the right SHA (#5621)
    * feat(ui): add custom macOS dock menu with New Window option (#5099)
    * feat: remove hints from recipe prompts (#5622)
    * docs: October 2025 Community All-Stars spotlight, Hacktoberfest edition (#5625)
    * differentiate debug/release in cache key (#5613)
    * Unify subrecipe and subagent execution through shared recipe pipeline (#5082)
    * Standardize CLI argument flags and update documentation (#5516)
    * Release 1.13.0
    * fix: move goosehints/AGENTS.md handling to goose, and out of developer extension (#5575)
    * fix: add standard context menu items to prevent empty right-click menu (#5616)
    * Bump openapi in prepare-release (#5611)
    * docs: add access control section to Developer tutorial (#5615)
    * Token state not showing on load, or after message is finished. (#5606)
    * Change the other location too (#5608)
    * feat(ui): bring back quick launcher (#5144)
    * Support platform tools through CLI (#5570)
    * Avoid web double write (#5601)
    * fix: gemini flash -> pro for mcp smoke tests (#5574)
    * Manual compaction test and fix (#5568)
    * fix: tidy up claude cli handling (#5594)
    * Remove jetbrains (#5602)
    * feat(githubcopilot): add support for newer Copilot AI Models (#5603)
    * fix: customised recipe to yaml string to avoid minininjia parsing error (#5494)
    * Add pending extension indicator to extension panel (#5493)
    * Add environment subsition for auth blocks (#5439)
    * acp: ToolCallLocations and working cancellation (#5588)
    * feat(providers): add Mistral AI provider (#5009)
    * Listen for ctrl-c during provider request (#5585)
    * Also accept null as description, not just missing (#5589)
    * Document missing recipe param types (#5584)
    * docs: description required for "Add Extension" in cli (#5573)
    * fix: Add schema-aware numeric coercion for MCP tool arguments (#5478)
* Tue Nov 11 2025 Sai Karthik Karra <kskarthik@disroot.org>
  - Initial release 1.13.2~0
  - Disabled self update feature

Files

/usr/bin/goose
/usr/share/doc/packages/goose
/usr/share/doc/packages/goose/CONTRIBUTING.md
/usr/share/doc/packages/goose/README.md
/usr/share/licenses/goose
/usr/share/licenses/goose/LICENSE
/usr/share/licenses/goose/LICENSE.ansi_colours
/usr/share/licenses/goose/LICENSE.option-ext
/usr/share/licenses/goose/chart-js.license
/usr/share/licenses/goose/d3-js.license
/usr/share/licenses/goose/d3-sankey.license
/usr/share/licenses/goose/leaflet-markercluster.license
/usr/share/licenses/goose/leaflet.license
/usr/share/licenses/goose/mermaid.license
/usr/share/man/man1/goose-acp.1.gz
/usr/share/man/man1/goose-completion.1.gz
/usr/share/man/man1/goose-configure.1.gz
/usr/share/man/man1/goose-doctor.1.gz
/usr/share/man/man1/goose-gateway-pair.1.gz
/usr/share/man/man1/goose-gateway-start.1.gz
/usr/share/man/man1/goose-gateway-status.1.gz
/usr/share/man/man1/goose-gateway-stop.1.gz
/usr/share/man/man1/goose-gateway.1.gz
/usr/share/man/man1/goose-info.1.gz
/usr/share/man/man1/goose-mcp.1.gz
/usr/share/man/man1/goose-plugin-install.1.gz
/usr/share/man/man1/goose-plugin-update.1.gz
/usr/share/man/man1/goose-plugin.1.gz
/usr/share/man/man1/goose-recipe-deeplink.1.gz
/usr/share/man/man1/goose-recipe-list.1.gz
/usr/share/man/man1/goose-recipe-open.1.gz
/usr/share/man/man1/goose-recipe-validate.1.gz
/usr/share/man/man1/goose-recipe.1.gz
/usr/share/man/man1/goose-review.1.gz
/usr/share/man/man1/goose-run.1.gz
/usr/share/man/man1/goose-schedule-add.1.gz
/usr/share/man/man1/goose-schedule-cron-help.1.gz
/usr/share/man/man1/goose-schedule-list.1.gz
/usr/share/man/man1/goose-schedule-remove.1.gz
/usr/share/man/man1/goose-schedule-run-now.1.gz
/usr/share/man/man1/goose-schedule-services-status.1.gz
/usr/share/man/man1/goose-schedule-services-stop.1.gz
/usr/share/man/man1/goose-schedule-sessions.1.gz
/usr/share/man/man1/goose-schedule.1.gz
/usr/share/man/man1/goose-serve.1.gz
/usr/share/man/man1/goose-session-diagnostics.1.gz
/usr/share/man/man1/goose-session-export.1.gz
/usr/share/man/man1/goose-session-import.1.gz
/usr/share/man/man1/goose-session-list.1.gz
/usr/share/man/man1/goose-session-remove.1.gz
/usr/share/man/man1/goose-session.1.gz
/usr/share/man/man1/goose-skills-list.1.gz
/usr/share/man/man1/goose-skills.1.gz
/usr/share/man/man1/goose-term-info.1.gz
/usr/share/man/man1/goose-term-init.1.gz
/usr/share/man/man1/goose-term-run.1.gz
/usr/share/man/man1/goose-term.1.gz
/usr/share/man/man1/goose-tui.1.gz
/usr/share/man/man1/goose.1.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Wed Aug 19 23:04:18 2026