# Goose v1.36.0 - Product: Goose (https://whatsnew.fyi/product/goose) - Vendor: Block - Date: 2026-05-27 - Version: v1.36.0 - Original notes: https://github.com/aaif-goose/goose/releases/tag/v1.36.0 - Permalink: https://whatsnew.fyi/product/goose/releases/v1.36.0 What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **added** — TUI command on goose-cli - **added** — TUI diff viewer - **added** — goose review local code review command - **added** — /goal command for agent self-evaluation before finishing - **added** — Hooks system for PreToolUse denial and extensibility - **added** — Slash commands (built-in, skill, recipe) in ACP server - **added** — Open-plugins generalization with skills - **added** — Summon subagent instructions - **added** — Unified thinking effort control across all providers - **added** — NEAR AI Cloud provider - **added** — Scaleway provider - **added** — Vercel AI Gateway provider - **added** — Atomic Chat declarative OpenAI-compatible provider - **added** — Routstr declarative provider - **added** — FuturMix provider - **added** — oMLX declarative provider - **added** — Harbor eval runner - **added** — goose://resume and goose://new-session deep links - **added** — MAX_CODE_BLOCK_LINES configurable via env vars - **added** — Honor GOOSE_FAST_MODEL env var in ModelConfig - **added** — GPT-5.5 in known models - **added** — Paginate ACP session list - **added** — Pass session cwd param to ACP providers - **added** — Opt-in to Vercel AI gateway leaderboard - **added** — GOOSE_OAUTH_CALLBACK_PORT for stable OAuth redirect_uri - **added** — Proactive OAuth token refresh to avoid re-auth on every session - **added** — Strip chain-of-thought markers from custom provider output - **added** — Encrypted Nostr session sharing - **added** — Simplified Chinese (zh-CN) translation - **added** — Russian language support - **added** — Turkish desktop locale - **added** — Nushell terminal and completion support - **added** — Optional --parameters flag for scheduled recipes - **added** — Quarterly option for scheduler - **added** — GitHub Copilot /responses API support - **added** — Worktree-aware directory switcher - **added** — Chat history search feature - **added** — Projects as backend sources with system prompt injection - **added** — Linux Vulkan support for local inference - **added** — Linux musl CLI builds - **added** — Windows CUDA release artifacts - **added** — GOOSE_DISABLE_TOOL_CALL_SUMMARY env var - **fixed** — Tolerate missing responses output - **fixed** — Stop main window growing taller on every launch - **fixed** — Desktop chat search session limiting - **fixed** — Serialize per-session agent creation to stop duplicate MCP init - **fixed** — Respect GOOSE_MAX_TURNS in gateway sessions - **fixed** — Send empty object instead of null for Anthropic tool_use input - **fixed** — Preserve thinking content for provider context - **fixed** — Mention configurable timeout env vars in Ollama stream stall error - **fixed** — Include full recipe parameter details in load/discovery output - **security** — Remove unused fetch-metadata IPC handler (SSRF) - **fixed** — Use context limit from /model/info for LiteLLM custom models - **fixed** — Plain > prompt instead of goose emoji in CLI - **fixed** — Stop killing goosed when a window closes - **fixed** — Emit trace_output as span attribute instead of event - **fixed** — Check file fallback when keyring has no entry - **fixed** — Align sidebar hamburger in macOS fullscreen - **fixed** — Use current_exe() instead of PATH lookup when spawning goose ##### ✨ Features - TUI command on goose-cli [#9385](https://github.com/aaif-goose/goose/pull/9385) - TUI diff viewer [#9260](https://github.com/aaif-goose/goose/pull/9260) - `goose review` local code review command [#9114](https://github.com/aaif-goose/goose/pull/9114) - `/goal` command for agent self-evaluation before finishing [#9069](https://github.com/aaif-goose/goose/pull/9069) - Hooks system for PreToolUse denial and extensibility [#9093](https://github.com/aaif-goose/goose/pull/9093), [#9304](https://github.com/aaif-goose/goose/pull/9304) - Slash commands (built-in, skill, recipe) in ACP server [#9238](https://github.com/aaif-goose/goose/pull/9238) - Open-plugins generalization + skills [#9112](https://github.com/aaif-goose/goose/pull/9112) - Summon subagent instructions [#9325](https://github.com/aaif-goose/goose/pull/9325) - Unified thinking effort control across all providers [#9242](https://github.com/aaif-goose/goose/pull/9242) - NEAR AI Cloud provider [#9352](https://github.com/aaif-goose/goose/pull/9352) - Scaleway provider [#9254](https://github.com/aaif-goose/goose/pull/9254) - Vercel AI Gateway provider [#9144](https://github.com/aaif-goose/goose/pull/9144) - Atomic Chat declarative OpenAI-compatible provider [#9210](https://github.com/aaif-goose/goose/pull/9210) - Routstr declarative provider [#9175](https://github.com/aaif-goose/goose/pull/9175) - FuturMix provider [#8840](https://github.com/aaif-goose/goose/pull/8840) - oMLX declarative provider [#9177](https://github.com/aaif-goose/goose/pull/9177) - Harbor eval runner [#9138](https://github.com/aaif-goose/goose/pull/9138) - `goose://resume` and `goose://new-session` deep links [#9343](https://github.com/aaif-goose/goose/pull/9343), [#9196](https://github.com/aaif-goose/goose/pull/9196) - `MAX_CODE_BLOCK_LINES` configurable via env vars [#9301](https://github.com/aaif-goose/goose/pull/9301) - Honor `GOOSE_FAST_MODEL` env var in ModelConfig [#9296](https://github.com/aaif-goose/goose/pull/9296) - GPT-5.5 in known models [#9292](https://github.com/aaif-goose/goose/pull/9292) - Paginate ACP session list [#9199](https://github.com/aaif-goose/goose/pull/9199) - Pass session cwd param to ACP providers [#9229](https://github.com/aaif-goose/goose/pull/9229) - Opt-in to Vercel AI gateway leaderboard [#9259](https://github.com/aaif-goose/goose/pull/9259) - `GOOSE_OAUTH_CALLBACK_PORT` for stable OAuth redirect_uri [#9209](https://github.com/aaif-goose/goose/pull/9209) - Proactive OAuth token refresh to avoid re-auth on every session [#8386](https://github.com/aaif-goose/goose/pull/8386) - Strip chain-of-thought markers from custom provider output [#8635](https://github.com/aaif-goose/goose/pull/8635) - Encrypted Nostr session sharing [#8922](https://github.com/aaif-goose/goose/pull/8922) - Simplified Chinese (zh-CN) translation [#8765](https://github.com/aaif-goose/goose/pull/8765) - Russian language support [#9406](https://github.com/aaif-goose/goose/pull/9406) - Turkish desktop locale [#9392](https://github.com/aaif-goose/goose/pull/9392) - Nushell terminal and completion support [#8628](https://github.com/aaif-goose/goose/pull/8628) - Optional `--parameters` flag for scheduled recipes [#8741](https://github.com/aaif-goose/goose/pull/8741) - Quarterly option for scheduler [#9076](https://github.com/aaif-goose/goose/pull/9076) - GitHub Copilot `/responses` API support [#9043](https://github.com/aaif-goose/goose/pull/9043) - Worktree-aware directory switcher [#8450](https://github.com/aaif-goose/goose/pull/8450) - Chat history search feature [#8448](https://github.com/aaif-goose/goose/pull/8448) - Projects as backend sources with system prompt injection [#8739](https://github.com/aaif-goose/goose/pull/8739) - Linux Vulkan support for local inference [#9038](https://github.com/aaif-goose/goose/pull/9038) - Linux musl CLI builds [#9240](https://github.com/aaif-goose/goose/pull/9240) - Windows CUDA release artifacts [#8750](https://github.com/aaif-goose/goose/pull/8750 _[Truncated at 4000 characters — full notes: https://github.com/aaif-goose/goose/releases/tag/v1.36.0]_