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
40 lines
2.8 KiB
Markdown
40 lines
2.8 KiB
Markdown
---
|
|
version: 1.11.0
|
|
date: 2026-05-14
|
|
title: In-app OpenCode updates and offline dictation
|
|
---
|
|
|
|
## App
|
|
|
|
### New
|
|
- Updates/OpenCode: added in-app OpenCode update checks and upgrade actions.
|
|
- Voice: added local Whisper speech-to-text.
|
|
|
|
### Improvements
|
|
- Chat/Input: queued messages now auto-send one at a time in FIFO order, and model/agent selections persist across reloads (thanks to @lyxxx708, @chutastic).
|
|
- Chat/Performance: virtualized more timeline content, deferred heavy tool output, and improved scroll-to-bottom behavior.
|
|
- VSCode: improved chat sidebar command handoff, active-editor context updates, SSE cleanup, Agent Manager settings sync, and archived-session bulk delete reliability in the extension (thanks to @isanchez404, @jjdubski).
|
|
- Git: generalized repository provider handling beyond GitHub and made commit/PR generation more tolerant of JSON wrapped in assistant text.
|
|
- Terminal: rejected file paths as terminal working directories, preserved UTF-8 replay chunks, and cleaned up WebSocket/SSE listeners reliably during shutdown and reconnects (thanks to @isanchez404).
|
|
- Usage/Reliability: guarded quota percentages and reset timestamps defensively.
|
|
|
|
### Fixes
|
|
- Voice: synced speech recognition settings across devices and let server transcription finish processing audio when voice input stops (thanks to @kostazol).
|
|
- Chat/Permissions: restored `@agent` mentions in sent messages and parent-session auto-accept for child-session permissions.
|
|
- UI/Reliability: added smaller fixes for chunk-load recovery, locale retry behavior, stale attachment reads, scheduled tasks, session folders, and accessible Git/session controls (thanks to @isanchez404).
|
|
|
|
## VS Code
|
|
|
|
### Improvements
|
|
- Chat/Input: queued messages now auto-send one at a time in FIFO order, and model/agent selections persist across reloads (thanks to @lyxxx708, @chutastic).
|
|
- Chat/Performance: virtualized more timeline content, deferred heavy tool output, and improved scroll-to-bottom behavior.
|
|
- Editor Integration: chat commands now wait for the sidebar webview before sending selections, file mentions, explain prompts, or improve prompts.
|
|
- Reliability/Streaming: extension SSE reconnect delays now abort cleanly and disposed chat webviews clean up their live streams.
|
|
- Agent Manager: settings changes now sync into Agent Manager views immediately.
|
|
- Sessions: archived-session bulk delete now works reliably from the extension sidebar (thanks to @jjdubski).
|
|
|
|
### Fixes
|
|
- Chat/Permissions: restored `@agent` mentions in sent messages and parent-session auto-accept for child-session permissions.
|
|
- Editor Integration: active-editor context updates now ignore stale broadcasts.
|
|
- UI/Reliability: added smaller fixes for chunk-load recovery, locale retry behavior, stale attachment reads, and accessible session controls (thanks to @isanchez404).
|