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

## [3.82.1]

### Patch Changes

- Fix task history entries disappearing when users reopen a task (#1279 by @jiangbing321, PR #1319 by @app/zoomote)
- Fix task history entries disappearing when users restart after a task completes (#1453 by @zoomote, PR #1452 by @app/zoomote)
- Fix tasks stalling when interrupted subtasks resume (#1468 by @zoomote, PR #1470 by @app/zoomote)
- Fix nested subtask tool calls stalling mid-task (#921 by @easonLiangWorldedtech, PR #1494 by @app/zoomote)
- Fix reasoning models stopping their thinking after a model selection change (#1348 by @zoomote, PR #1349 by @app/zoomote)
- Fix provider settings requests contacting model services that the user did not select (#1424 by @zoomote, PR #1425 by @app/zoomote)
- Fix MCP OAuth registration failing for servers that advertise unsupported grant types (#1531 by @edelauna, PR #1532 by @app/zoomote)
- Fix commits failing after users interrupt mutation tests (#1514 by @easonLiangWorldedtech, PR #1525 by @app/zoomote)
- Fix the OpenCode Go context meter showing incorrect limits (PR #1428 by @app/zoomote)
- Fix NanoGPT requests dropping optional tool parameters (PR #1590 by @huggix)
- Ignore blank or missing follow-up suggestion answers in the webview (#1226 by @andreluko, PR #1286 by @easonLiangWorldedtech)
- Finish the canonical provider identifier audit across providers (#944 by @WebMad, PR #1493 by @WebMad)
- Add test coverage for code-index and tools lines left uncovered by #1297 (PR #1317 by @easonLiangWorldedtech)
- Add an LM Studio reasoning_content E2E guard (#1075 by @marunguy, PR #1322 by @easonLiangWorldedtech)
- Refresh pull-request review labels after base updates (PR #1584 by @app/zoomote)
- Bump GitHub Actions to node24 runtimes to clear Node 20 deprecation warnings (PR #1534 by @app/zoomote)
- Refine CodeRabbit review checks (PR #1571 by @app/zoomote)
- Clarify CodeRabbit approval checks (PR #1577 by @app/zoomote)
- Update mammoth to v1.12.2 (PR #1472 by @app/renovate)
- Update globals to v16.5.0 (PR #1474 by @app/renovate)
- Update i18next to v25.10.10 (PR #1475 by @app/renovate)
- Update ink to v6.8.0 (PR #1477 by @app/renovate)

## [3.82.0]

- 🔑 **Use your Zoo Gateway API key anywhere** — bring it to any OpenAI-compatible client or workflow: https://zoocode.dev/models
Expand Down
27 changes: 27 additions & 0 deletions src/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# Zoo Code Changelog

## [3.82.1]

### Patch Changes

- Fix task history entries disappearing when users reopen a task (#1279 by @jiangbing321, PR #1319 by @app/zoomote)
- Fix task history entries disappearing when users restart after a task completes (#1453 by @zoomote, PR #1452 by @app/zoomote)
- Fix tasks stalling when interrupted subtasks resume (#1468 by @zoomote, PR #1470 by @app/zoomote)
- Fix nested subtask tool calls stalling mid-task (#921 by @easonLiangWorldedtech, PR #1494 by @app/zoomote)
- Fix reasoning models stopping their thinking after a model selection change (#1348 by @zoomote, PR #1349 by @app/zoomote)
- Fix provider settings requests contacting model services that the user did not select (#1424 by @zoomote, PR #1425 by @app/zoomote)
- Fix MCP OAuth registration failing for servers that advertise unsupported grant types (#1531 by @edelauna, PR #1532 by @app/zoomote)
- Fix commits failing after users interrupt mutation tests (#1514 by @easonLiangWorldedtech, PR #1525 by @app/zoomote)
- Fix the OpenCode Go context meter showing incorrect limits (PR #1428 by @app/zoomote)
- Fix NanoGPT requests dropping optional tool parameters (PR #1590 by @huggix)
- Ignore blank or missing follow-up suggestion answers in the webview (#1226 by @andreluko, PR #1286 by @easonLiangWorldedtech)
- Finish the canonical provider identifier audit across providers (#944 by @WebMad, PR #1493 by @WebMad)
- Add test coverage for code-index and tools lines left uncovered by #1297 (PR #1317 by @easonLiangWorldedtech)
- Add an LM Studio reasoning_content E2E guard (#1075 by @marunguy, PR #1322 by @easonLiangWorldedtech)
- Refresh pull-request review labels after base updates (PR #1584 by @app/zoomote)
- Bump GitHub Actions to node24 runtimes to clear Node 20 deprecation warnings (PR #1534 by @app/zoomote)
- Refine CodeRabbit review checks (PR #1571 by @app/zoomote)
- Clarify CodeRabbit approval checks (PR #1577 by @app/zoomote)
- Update mammoth to v1.12.2 (PR #1472 by @app/renovate)
- Update globals to v16.5.0 (PR #1474 by @app/renovate)
- Update i18next to v25.10.10 (PR #1475 by @app/renovate)
- Update ink to v6.8.0 (PR #1477 by @app/renovate)

## [3.82.0]

- 🔑 **Use your Zoo Gateway API key anywhere** — bring it to any OpenAI-compatible client or workflow: https://zoocode.dev/models
Expand Down
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "%extension.displayName%",
"description": "%extension.description%",
"publisher": "ZooCodeOrganization",
"version": "3.82.0",
"version": "3.82.1",
"icon": "assets/icons/icon.png",
"galleryBanner": {
"color": "#617A91",
Expand Down
Loading