github Yeachan-Heo/oh-my-claudecode v3.8.12
v3.8.12 - Soft enforcement & .sh hook deprecation

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

Changes

Fix: Stop hook soft enforcement

  • Converted ALL stop hook enforcement from hard blocking (continue: false) to soft nudging (continue: true + message)
  • Agents are now encouraged to continue via injected messages, but never prevented from stopping
  • Eliminates deadlock risk where agents could get stuck in continuation loops
  • Removed global ~/.claude/todos/ scanning — only session-specific + project-local todos checked
  • Removed Priority 9 generic continuation enforcement (only active OMC modes enforce)

Chore: Remove dead .sh hook scripts

  • Deleted 12 dead .sh hook scripts from hooks/ and scripts/ directories
  • Cleaned src/installer/hooks.ts — removed all bash hook infrastructure (~120 lines)
  • Cleaned src/installer/index.ts — removed bash/node branching logic
  • Plugin system has used .mjs scripts exclusively since v3.0.0

Install/Update

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

Or reinstall the plugin:

claude /install-plugin oh-my-claudecode

Full Changelog: v3.8.11...v3.8.12

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

NewReleases is sending notifications on new releases.