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
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Zoo Code Changelog

## [3.68.0]

### Minor Changes

- Add Friendli provider with GLM-5.2 support for another hosted way to use the latest GLM model (#722 by @Lee-Si-Yoon, PR #721 by @Lee-Si-Yoon)
- Add native thinking/reasoning support for Ollama models to preserve reasoning output end-to-end (#831 by @navedmerchant, PR #832 by @navedmerchant)
- Fix(anthropic): honor custom `apiModelId` selections instead of silently defaulting to `claude-sonnet-4-5` (#418 by @tatianadenel-devops, #843 by @grizmin, PR #842 by @grizmin)
- Fix(ollama): correctly handle tool results and prevent premature context condensing (#847 by @navedmerchant, PR #848 by @navedmerchant)
- Improve Anthropic Vertex Claude content block handling for more reliable responses (#788 by @daewoongoh, PR #789 by @daewoongoh)
- Fix(task-lifecycle): preserve the parent-child link when a delegated subtask is interrupted (#560 by @edelauna, PR #787 by @edelauna)
- Refactor: remove the deprecated `openai-error-handler` shim and use the shared `error-handler` directly (#766 by @daewoongoh, PR #767 by @daewoongoh)
- Feat(nightly-publish): publish Open VSX pre-releases and skip nightly publish on release merges (#784 by @edelauna, PR #790 by @edelauna)
- Fix(ci): don't skip fork-PR label reconciliation on scheduled and manual runs (PR #234 by @app/roomote)
- Fix(label-pr-review-state): detect merge conflicts and label PRs with `has-conflicts` (PR #269 by @app/roomote)
- Chore(deps): update the `github/codeql-action` digest to `411c4c9` (PR #803 by @app/renovate)
- Chore(deps): update `@types/react` to `v18.3.31` (PR #805 by @app/renovate)
- Chore(deps): update `axios` to `v1.18.1` (PR #806 by @app/renovate)
- Chore: merge the v3.66.0 release preparation branch into `main` (PR #795 by @navedmerchant)

## [3.66.0]

### Minor Changes
Expand Down
25 changes: 9 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,22 +53,15 @@
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.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
## What's New in v3.68.0

- **Friendli provider with GLM-5.2 support** — use the latest GLM model through Friendli.
- **Native Ollama thinking/reasoning support** — preserve reasoning output end-to-end when you use Ollama models.
- **Anthropic custom `apiModelId` fix** — custom Anthropic model IDs now stay selected instead of silently falling back to `claude-sonnet-4-5`.
- Fix: Ollama provider tool result handling and premature context condensing.
- Fix: preserve the parent-child task link when a delegated subtask is interrupted.
- Improve Anthropic Vertex Claude content block handling for more reliable responses.
- CI, nightly publishing, and dependency/tooling updates.

<details>
<summary>🌐 Available languages</summary>
Expand Down
14 changes: 9 additions & 5 deletions locales/ca/README.md

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

14 changes: 9 additions & 5 deletions locales/de/README.md

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

14 changes: 9 additions & 5 deletions locales/es/README.md

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

14 changes: 9 additions & 5 deletions locales/fr/README.md

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

14 changes: 9 additions & 5 deletions locales/hi/README.md

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

14 changes: 9 additions & 5 deletions locales/id/README.md

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

14 changes: 9 additions & 5 deletions locales/it/README.md

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

14 changes: 9 additions & 5 deletions locales/ja/README.md

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

Loading
Loading