Every release file now carries a title: two to six plain words naming the change a user would remember it for. The generator refuses a release without one, promote carries the title from unreleased.md, and the unreleased template opens with a title line. The changelog-authoring skill and the format README describe how to write it. Claude-Session: https://claude.ai/code/session_01VqV56Hez25hTxXH4ipJfzH
36 lines
1.8 KiB
Markdown
36 lines
1.8 KiB
Markdown
---
|
|
version: 1.11.1
|
|
date: 2026-05-15
|
|
title: Session switcher in the chat header
|
|
---
|
|
|
|
## App
|
|
|
|
### New
|
|
- Multi-Run: added fusion for multi-run sessions.
|
|
- Multi-Run: added optional isolation and support for non-Git projects.
|
|
- Chat/Sessions: added a header session switcher with project, branch, diff, active, unread, and sub-session context.
|
|
- Desktop/Mini Chat: added session switching and the new-session shortcut to Mini Chat, while preserving user-selected sessions during startup.
|
|
- Updates/Usage: added a setting to disable OpenCode update notifications, and quota reset times now display in your local timezone.
|
|
|
|
### Improvements
|
|
- Chat/Subagents: opened subagent sessions read-only in the context panel and made subagent chats read-only.
|
|
- Chat/Shortcuts: made the agent-switching shortcut configurable and usable from the chat input/model picker.
|
|
- Preview: improved embedded preview proxying for absolute same-origin requests and WebSocket URLs, and avoided launching unrelated project actions when no dev-server action is detected.
|
|
- Chat/UI: sorted-mode tool paths animate consistently, and tooltip rendering is guarded defensively.
|
|
- Git: large change lists now display reliably, and branch selection stays hidden for non-Git draft sessions.
|
|
- Settings/Skills: the skills catalog now keeps the selected source label visible when switching sources (thanks to @kjhq).
|
|
|
|
## VS Code
|
|
|
|
### New
|
|
- Chat/Sessions: added a session switcher to the chat header.
|
|
|
|
### Improvements
|
|
- Chat/Subagents: opened subagent sessions read-only in the context panel and made subagent chats read-only.
|
|
- Usage: quota reset times now display in your local timezone.
|
|
- Skills: the skills catalog now keeps the selected source label visible when switching sources (thanks to @kjhq).
|
|
|
|
### Fixes
|
|
- Chat/UI: sorted-mode tool paths animate consistently, and tooltip crashes are guarded defensively.
|