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
1.3 KiB
1.3 KiB
version, date, title
| version | date | title |
|---|---|---|
| 1.7.0 | 2026-02-17 | Context overview panel and inline Mermaid diagrams |
App
New
- UI: added a context overview panel with token usage, cost breakdown, and raw message inspection to make session debugging easier.
Improvements
- Chat: improved live streaming with part-delta updates and smarter auto-follow scrolling.
- Chat: Mermaid diagrams now render inline in assistant messages, with quick copy/download actions for easier sharing.
- Sessions: project icon and color customizations now persist reliably across restarts.
- Reliability: managed local OpenCode runtimes now use rotated secure auth and tighter lifecycle control across runtimes.
- Git/GitHub: improved backend reliability for repository and auth operations (thanks to @nelsonPires5).
VS Code
Improvements
- Chat: improved live streaming responsiveness with part-delta updates and smarter auto-follow scrolling during generation.
- Chat: Mermaid diagrams now render directly in messages, with quick copy/download actions for easier reuse.
- Reliability: managed runtime startup now rotates secure auth credentials and hardens API proxy auth forwarding for safer local connections (thanks to @yulia-ivashko).
- Reliability: extension startup/shutdown handling is more predictable.