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
29 lines
1.0 KiB
Markdown
29 lines
1.0 KiB
Markdown
---
|
|
version: 1.5.9
|
|
date: 2026-01-28
|
|
title: Fully isolated worktree sessions
|
|
---
|
|
|
|
## App
|
|
|
|
### New
|
|
- UI: Files, Diff, Git, and Terminal now follow the active session/worktree directory, including new-session drafts.
|
|
|
|
### Improvements
|
|
- Worktrees: migrated to the OpenCode SDK worktree implementation; sessions in worktrees are now completely isolated.
|
|
- Git: integrate worktree commits back to a target branch with commit previews and guided conflict handling.
|
|
- Files: toggle markdown preview when viewing files (thanks to @Jovines).
|
|
- Files: open the file viewer in fullscreen for focused review and editing (thanks to @TaylorBeeston).
|
|
- Plans: switch between markdown preview and edit mode in the Plan view.
|
|
|
|
### Fixes
|
|
- Web: plan lists no longer error when the plans directory is missing.
|
|
|
|
## VS Code
|
|
|
|
### Improvements
|
|
- Agent Manager: migrated to the OpenCode SDK worktree implementation; sessions in worktrees are now completely isolated.
|
|
|
|
### Fixes
|
|
- Agent Manager: worktree setup commands are now persistent per project and automatically saved/restored.
|