Skip to content

Commit d1f3999

Browse files
Release v3.72.0 (Zoo-Code-Org#1013)
* chore: prepare v3.72.0 release * fix: address v3.72.0 release review * Update README.md * Update README.md --------- Co-authored-by: edelauna <54631123+edelauna@users.noreply.github.com>
1 parent d5a8c4a commit d1f3999

40 files changed

Lines changed: 253 additions & 227 deletions

CHANGELOG.md

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

3+
## [3.72.0]
4+
5+
### Minor Changes
6+
7+
- Add the Moonshot provider with live model discovery, streaming, model metadata, and a model picker (PR #857 by @grizmin)
8+
- Add the Kimi Code provider with OAuth device-flow authentication (PR #945 by @taltas)
9+
- Add Claude Opus 5 support across all providers (PR #1010 by @app/zoomote)
10+
- Add Kimi K3 to the Moonshot and OpenCode Go providers (#932 by @navedmerchant, PR #996 by @app/zoomote)
11+
- Add Gemini 3.6 Flash model support (PR #975 by @app/zoomote)
12+
- Add MiniMax-M3 model support (#888 by @RayWinter0816, PR #946 by @app/zoomote)
13+
- Add a safe way to abandon interrupted subtasks by severing stale parent-child links and surfacing delegation status (#559 by @edelauna, PR #935 by @edelauna)
14+
- Add Dart support to codebase indexing (#940 by @WebMad, PR #941 by @WebMad)
15+
- Fix codebase indexing for plain-text files (#931 by @tool-buddy, PR #938 by @WebMad)
16+
- Enable image input for DeepSeek V4 models (#964 by @grizmin, PR #963 by @grizmin)
17+
- Fix ChatGPT OAuth requests for GPT-5.6 Luna being rejected by the Codex backend (PR #889 by @taltas)
18+
- Preserve `reasoning_content` for known reasoning model families when using LiteLLM (#891 by @daewoongoh, PR #899 by @daewoongoh)
19+
- Fix task-history cache invalidation races by routing `invalidate()` and `invalidateAll()` through the task-history lock (#698 by @edelauna, PR #912 by @morgan-coded)
20+
- Fix Settings mode changes by synchronizing the local `cachedState` editing buffer (#914 by @easonLiangWorldedtech, PR #925 by @easonLiangWorldedtech)
21+
- Dismiss the welcome screen after successful Zoo Gateway sign-in (#961 by @JohnCanty, PR #962 by @JamesRobert20)
22+
- Add `CompletePromptOptions` to the `completePrompt` API so callers can configure prompt completion (#615 by @edelauna, PR #901 by @easonLiangWorldedtech)
23+
- Centralize provider identifiers into canonical shared types (#951 by @WebMad, PR #952 by @WebMad)
24+
- Refactor provider categories to use canonical provider identifiers (PR #989 by @WebMad)
25+
- Remove obsolete MCP server-creation translations (#895 by @edelauna, PR #943 by @WebMad)
26+
- Add regression coverage for resuming interrupted subtasks (#566 by @myk1yt, PR #911 by @edelauna)
27+
- Upload coverage reports as GitHub Actions artifacts to simplify CI debugging (PR #939 by @app/zoomote)
28+
- Update `esbuild-wasm` to v0.28.1 (PR #829 by @app/renovate)
29+
330
## [3.70.0]
431

532
### Minor Changes

README.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@
3535
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)
3636
for this exact support, so if you are having problems or if you have question, jump on and ask.
3737

38-
## What's New in v3.70.0
38+
## What's New in v3.72.0
3939

40-
- **OpenAI GPT-5.6 family**`Sol`, `Terra`, and `Luna` are now available across both the OpenAI Codex and OpenAI Native provider paths.
41-
- **Grok 4.5 support**xAI's new flagship model, plus a reasoning-effort format fix that also benefits Grok 4 Mini.
42-
- **Kenari provider support**a first-class, OpenAI-compatible AI gateway billed in Rupiah covering Claude, GPT, DeepSeek, GLM, Kimi and more.
43-
- Surface the context-compaction button and context window progress bar in the collapsed task header.
44-
- Fix: terminal output loss and premature task completion on cold terminals.
45-
- Fix: image attach for Zoo Gateway and Vercel AI Gateway models now follows live vision-capability tags instead of a static allowlist.
46-
- Dependency and tooling updates.
40+
- **Moonshot and Kimi Code providers**discover Moonshot models dynamically or sign in to Kimi Code through its OAuth device flow.
41+
- **Latest model support**use Claude Opus 5 across providers, plus Kimi K3, Gemini 3.6 Flash, and MiniMax-M3.
42+
- **Improved subtask workflows**abandon interrupted subtasks cleanly, with safer task-history invalidation and better resume coverage.
43+
- **Expanded codebase indexing** — index Dart and plain-text files.
44+
- **Provider reliability** — fixes for GPT-5.6 Luna with ChatGPT OAuth, LiteLLM reasoning content, and DeepSeek V4 image input.
45+
- **Smoother setup and settings** — improved Zoo Gateway sign-in and mode-switch behavior.
46+
- API, provider-type, dependency, localization, and CI improvements.
4747

4848
<details>
4949
<summary>🌐 Available languages</summary>
@@ -66,8 +66,7 @@ for this exact support, so if you are having problems or if you have question, j
6666
- [Tiếng Việt](locales/vi/README.md)
6767
- [简体中文](locales/zh-CN/README.md)
6868
- [繁體中文](locales/zh-TW/README.md)
69-
- ...
70-
</details>
69+
</details>
7170

7271
---
7372

locales/ca/README.md

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

0 commit comments

Comments
 (0)