Files
openchamber/changelog/1.7.0.md
T

26 lines
1.3 KiB
Markdown
Raw Normal View History

---
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.