chore: prepare v3.60.0 release#592
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (19)
💤 Files with no reviewable changes (19)
📝 WalkthroughWalkthroughBumps extension version to 3.60.0, updates latest announcement ID, adds a 3.60.0 changelog entry, replaces “What’s New” content in README(s), updates localized webview release highlight strings across locales, and swaps the Announcement dialog block to a “Release Highlights” section. Changesv3.60.0 Release Update
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~4 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Caution
Some comments are outside the diff and can’t be posted inline due to platform limitations.
⚠️ Outside diff range comments (1)
README.md (1)
56-68: 📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick winTrim the stale v3.58.0 bullets from the v3.60.0 block.
The new heading is correct, but the section still carries the older release’s highlights below it. That makes the latest-release notes look mixed and confusing.
♻️ Suggested cleanup
## What's New in v3.60.0 - **Fable 5 + GPT-5.5** — Claude Fable 5 (Anthropic, Bedrock, Vertex) and OpenAI GPT-5.5 are now available in your provider settings - **Per-mode MCP allowlists** — restrict which MCP servers are active for each mode using a new allowlist in your mode configuration - **Workspace rootResolution** — new setting to control how Zoo Code resolves file paths across roots in multi-root workspaces -- **Configurable chat font size** and **VS Code integrated terminal shell override** -- **GitHub-style alerts** rendered in the webview -- **Configurable max output tokens** for GLM models -- **WorkspacePathResolver** — reliable path handling across symlinked workspaces -- Fix React crash from malformed follow-up suggestion mode -- Fix OpenAI temperature being omitted when no custom value is set -- Handle per-key failures during settings import -- Security updates: mermaid v11.15.0, axios v1.16.0🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the rest with a brief reason, keep changes minimal, and validate. In `@README.md` around lines 56 - 68, The v3.60.0 release block (heading "## What's New in v3.60.0") still contains bullets from the older v3.58.0 release; remove the stale v3.58.0-specific bullets so that only v3.60.0 highlights remain under that heading, and if any of those bullets belong to v3.58.0 move them back into the correct v3.58.0 section or create a separate "v3.58.0" heading; locate the block by the heading "## What's New in v3.60.0" and edit the bullet list accordingly to keep release notes accurate and non-duplicative.
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Outside diff comments:
In `@README.md`:
- Around line 56-68: The v3.60.0 release block (heading "## What's New in
v3.60.0") still contains bullets from the older v3.58.0 release; remove the
stale v3.58.0-specific bullets so that only v3.60.0 highlights remain under that
heading, and if any of those bullets belong to v3.58.0 move them back into the
correct v3.58.0 section or create a separate "v3.58.0" heading; locate the block
by the heading "## What's New in v3.60.0" and edit the bullet list accordingly
to keep release notes accurate and non-duplicative.
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro Plus
Run ID: 2f0a1fb2-32a9-402f-a447-7cb3795655f3
📒 Files selected for processing (39)
CHANGELOG.mdREADME.mdlocales/ca/README.mdlocales/de/README.mdlocales/es/README.mdlocales/fr/README.mdlocales/hi/README.mdlocales/id/README.mdlocales/it/README.mdlocales/ja/README.mdlocales/ko/README.mdlocales/nl/README.mdlocales/pl/README.mdlocales/pt-BR/README.mdlocales/ru/README.mdlocales/tr/README.mdlocales/vi/README.mdlocales/zh-CN/README.mdlocales/zh-TW/README.mdsrc/core/webview/ClineProvider.tssrc/package.jsonwebview-ui/src/i18n/locales/ca/chat.jsonwebview-ui/src/i18n/locales/de/chat.jsonwebview-ui/src/i18n/locales/en/chat.jsonwebview-ui/src/i18n/locales/es/chat.jsonwebview-ui/src/i18n/locales/fr/chat.jsonwebview-ui/src/i18n/locales/hi/chat.jsonwebview-ui/src/i18n/locales/id/chat.jsonwebview-ui/src/i18n/locales/it/chat.jsonwebview-ui/src/i18n/locales/ja/chat.jsonwebview-ui/src/i18n/locales/ko/chat.jsonwebview-ui/src/i18n/locales/nl/chat.jsonwebview-ui/src/i18n/locales/pl/chat.jsonwebview-ui/src/i18n/locales/pt-BR/chat.jsonwebview-ui/src/i18n/locales/ru/chat.jsonwebview-ui/src/i18n/locales/tr/chat.jsonwebview-ui/src/i18n/locales/vi/chat.jsonwebview-ui/src/i18n/locales/zh-CN/chat.jsonwebview-ui/src/i18n/locales/zh-TW/chat.json
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
Release v3.60.0
Release preparation for v3.60.0. This PR includes the final version bump, changelog updates, Marketplace README updates, announcement changes, and translated locale updates.
What's New
Files Changed
Summary by CodeRabbit
Documentation
rootResolutionsetting for multi-root path resolution.Chores