Releases: Zoo-Code-Org/Zoo-Code
Releases · Zoo-Code-Org/Zoo-Code
Release list
Zoo Code v3.66.0
Immutable
release. Only release title and notes can be modified.
[3.66.0]
Minor Changes
- Add Claude Sonnet 5 support across Anthropic, Bedrock, and Vertex providers (#777 by @navedmerchant, PR #778 by @navedmerchant)
- Upgrade Semble to v0.4.1 with flattened result parsing and localized status messages (#733 by @navedmerchant, PR #734 by @navedmerchant)
- Add task-lifecycle status transition guard and startup delegation reconciliation to prevent invalid task state transitions (#366 by @edelauna, PR #692 by @edelauna)
- Fix: LiteLLM cache key collision and silent fallback to a non-existent default model (#638 by @awschmeder, PR #647 by @awschmeder)
- Fix: reliable auto context condensing for the VS Code Language Model API (#714 by @simurg79, PR #710 by @simurg79)
- Fix(ThinkingBudget): support
xhighand all extended reasoning effort values (#713 by @6rz6, PR #774 by @edelauna) - Fix(deepseek): round-trip
reasoning_contentin thinking mode to prevent 400 errors (#201 by @leosdad, PR #775 by @edelauna) - Fix(gemini): base64-encode
thoughtSignaturebypass token to fix the Vertex AI empty-response loop (#536 by @edelauna, PR #776 by @edelauna) - Fix: provider cache reset after settings import (#689 by @JunyongParkDev, PR #726 by @JunyongParkDev)
- Fix(delegation): atomically serialize
reopenParentFromDelegation(#365 by @edelauna, PR #725 by @edelauna) - Fix: shell default profile name type guard (#686 by @daewoongoh, PR #687 by @daewoongoh)
- chore(security): dependency-review, invisible-char detection, and least-privilege workflow permissions (#782 by @edelauna, PR #783 by @edelauna)
- chore: upgrade
@anthropic-ai/sdkto 0.104.1 and@anthropic-ai/vertex-sdkto 0.17.1 (#438 by @p12tic, PR #600 by @p12tic) - chore: enforce no-floating-promises in core/task/ (PR #253 by @0xMink)
- ci: improve PR label reconciliation with CI gating and event triggers (PR #228 by @app/roomote)
- fix(deps): update AI SDKs and providers (PR #744 by @app/renovate)
- chore(deps): update build, lint, and test tooling (PR #745 by @app/renovate)
- chore(deps): update dependency mermaid to v11.16.0 (PR #742 by @app/renovate)
- chore(deps): update dependency posthog-js to v1.393.5 (PR #746 by @app/renovate)
- chore(deps): update dependency ajv to v8.20.0 (PR #747 by @app/renovate)
- chore(deps): update dependency react-use to v17.6.1 (PR #740 by @app/renovate)
- chore(deps): update dependency reconnecting-eventsource to v1.6.5 (PR #741 by @app/renovate)
- chore(deps): update dependency pdf-parse to v1.1.4 (PR #739 by @app/renovate)
- chore(deps): update dependency ovsx to v0.10.12 (PR #738 by @app/renovate)
- chore(deps): update dependency only-allow to v1.2.2 (PR #737 by @app/renovate)
Zoo Code v3.64.0
Immutable
release. Only release title and notes can be modified.
[3.64.0]
Minor Changes
- Add Rules Management UI — new Rules tab in Settings to create, delete, and open global and workspace Zoo rules (#660 by @ivanarifin, PR #657 by @ivanarifin)
- Add completion change review actions — "See New Changes" and "Restore Changes" buttons after task completion let you inspect and undo changes from the latest prompt (#661 by @ivanarifin, PR #633 by @ivanarifin)
- Add kimi-k2p7-code model on Fireworks provider (PR #599 by @p12tic)
- feat: add abort signal core plumbing — threads AbortSignal through the API metadata layer for future provider-level cancellation (#434 by @easonLiangWorldedtech, PR #674 by @easonLiangWorldedtech)
- feat: add TaskSemaphore utility for parallel task coordination (#362 by @edelauna, PR #675 by @edelauna)
- feat(experiments): register PARALLEL_TOOL_EXECUTION feature flag (internal-only) (#363 by @edelauna, PR #678 by @edelauna)
- Add Roo Code history import to the About page (PR #141 by @roomote)
- Fix: configurable relaxed diff thresholds and diagnostics reduce "edit unsuccessful" errors (#452 by @DannyVarodBlueVine, PR #470 by @nigeldelviero)
- Fix: auto-closing edited files is now opt-in — the setting defaults to off (#719 by @edelauna, PR #720 by @edelauna)
- Fix(diff-view): make auto-closing edited files opt-in, fixing setting that could not be unchecked (#667 by @navedmerchant, PR #668 by @navedmerchant)
- Fix(delegation): serialize delegateParentAndOpenChild with atomicReadAndUpdate to prevent race conditions (#364 by @edelauna, #365 by @edelauna, PR #691 by @edelauna)
- Fix(ask_followup_question): report non-array follow_up suggestions as a type error (#511 by @nh2, PR #662 by @nh2)
- Fix: parse Gemma 4
<thought>reasoning tags alongside<think>(#323 by @sagidM, PR #324 by @sagidM) - docs(prompt): enhance apply_diff tool instructions to improve Gemini model success rate (#611 by @awschmeder, PR #619 by @awschmeder)
- chore(deps): update undici to v6.27.0 [security] (PR #659 by @renovate)
- chore(deps): update @types/node, @vscode/test-cli, execa, axios (PR #669, #670, #671, #673 by @renovate)
- test(mcp): fix McpHub Windows command wrapping test ordering (PR #632 by @HappyLiang12)
- fix(McpHub): resolve flaky McpHub.spec.ts tests after Vitest 4 upgrade (PR #666 by @edelauna)
Zoo Code v3.62.0
Immutable
release. Only release title and notes can be modified.
[3.62.0]
Minor Changes
- Add GLM-5.2 support — the latest GLM model is now available in your provider settings (#597 by @percy4, PR #608 by @MobCode100)
- Add OpenCode-Go native model parameters, Anthropic-format routing, and context-token fix for more reliable responses (#646 by @ykoneee, PR #652 by @navedmerchant)
- Add tool-writer mode to the Marketplace — a new specialized mode for writing and maintaining tool definitions (#603 by @RayCarro, PR #604 by @RayCarro)
- Add LiteLLM support for forwarding taskId as X-Zoo-Session-ID request header for better request tracing (#590 by @awschmeder, PR #591 by @awschmeder)
- Fix: Apply apiRequestTimeout consistently across all providers (#565 by @daewoongoh, PR #567 by @daewoongoh)
- Fix: Restore diff view scroll position and fix tab handling on save/deny (#586 by @awschmeder, PR #589 by @awschmeder)
- Fix: Deliver terminal completion signal when end event wins the race against setActiveStream (#489 by @drzraf, #622 by @onlineapps-cloud, PR #645 by @edelauna)
- Fix: Fetch OpenCode-Go models unconditionally — the /models endpoint is public (PR #437 by @proyectoauraorg)
- Refactor: Extract RateLimitClock from Task static state for cleaner rate-limit handling (#361 by @edelauna, PR #628 by @edelauna)
- Refactor: Use extractReasoningFromDelta helper for reasoning extraction across providers (PR #588 by @daewoongoh)
- Fix: Automate PR review-state and stale labels in GitHub Actions (PR #636 by @edelauna)
- Re-enable the prefer-const ESLint rule (PR #250 by @0xMink)
- Add stale PR workflows and auto-closure policy (PR #631 by @edelauna)
- Update dependency vitest to v4 [security] (PR #443 by @app/renovate)
- Update dependency shell-quote to v1.8.4 [security] (PR #554 by @app/renovate)
- Update dependency esbuild to v0.28.1 [security] (PR #595 by @app/renovate)
- Update dependency vite to v8.0.16 [security] (PR #642 by @app/renovate)
- Update GitHub Actions (PR #521 by @app/renovate)
Zoo Code v3.60.0
Immutable
release. Only release title and notes can be modified.
[3.60.0]
Minor Changes
- Add Claude Fable 5 support across Anthropic, Bedrock, and Vertex providers (PR #555 by @taltas)
- Add OpenAI GPT-5.5 support (PR #537 by @scream4ik)
- Add per-mode MCP server restrictions — configure an allowlist to restrict which MCP servers are active per mode (PR #453 by @simurg79)
- Add workspace
rootResolutionsetting for controlling path resolution in multi-root workspaces (PR #538 by @simurg79) - Add LiteLLM support for
reasoning_contentandreasoningfields in streaming responses (PR #449 by @daewoongoh) - Add Show Ripgrep Diagnostic command for easier ripgrep troubleshooting (PR #281 by @0xMink)
- Redesign terminal profile settings UX — unified dropdown, consistent layout, and improved styling (#119 by @chenyuanrun, #321 by @F915, PR #533 by @F915)
- Fix chat window running out of memory when transcript grows large (PR #153 by @app/roomote)
- Fix relative symlinks in rules files not resolving correctly using realpath of parent directory (PR #442 by @p12tic)
- Fix command approval buttons not clearing when auto-executed (PR #480 by @awschmeder)
- Fix multi-line quoted command parsing, auto-approval behavior, and malformed-command error surfacing (PR #483 by @awschmeder)
- Fix
list-filestool to validate directory exists before spawning ripgrep (#557 by @edelauna, PR #558 by @edelauna) - Fix child tasks returning to parent when parent status is active in AttemptCompletionTool (PR #510 by @edelauna)
- Fix surface in-stream errors from Zoo and Vercel AI gateways (PR #569 by @JamesRobert20)
- Gate marketplace publish behind PR approval check (PR #516 by @edelauna)
- Stabilize flaky e2e provider suite ordering and zai requestCapture race (#512 by @edelauna, #514 by @edelauna, PR #45 by @app/roomote)
- Fix flaky e2e subtasks fixture collision and task identity prompt (#561, PR #563 by @simurg79)
- Add contributing guidelines: PR expectations and AI-assisted contribution policy (PR #562 by @edelauna)
- Configure knip and remove dead code (PR #225 by @app/roomote)
- Pin dependencies (PR #423 by @app/renovate)
Zoo Code v3.58.1
Immutable
release. Only release title and notes can be modified.
Zoo Code v3.58.0
Immutable
release. Only release title and notes can be modified.
Release v3.58.0