v0.1.4
Fix cancellation and session cleanup for Claude background workers.
- Keep the process supervisor alive during cancellation so force-kill escalation reaches descendants even after Claude exits.
- Preserve unfinished worker records with stale heartbeats during pruning and session cleanup, allowing resumed workers to receive cancellation and finish cleanup.
- Document that workers that never recover can leave records behind, and add regression tests for paused workers and descendant cancellation.
Validation: npm run check passed, including all 172 tests using the fake Claude CLI.
Update the marketplace and reinstall the plugin:
codex plugin marketplace upgrade linuxhq
codex plugin add claude@linuxhqCheck hook trust in /hooks and start a new Codex session to load the updated plugin. Existing review gate settings are preserved.