Changes
Bug Fixes (#210)
- pkill -f safety warning: Pre-tool-use hook now warns when Bash commands contain
pkill -fwhich can self-terminate the shell (exit code 144). Suggests safer alternatives (pkill <name>orkill $(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 likecancelled_operationorinterrupted_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
cancelomcandstopomcare valid triggers
Removed
- clear-suggestions module: Removed the
/clearsuggestion 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.13Or reinstall the plugin:
claude /install-plugin oh-my-claudecodeFull Changelog: v3.8.12...v3.8.13