From 71813a0e7daabb26e69976c28f5186e532ac97aa Mon Sep 17 00:00:00 2001 From: Elliott de Launay Date: Fri, 11 Sep 2026 23:04:09 +0000 Subject: [PATCH] chore: prepare v3.82.1 release --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ src/CHANGELOG.md | 27 +++++++++++++++++++++++++++ src/package.json | 2 +- 3 files changed, 55 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc3eeac5f8..978efd867a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/src/CHANGELOG.md b/src/CHANGELOG.md index dc3eeac5f8..978efd867a 100644 --- a/src/CHANGELOG.md +++ b/src/CHANGELOG.md @@ -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 diff --git a/src/package.json b/src/package.json index 4e9bfcfcf7..6acc39df8b 100644 --- a/src/package.json +++ b/src/package.json @@ -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",