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.7 KiB
1.7 KiB
version, date, title
| version | date | title |
|---|---|---|
| 1.7.1 | 2026-02-18 | Run shell commands directly in chat |
App
New
- Chat: added a shell mode triggered by leading
!, with inline output visibility/copy.
Improvements
- Chat: slash commands now follow server command semantics (including multiline arguments).
- Chat: improved delegated-task clarity with richer subtask bubbles, better task-detail rendering, and parent-chat surfacing for child permission/question requests.
- Chat: improved
@mention autocomplete by prioritizing agents and cleaning up ordering. - Skills: discovery now uses OpenCode API as the source of truth with safer fallback scanning.
- Skills: upgraded editing/install UX with better code editing, syntax-aware related files, and clearer location targeting across user/project .opencode and .agents scopes.
- Maintenance: removed deprecated GitHub Actions cloud runtime assets and docs to reduce setup confusion (thanks to @yulia-ivashko).
Fixes
- Mobile: fixed accidental abort right after tapping Send on touch devices.
VS Code
New
- Chat: added a shell mode triggered by leading
!, with inline output visibility/copy.
Improvements
- Chat: slash commands now follow server command semantics (including multiline arguments).
- Chat: improved delegated-task clarity with richer subtask bubbles, better task-detail rendering, and parent-chat surfacing for child permission/question requests.
- Chat: improved
@mention autocomplete by prioritizing agents and cleaning up ordering. - Skills: discovery now uses OpenCode API as the source of truth with safer fallback scanning.
- Skills: upgraded editing/install UX with better code editing, syntax-aware related files, and clearer location targeting across user/project .opencode and .agents scopes.