Skip to content

Commit a5a490a

Browse files
committed
chore: prepare v3.66.0 release
1 parent 8e76b8d commit a5a490a

39 files changed

Lines changed: 171 additions & 135 deletions

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,35 @@
11
# Zoo Code Changelog
22

3+
## [3.66.0]
4+
5+
### Minor Changes
6+
7+
- Add Claude Sonnet 5 support across Anthropic, Bedrock, and Vertex providers (#777 by @navedmerchant, PR #778 by @navedmerchant)
8+
- Upgrade Semble to v0.4.1 with flattened result parsing and localized status messages (#733 by @navedmerchant, PR #734 by @navedmerchant)
9+
- Add task-lifecycle status transition guard and startup delegation reconciliation to prevent invalid task state transitions (#366 by @edelauna, PR #692 by @edelauna)
10+
- Fix: LiteLLM cache key collision and silent fallback to a non-existent default model (#638 by @awschmeder, PR #647 by @awschmeder)
11+
- Fix: reliable auto context condensing for the VS Code Language Model API (#714 by @simurg79, PR #710 by @simurg79)
12+
- Fix(ThinkingBudget): support `xhigh` and all extended reasoning effort values (#713 by @6rz6, PR #774 by @edelauna)
13+
- Fix(deepseek): round-trip `reasoning_content` in thinking mode to prevent 400 errors (#201 by @leosdad, PR #775 by @edelauna)
14+
- Fix(gemini): base64-encode `thoughtSignature` bypass token to fix the Vertex AI empty-response loop (#536 by @edelauna, PR #776 by @edelauna)
15+
- Fix: provider cache reset after settings import (#689 by @JunyongParkDev, PR #726 by @JunyongParkDev)
16+
- Fix(delegation): atomically serialize `reopenParentFromDelegation` (#365 by @edelauna, PR #725 by @edelauna)
17+
- Fix: shell default profile name type guard (#686 by @daewoongoh, PR #687 by @daewoongoh)
18+
- chore(security): dependency-review, invisible-char detection, and least-privilege workflow permissions (#782 by @edelauna, PR #783 by @edelauna)
19+
- 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)
20+
- chore: enforce no-floating-promises in core/task/ (PR #253 by @0xMink)
21+
- ci: improve PR label reconciliation with CI gating and event triggers (PR #228 by @app/roomote)
22+
- fix(deps): update AI SDKs and providers (PR #744 by @app/renovate)
23+
- chore(deps): update build, lint, and test tooling (PR #745 by @app/renovate)
24+
- chore(deps): update dependency mermaid to v11.16.0 (PR #742 by @app/renovate)
25+
- chore(deps): update dependency posthog-js to v1.393.5 (PR #746 by @app/renovate)
26+
- chore(deps): update dependency ajv to v8.20.0 (PR #747 by @app/renovate)
27+
- chore(deps): update dependency react-use to v17.6.1 (PR #740 by @app/renovate)
28+
- chore(deps): update dependency reconnecting-eventsource to v1.6.5 (PR #741 by @app/renovate)
29+
- chore(deps): update dependency pdf-parse to v1.1.4 (PR #739 by @app/renovate)
30+
- chore(deps): update dependency ovsx to v0.10.12 (PR #738 by @app/renovate)
31+
- chore(deps): update dependency only-allow to v1.2.2 (PR #737 by @app/renovate)
32+
333
## [3.64.0]
434

535
### Minor Changes

README.md

Lines changed: 17 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -53,16 +53,22 @@
5353
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)
5454
for this exact support, so if you are having problems or if you have question, jump on and ask.
5555

56-
## What's New in v3.64.0
57-
58-
- **Rules Management UI** — a new Rules tab in Settings lets you create, delete, and open global and workspace Zoo rules directly from the editor
59-
- **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
60-
- **Relaxed Diff Thresholds** — configurable similarity thresholds reduce "edit unsuccessful" errors when applying diffs, with new diagnostics to help tune the settings
61-
- Add kimi-k2p7-code model on Fireworks provider
62-
- Fix: auto-closing edited files is now opt-in and defaults to off
63-
- Fix: delegation race condition in delegateParentAndOpenChild
64-
- Fix: parse Gemma 4 `<thought>` reasoning tags alongside `<think>`
65-
- Security update: undici v6.27.0
56+
## What's New in v3.66.0
57+
58+
- **Claude Sonnet 5 support** — the latest Claude model is now available across Anthropic, Bedrock, and Vertex providers
59+
- **Semble v0.4.1 upgrade** — flattened result parsing and localized status messages
60+
- **Task-lifecycle status transition guard** — a new status transition guard and startup delegation reconciliation prevent invalid task state transitions
61+
- Fix: LiteLLM cache key collision and silent fallback to a non-existent default model
62+
- Fix: reliable auto context condensing for the VS Code Language Model API
63+
- Fix: ThinkingBudget now supports `xhigh` and all extended reasoning effort values
64+
- Fix: round-trip DeepSeek `reasoning_content` in thinking mode to prevent 400 errors
65+
- Fix: base64-encode Gemini `thoughtSignature` bypass token to fix the Vertex AI empty-response loop
66+
- Fix: provider cache reset after settings import
67+
- Fix: atomically serialize `reopenParentFromDelegation`
68+
- Fix: shell default profile name type guard
69+
- Security: dependency-review, invisible-char detection, and least-privilege workflow permissions
70+
- Upgrade `@anthropic-ai/sdk` to 0.104.1 and `@anthropic-ai/vertex-sdk` to 0.17.1
71+
- Dependency and tooling updates
6672

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

9197
---
9298

locales/ca/README.md

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

locales/de/README.md

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

locales/es/README.md

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

locales/fr/README.md

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

locales/hi/README.md

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

locales/id/README.md

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

locales/it/README.md

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

locales/ja/README.md

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)