v2.0.0-rc.2Pre-release
Added
- Restore clear-context boundaries in chat context
- Serve Claude Opus 5, Sonnet 5, and 1M-context variants on Claude Code in provider registry
- Add select all to note import in knowledge
Fixed
- Preserve model endpoint routing during data migration
- Preserve workspace and Claude session continuity during agent migration
- Name per-item history star buttons after the favourite action in translate
- Only autofocus the editor for empty notes
- Clear empty MCP environment fields in settings
- Stop table-recreate migrations from silently deleting child rows in database migrations
- Explain orphan assistant and agent groups in resource list
- Route mixed-provider models by endpoint in agent runtime
- Update drag selection when selection box shrinks in chat
- Rebuild sessions after language changes in agent runtime
- Support multi-server JSON imports in MCP settings
- Prevent ghosting when reversing scrollbar drag in message list
- Keep edit dialogs open after auto-save in resource catalog
- Group flat model IDs by family in model list
- Add aria-labels to default toolbar icon buttons in message menu bar
What's Changed
- fix(data-migration): preserve model endpoint routing by @kangfenmao in https://github.com/CherryHQ/cherry-studio/pull/17564
- fix(agent-migration): preserve workspace and Claude session continuity by @DeJeune in https://github.com/CherryHQ/cherry-studio/pull/17566
- feat(chat-context): restore clear-context boundaries by @kangfenmao in https://github.com/CherryHQ/cherry-studio/pull/17524
- fix(translate): name per-item history star buttons after the favourite action by @kennyzheng-builds in https://github.com/CherryHQ/cherry-studio/pull/17503
- fix(notes): only autofocus the editor for empty notes by @kovsu in https://github.com/CherryHQ/cherry-studio/pull/17537
- fix(settings): clear empty MCP environment fields by @ousugo in https://github.com/CherryHQ/cherry-studio/pull/17477
- fix(db-migrations): stop table-recreate migrations from silently deleting child rows by @EurFelux in https://github.com/CherryHQ/cherry-studio/pull/17569
- fix(resource-list): explain orphan assistant and agent groups by @zhangjiadi225 in https://github.com/CherryHQ/cherry-studio/pull/17531
- fix(agent-runtime): route mixed-provider models by endpoint by @Pleasurecruise in https://github.com/CherryHQ/cherry-studio/pull/17573
- fix(chat): update drag selection when selection box shrinks by @ousugo in https://github.com/CherryHQ/cherry-studio/pull/17444
- feat(provider-registry): serve Claude Opus 5, Sonnet 5, and 1M-context variants on Claude Code by @vaayne in https://github.com/CherryHQ/cherry-studio/pull/17580
- fix(agent-runtime): rebuild sessions after language changes by @Pleasurecruise in https://github.com/CherryHQ/cherry-studio/pull/17581
- 🤖 Daily Auto I18N Sync: Jul 29, 2026 by @github-actions[bot] in https://github.com/CherryHQ/cherry-studio/pull/17570
- fix(mcp-settings): support multi-server JSON imports by @kangfenmao in https://github.com/CherryHQ/cherry-studio/pull/17583
- fix(message-list): prevent ghosting when reversing scrollbar drag by @zhangjiadi225 in https://github.com/CherryHQ/cherry-studio/pull/17578
- fix(resource-catalog): keep edit dialogs open after auto-save by @zhangjiadi225 in https://github.com/CherryHQ/cherry-studio/pull/17595
- feat(knowledge): add select all to note import by @Pleasurecruise in https://github.com/CherryHQ/cherry-studio/pull/17597
- fix(model-list): group flat model IDs by family by @kangfenmao in https://github.com/CherryHQ/cherry-studio/pull/17603
- fix(message-menu-bar): add aria-labels to default toolbar icon buttons by @kennyzheng-builds in https://github.com/CherryHQ/cherry-studio/pull/17607
- chore: release v2.0.0-rc.2 by @kangfenmao in https://github.com/CherryHQ/cherry-studio/pull/17614
Full Changelog: https://github.com/CherryHQ/cherry-studio/compare/v2.0.0-rc.1...v2.0.0-rc.2