Changes
Bug Fixes
-
Context-limit deadlock fix (#213): Persistent-mode Stop hook now detects context-limit stop reasons and allows them to proceed. Previously, when context was exhausted during Ralph/Ultrawork mode, Claude Code couldn't compact because the hook blocked all stops — creating an unrecoverable deadlock.
-
Cancel keyword false positive fix: Changed cancel trigger keywords from generic
stop/cancel/abortto specificcancelomc/stopomc. The old keywords triggered on natural language (e.g., "don't let it stop the context") and URLs containing these words.
Install/Update
npm install -g oh-my-claude-sisyphus@3.8.8Or reinstall the plugin:
claude /install-plugin oh-my-claudecodeFixes #213
Full Changelog: v3.8.7...v3.8.8