github Yeachan-Heo/oh-my-claudecode v3.8.13
v3.8.13 - Fix pkill self-termination & abort detection

latest releases: v4.9.0, v4.8.2, v4.8.1...
one month ago

Changes

Bug Fixes (#210)

  • pkill -f safety warning: Pre-tool-use hook now warns when Bash commands contain pkill -f which can self-terminate the shell (exit code 144). Suggests safer alternatives (pkill <name> or kill $(pgrep -f))
  • Tightened abort detection: isUserAbort() now uses exact match for short generic words (cancel, abort, interrupt) instead of substring matching. Prevents false positives from stop reasons like cancelled_operation or interrupted_by_system. Fixed in all 3 implementations (TypeScript + 2 standalone MJS)
  • Fixed cancel SKILL.md docs: Corrected misleading documentation that claimed "stop", "cancel", "abort" triggered cancel mode — only cancelomc and stopomc are valid triggers

Removed

  • clear-suggestions module: Removed the /clear suggestion system that was interrupting active OMC modes (ultrawork, ralph, etc.) with unwanted session reset recommendations

Install/Update

npm install -g oh-my-claude-sisyphus@3.8.13

Or reinstall the plugin:

claude /install-plugin oh-my-claudecode

Full Changelog: v3.8.12...v3.8.13

Don't miss a new oh-my-claudecode release

NewReleases is sending notifications on new releases.