Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# Zoo Code Changelog

## [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 `xhigh` and all extended reasoning effort values (#713 by @6rz6, PR #774 by @edelauna)
- Fix(deepseek): round-trip `reasoning_content` in thinking mode to prevent 400 errors (#201 by @leosdad, PR #775 by @edelauna)
- Fix(gemini): base64-encode `thoughtSignature` bypass 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/sdk` to 0.104.1 and `@anthropic-ai/vertex-sdk` to 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)

## [3.64.0]

### Minor Changes
Expand Down
28 changes: 17 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,16 +53,22 @@
You can find a quick guide for migrating from Roo Code to Zoo Code in the [Roo→Zoo migration guide](https://docs.zoocode.dev/roo-to-zoo-migration). We plan to try and help users as they transition over, we have our [Reddit](https://www.reddit.com/r/ZooCode) and [Discord](https://discord.gg/VxfP4Vx3gX)
for this exact support, so if you are having problems or if you have question, jump on and ask.

## What's New in v3.64.0

- **Rules Management UI** — a new Rules tab in Settings lets you create, delete, and open global and workspace Zoo rules directly from the editor
- **Completion Change Review** — after a task completes, new "See New Changes" and "Restore Changes" buttons let you inspect and undo the changes from the latest prompt
- **Relaxed Diff Thresholds** — configurable similarity thresholds reduce "edit unsuccessful" errors when applying diffs, with new diagnostics to help tune the settings
- Add kimi-k2p7-code model on Fireworks provider
- Fix: auto-closing edited files is now opt-in and defaults to off
- Fix: delegation race condition in delegateParentAndOpenChild
- Fix: parse Gemma 4 `<thought>` reasoning tags alongside `<think>`
- Security update: undici v6.27.0
## What's New in v3.66.0

- **Claude Sonnet 5 support** — the latest Claude model is now available across Anthropic, Bedrock, and Vertex providers
- **Semble v0.4.1 upgrade** — flattened result parsing and localized status messages
- **Task-lifecycle status transition guard** — a new status transition guard and startup delegation reconciliation prevent invalid task state transitions
- Fix: LiteLLM cache key collision and silent fallback to a non-existent default model
- Fix: reliable auto context condensing for the VS Code Language Model API
- Fix: ThinkingBudget now supports `xhigh` and all extended reasoning effort values
- Fix: round-trip DeepSeek `reasoning_content` in thinking mode to prevent 400 errors
- Fix: base64-encode Gemini `thoughtSignature` bypass token to fix the Vertex AI empty-response loop
- Fix: provider cache reset after settings import
- Fix: atomically serialize `reopenParentFromDelegation`
- Fix: shell default profile name type guard
- Security: dependency-review, invisible-char detection, and least-privilege workflow permissions
- Upgrade `@anthropic-ai/sdk` to 0.104.1 and `@anthropic-ai/vertex-sdk` to 0.17.1
- Dependency and tooling updates

<details>
<summary>🌐 Available languages</summary>
Expand All @@ -86,7 +92,7 @@ for this exact support, so if you are having problems or if you have question, j
- [简体中文](locales/zh-CN/README.md)
- [繁體中文](locales/zh-TW/README.md)
- ...
</details>
</details>

---

Expand Down
8 changes: 4 additions & 4 deletions locales/ca/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions locales/de/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions locales/es/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions locales/fr/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions locales/hi/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions locales/id/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions locales/it/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions locales/ja/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading