Files
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

35 lines
1.3 KiB
Markdown

---
version: 1.3.3
date: 2025-12-25
title: More reliable VS Code extension startup
---
## App
### New
- VS Code extension: added an animated loading screen and introduced command for status/debug output.
### Improvements
- Updated OpenCode SDK to 1.0.185 across all app versions.
- Chat UI: improved agent activity status behavior and reduced image thumbnail sizes.
### Fixes
- VS Code extension: fixed startup, more reliable OpenCode CLI/API management, and stabilized API proxying/streaming.
- Fixed session activity tracking.
- Fixed directory path handling (including `~` expansion) to prevent invalid paths and related Git/worktree errors.
- Chat UI: improved turn grouping/activity rendering and fixed message metadata/agent selection propagation.
## VS Code
### New
- Added an animated loading screen and introduced command for status/debug output.
### Improvements
- Chat UI: improved agent activity status behavior and reduced image thumbnail sizes.
### Fixes
- Fixed startup, more reliable OpenCode CLI/API management, and stabilized API proxying/streaming.
- Fixed session activity tracking.
- Fixed directory path handling (including `~` expansion) to prevent invalid paths and related Git/worktree errors.
- Chat UI: improved turn grouping/activity rendering and fixed message metadata/agent selection propagation.