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
5 changes: 0 additions & 5 deletions .changeset/terminate-process-on-cancel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/vertex-credentials-field-validation.md

This file was deleted.

26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Zoo Code Changelog

## 3.56.0

### Minor Changes

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

## 3.55.1

### Patch Changes
Expand Down
20 changes: 12 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,17 @@
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.55.1

**This hotfix release** restores prompt execution on newer VS Code builds that
ship ripgrep under `@vscode/ripgrep-universal`.

- Fix API requests hanging indefinitely on VS Code 1.122.0+ after the ripgrep
package rename
## What's New in v3.56.0

- **Claude Opus 4.8** support across Anthropic, Bedrock, and Vertex providers
- **Opencode Go** added as a new first-class API provider
- **Reliable task cancellation** — cancelling a task now terminates the running process, with automatic Ctrl+C retry for stubborn processes
- Fix Gemini custom model IDs being ignored and falling back to the default
- Fix truncated Grok diffs caused by missing diff markers
- Fix PowerShell detection on Windows when no shell profile is configured
- Fix VS Code code actions still showing Roo Code branding; localized into all supported languages
- Fix Vertex AI warning when the Google Cloud Credentials field receives a file path
- Six security dependency updates (diff, i18next-http-backend, fast-xml-parser, simple-git, uuid, turbo)

<details>
<summary>🌐 Available languages</summary>
Expand All @@ -83,7 +87,7 @@ ship ripgrep under `@vscode/ripgrep-universal`.
- [简体中文](locales/zh-CN/README.md)
- [繁體中文](locales/zh-TW/README.md)
- ...
</details>
</details>

---

Expand Down
40 changes: 11 additions & 29 deletions locales/ca/README.md

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

40 changes: 11 additions & 29 deletions locales/de/README.md

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

40 changes: 11 additions & 29 deletions locales/es/README.md

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

40 changes: 11 additions & 29 deletions locales/fr/README.md

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

40 changes: 11 additions & 29 deletions locales/hi/README.md

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

40 changes: 11 additions & 29 deletions locales/id/README.md

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

Loading
Loading