0.140.1
What's Changed
0.140.1 - 2026-07-26
Highlights
Bug Fixes
- Allow stderr merge and cd-prefixed commands in read-only checks (675efcb)
- Allow apply_patch in plan mode for plan file writes (821accd)
- Remove redundant safety gateway planning block and update tests (ba48d9a)
- Improve cache invalidation, reentrancy error handling, and path security (3dc9283)
- Persist plan draft lazily when file missing (b8d5dd5)
- Use configured credential storage mode for API key resolution (801bd98)
- Propagate legacy errors, trim provider, add keyring test (01faeef)
- Improve tool header dim modifier handling for pty body consistency (bd2903d)
- Replace blocking file system calls with async equivalents (bf20b7d)
Documentation
- Update TODO to focus on plan mode improvements (619c583)
- Add DeepWiki research on Codex plan mode to TODO (037f3d2)
- Add subagent guidance and reformat crate table (0575525)
- Rename session-store to memory crate and add trajectory log config (ab6d90d)
Features
- Add Docker support with bollard and related dependencies (a211e51)
- Handle sparse summary sections and truncate plan preview (bd5483e)
- Add task tracker rendering and recovery support for approved plan execution (dc71750)
- Add /log command for viewing session event logs (1c7d347)
Other Changes
Other
Performance
- Avoid SSE buffer allocs and switch exec mutex to parking_lot (a7bb0b1)
- Cache ConfigManager per workspace to avoid redundant loads (85298b5)
Refactors
- Improve SSE event parsing with drain (6de2a0b)
Full Changelog: 0.140.0...0.140.1