Files
openchamber/changelog/1.7.0.md
T
Bohdan Triapitsyn a1bc1368ae docs(changelog): title every release and require one
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
2026-09-05 16:45:29 +03:00

26 lines
1.3 KiB
Markdown

---
version: 1.7.0
date: 2026-02-17
title: 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.