github Yeachan-Heo/oh-my-claudecode v3.8.11
v3.8.11 - Multi-keyword skill invocation

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

What's New

Multi-keyword Skill Invocation

When multiple magic keywords are present inline (e.g., ulw ralph fix errors), ALL matching skills are now invoked instead of just the highest priority one.

Example: ulw ralph fix errors now activates both ultrawork AND ralph modes.

Changes

  • Add getAllKeywords() with conflict resolution logic
  • Refactor hook from early-return to collect-then-emit pattern
  • Add createMultiSkillInvocation() for combined additionalContext output
  • Update bridge.ts to loop over all detected keywords

Conflict Resolution Rules

  • cancel is exclusive (suppresses all other keywords)
  • ecomode beats ultrawork when both present
  • ultrapilot beats autopilot when both present
  • All other keyword combinations invoke all matching skills

Install/Update

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

Or reinstall the plugin:

claude /install-plugin oh-my-claudecode

Full Changelog: v3.8.10...v3.8.11

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

NewReleases is sending notifications on new releases.