Features
- Configurable sandbox paths: You can now specify
write_pathsandread_pathsin your sandbox configuration, giving you finer control over filesystem access within sandboxed environments. - Worktree support for
--from: The--fromflag now accepts worktree paths, making it easier to resume or branch from work in an existing git worktree.
Bug Fixes
- VSCode terminal input: Fixed a bug where the stdin buffer wasn't properly drained after exiting raw mode in VSCode, which could cause garbled or dropped input.
--langflag: Fixed the--lang=enflag not being applied correctly. Language override behavior is now also documented.
Improvements
- Smarter task pruning: Tasks created within the last 8 hours are no longer eligible for pruning, reducing the chance of accidentally discarding recent work.
- Faster session resume: When resuming an existing session, the Claude config directory setup step is now skipped, avoiding unnecessary re-initialization on every resume.
What's Changed
- 🦌 Fix --lang=en flag and document language override by @zdavison in #300
- 🦌 Add worktree path support to --from flag by @zdavison in #304
- 🦌 Fix stdin buffer drain after raw mode exit in VSCode by @zdavison in #303
- 🦌 Skip claude config dir setup when resuming existing session by @zdavison in #302
- 🦌 Skip pruning tasks younger than 8 hours by @zdavison in #301
- Expose sandbox write_paths and read_paths config by @KakkoiDev in #296
Full Changelog: v0.9.5...v0.9.6