Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Added

- New sessions in a git repository choose where they run: the main checkout, an existing linked worktree, or a worktree created on the spot from a branch name and a start-from ref. The choice is explicit, made before the first turn, and never moves the main checkout's branch — a failed create leaves it exactly as it was. In #2.

### Changed

- A session stays in the checkout it was started in across restarts, and only falls back to the main checkout when that worktree is really gone.
- The composer branch picker switches the branch of the working copy its session runs in, so a worktree session no longer moves the main checkout.

## [0.1.37] - 2026-09-07

### Fixed
Expand Down
Loading