Changes
Changed
- Local-Only State Management - All execution mode state (ralph, ultrawork, ecomode) now stored exclusively in
.omc/state/per project/worktree, enabling multiple worktrees to run OMC simultaneously without state conflicts. - Promise Pattern Removal - Fully removed
<promise>completion pattern from ralph and verification workflows.
Added
- HUD CWD Element (#229) - Configurable working directory display with three formats: relative, absolute, folder.
- HUD Thinking Indicator (#229) - Configurable thinking indicator with four formats: bubble, brain, face, text.
- HUD Line Limiting (#228) - Prevents HUD output from shrinking the input field.
- HUD Stale Task Threshold (#236) - Configurable
staleTaskThresholdMinutesoption. - Session End Hook - New hook for proper state cleanup on session termination.
- Learner Parser Backward Compatibility (#227) - Backward-compatible parser for legacy skill files.
Fixed
- Stop Hook Not Blocking (PR #237, fixes #233)
- Completion Promise Checking (#239) - Added to Ultrawork and Ecomode stop hooks.
- Staleness Check - Added staleness check and session-end cleanup for mode states.
Install/Update
npm install -g oh-my-claude-sisyphus@3.8.16Or reinstall the plugin:
claude /install-plugin oh-my-claudecodeFull Changelog: v3.8.15...v3.8.16