Skip to content

Commit a88d480

Browse files
authored
chore: prepare v3.56.0 release (Zoo-Code-Org#398)
1 parent 45088a7 commit a88d480

41 files changed

Lines changed: 281 additions & 567 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.changeset/terminate-process-on-cancel.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/vertex-credentials-field-validation.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

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

3+
## 3.56.0
4+
5+
### Minor Changes
6+
7+
- Add Claude Opus 4.8 support across Anthropic, Bedrock, and Vertex providers (PR #386 by @vandre-sales)
8+
- Add Opencode Go as a first-class provider (#172 by @vijay-0001, PR #319 by @proyectoauraorg)
9+
- Add glm-5.1, kimi-k2.6, and deepseek-v4-pro models to the Fireworks provider (#198 by @DeCodeTheWeb, PR #231 by @proyectoauraorg)
10+
- Show Zoo Code identity in outbound provider activity logs (#203 by @yfdyh000, PR #219 by @app/roomote)
11+
- Fix API requests hanging indefinitely on VS Code 1.122.0+ (#381 by @greatgradz-svg, #382 by @abcxlab, PR #383 by @app/roomote)
12+
- Fix terminal task cancellation so the running process is terminated when a task is cancelled (#245 by @proyectoauraorg, PR #261 by @proyectoauraorg)
13+
- Fix terminal Ctrl+C retry so processes that need multiple SIGINT signals are properly stopped (#266 by @edelauna, PR #272 by @proyectoauraorg)
14+
- Fix Gemini provider to honor custom model IDs instead of falling back to the default (#227 by @notoccupy2023-design, PR #317 by @proyectoauraorg)
15+
- Fix truncated Grok diffs caused by missing diff markers (#186 by @jcalfee, PR #230 by @proyectoauraorg)
16+
- Fix PowerShell detection on Windows when no shell profile is configured (#82 by @rossdonald, PR #239 by @proyectoauraorg)
17+
- Fix Vertex AI warning when the Google Cloud Credentials field receives a file path instead of JSON (PR #294 by @0xMink)
18+
- Rename Zoo Code in VS Code code actions (#328 by @rrewll, PR #329 by @rrewll)
19+
- Localize VS Code code action commands (#334 by @edelauna, PR #339 by @rrewll)
20+
- Migrate webview build to Vite 8 (PR #214 by @maxdewald)
21+
- Add comprehensive unit tests for AskFollowupQuestionTool and ListFilesTool (#206 by @app/roomote, PR #212, #213 by @proyectoauraorg)
22+
- Update `diff` to v5.2.2 for a security fix (PR #173 by @app/renovate)
23+
- Update `i18next-http-backend` to v3.0.5 for a security fix (PR #174 by @app/renovate)
24+
- Update `fast-xml-parser` to v5.7.0 for a security fix (PR #179 by @app/renovate)
25+
- Update `simple-git` to v3.36.0 for a security fix (PR #182 by @app/renovate)
26+
- Update `uuid` and pin esbuild/rollup/vite for a security fix (PR #205 by @app/renovate)
27+
- Update `turbo` to v2.9.14 for a security fix (PR #236 by @app/renovate)
28+
329
## 3.55.1
430

531
### Patch Changes

README.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,17 @@
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.55.1
57-
58-
**This hotfix release** restores prompt execution on newer VS Code builds that
59-
ship ripgrep under `@vscode/ripgrep-universal`.
60-
61-
- Fix API requests hanging indefinitely on VS Code 1.122.0+ after the ripgrep
62-
package rename
56+
## What's New in v3.56.0
57+
58+
- **Claude Opus 4.8** support across Anthropic, Bedrock, and Vertex providers
59+
- **Opencode Go** added as a new first-class API provider
60+
- **Reliable task cancellation** — cancelling a task now terminates the running process, with automatic Ctrl+C retry for stubborn processes
61+
- Fix Gemini custom model IDs being ignored and falling back to the default
62+
- Fix truncated Grok diffs caused by missing diff markers
63+
- Fix PowerShell detection on Windows when no shell profile is configured
64+
- Fix VS Code code actions still showing Roo Code branding; localized into all supported languages
65+
- Fix Vertex AI warning when the Google Cloud Credentials field receives a file path
66+
- Six security dependency updates (diff, i18next-http-backend, fast-xml-parser, simple-git, uuid, turbo)
6367

6468
<details>
6569
<summary>🌐 Available languages</summary>
@@ -83,7 +87,7 @@ ship ripgrep under `@vscode/ripgrep-universal`.
8387
- [简体中文](locales/zh-CN/README.md)
8488
- [繁體中文](locales/zh-TW/README.md)
8589
- ...
86-
</details>
90+
</details>
8791

8892
---
8993

locales/ca/README.md

Lines changed: 11 additions & 29 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: 11 additions & 29 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: 11 additions & 29 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: 11 additions & 29 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: 11 additions & 29 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: 11 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)