Skip to content

Commit a91655d

Browse files
committed
chore: release v0.16.1
1 parent cb9c6f5 commit a91655d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 3 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.16.1] - 2026-02-05
11+
1012
### Fixed
1113

1214
- **Process Cleanup on Exit** - Closing Claudio now reliably kills all Claude backend processes across all code paths, including PR workflows. Previously, `tmux kill-session` could leave orphaned Claude CLI processes if they ignored SIGHUP. The shutdown now captures the full process tree before stopping, polls for graceful exit, kills the per-instance tmux server (not just the session), and force-kills any surviving processes via SIGKILL. The shutdown sequence is consolidated into a shared `tmux.GracefulShutdown()` helper used by all stop paths.
@@ -940,6 +942,7 @@ Initial release of Claudio - a CLI/TUI orchestration tool for running multiple C
940942
- Configuration reference
941943
- Troubleshooting guide and FAQ
942944

945+
[0.16.1]: https://github.com/Iron-Ham/claudio/releases/tag/v0.16.1
943946
[0.16.0]: https://github.com/Iron-Ham/claudio/releases/tag/v0.16.0
944947
[0.15.0]: https://github.com/Iron-Ham/claudio/releases/tag/v0.15.0
945948
[0.14.1]: https://github.com/Iron-Ham/claudio/releases/tag/v0.14.1

0 commit comments

Comments
 (0)