Skip to content

Commit 39181fe

Browse files
committed
chore: update changelog for v0.12.6 release
1 parent 530a121 commit 39181fe

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.12.6] - 2026-01-22
11+
1012
### Fixed
1113

1214
- **Multi-Pass Planning Session Resume** - Fixed a critical bug where resuming an ultraplan session in multi-pass mode (`:ultraplan --multi-pass`) would fail to trigger the plan evaluator. When the TUI was closed while the 3 parallel planners were running, re-attaching to the session would incorrectly check `CoordinatorID` (which is not used in multi-pass mode) and restart planning from scratch, overwriting `PlanCoordinatorIDs` with new instance IDs. The original planners' completion events would then be orphaned, causing the evaluator to never kick off. The fix adds proper multi-pass handling in session resume: it now correctly checks for existing planners in `PlanCoordinatorIDs`, collects any completed plans from worktrees, and triggers the evaluator when all planners have finished. Also fixed an edge case where missing planner instances (GetInstance returning nil) would cause false negatives in the all-processed check, preventing the evaluator from being triggered.
@@ -764,6 +766,9 @@ Initial release of Claudio - a CLI/TUI orchestration tool for running multiple C
764766
- Configuration reference
765767
- Troubleshooting guide and FAQ
766768

769+
[0.12.6]: https://github.com/Iron-Ham/claudio/releases/tag/v0.12.6
770+
[0.12.5]: https://github.com/Iron-Ham/claudio/releases/tag/v0.12.5
771+
[0.12.4]: https://github.com/Iron-Ham/claudio/releases/tag/v0.12.4
767772
[0.12.3]: https://github.com/Iron-Ham/claudio/releases/tag/v0.12.3
768773
[0.12.2]: https://github.com/Iron-Ham/claudio/releases/tag/v0.12.2
769774
[0.12.0]: https://github.com/Iron-Ham/claudio/releases/tag/v0.12.0

0 commit comments

Comments
 (0)