Skip to content

v0.1.4

Choose a tag to compare

@tkimball83 tkimball83 released this 07 Sep 01:59
· 11 commits to main since this release

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@linuxhq

Check hook trust in /hooks and start a new Codex session to load the updated plugin. Existing review gate settings are preserved.