CC Guide
4.11.0

OMC 4.11.0 - リリースノート

2026年4月7日
OMC

日本語サマリー

oh-my-claudecode v4.11.0 リリースノート要約

【重要】破壊的変更・セキュリティ修正について 本リリースには、破壊的変更(Breaking Changes)およびセキュリティを直接対象とした修正は含まれていません(0 security/hardening improvements)。

27件のマージ済みPRを通じて、2つの新機能16件のバグ修正9件のその他の変更が行われました。主な変更点は以下の通りです。

主な変更点

  • 新機能: LLM Wiki ナレッジレイヤーを追加 (feat(wiki))
  • 新機能: ralplan / plan / ralph 向けに Codex の可用性を注入し、検出を強化 (feat(skills))
  • 修正: tmuxモードにおける worker の起動配信処理を強化 (fix(team))
  • 修正: Windows環境において、並行実行時の mkdir 競合による EEXIST エラーをキャッチするよう修正 (fix(hooks))
  • 修正: macOS互換性のため sed -iperl に置き換え (fix(scripts))
  • 修正: estimateContextPercent 内でのファイルディスクリプタ(fd)リークを防止 (fix(hooks))
  • 修正: sendToWorker のフォールバック動作を、安全な fail-closed(拒否)に変更 (fix(team))
  • 修正: 残存するすべてのコードパスで CLAUDE_CONFIG_DIR の設定を正しく参照するよう修正
  • 修正: omc setup 時のフックスクリプトやライブラリの権限設定、およびコピー漏れを修正
  • その他: README における CLI コマンドと in-session skills の説明を明確化

インストール / アップデート

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

またはプラグインを再インストール:

claude /install-plugin oh-my-claudecode

原文(Release Notes)

oh-my-claudecode v4.11.0: add LLM Wiki, inject Codex availability

Release Notes

Release with 2 new features, 16 bug fixes, 9 other changes across 27 merged PRs.

Highlights

  • feat(wiki): add LLM Wiki knowledge layer (#2214)
  • feat(skills): inject Codex availability for ralplan/plan/ralph, harden detection (#2134)

New Features

  • feat(wiki): add LLM Wiki knowledge layer (#2214)
  • feat(skills): inject Codex availability for ralplan/plan/ralph, harden detection (#2134)

Bug Fixes

  • fix(team): harden worker startup delivery in tmux mode (#2225)
  • fix(windows): resolve bash from PATH for explore wrapper (#2216)
  • fix(team): stop double-sending startup inbox on team init (#2209)
  • fix(installer): ensure hooks/lib is copied with correct permissions (fixes #2185) (#2188)
  • fix: restore dev CI for hooks escaping and pre-tool preflight (#2189)
  • fix(hooks): use PreToolUse deny API in preflight context guard (#2177)
  • fix(scripts): replace sed -i with perl for macOS compatibility (#2179)
  • fix(hooks): prevent fd leak in estimateContextPercent (#2178)
  • fix(hooks): align post-tool file_path extraction with pre-tool handler (#2176)
  • fix(team): change sendToWorker fallback from fail-open to fail-closed (#2175)
  • fix: copy hooks/lib/ directory during omc setup (#2131)
  • fix: expire stale awaiting_confirmation flags for persistent modes (#2099)
  • fix: respect CLAUDE_CONFIG_DIR across remaining code paths (#2156)
  • fix(setup-hook): heal stdin.mjs symlink with safe replace strategy (#2159)
  • fix(hooks): catch EEXIST on Windows concurrent mkdir race (#2172)
  • fix: correct release note generation for merged PRs (#2167)

Other Changes

  • Fix empty hook injections after agent completion (#2219)
  • Fix standalone slash-skill sync for npm installs (#2211)
  • Fix issue #2180 preemptive compaction warnings (#2212)
  • Fix /team role shorthand for executor workers (#2210)
  • Clarify README CLI commands vs in-session skills (#2200)
  • Fix omc setup local skill install fallback (#2195)
  • Fix deep-interview ambiguityThreshold runtime loading (#2194)
  • Fix tmux attach disconnect cleanup for issue #2197 (#2199)
  • chore: sync main back to dev after 4.10.2 release (#2163)

Stats

  • 27 PRs merged | 2 new features | 16 bug fixes | 0 security/hardening improvements | 9 other changes

Install / Update

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

Or reinstall the plugin:

claude /install-plugin oh-my-claudecode

Full Changelog: https://github.com/Yeachan-Heo/oh-my-claudecode/compare/v4.10.2...v4.11.0

Reference

Contributors

Thank you to all contributors who made this release possible!

@HelloAlexPan @i0r3k @jonckr @kushalsai-01 @namgiho-kristin @namgiho96 @relvinhas @wwenrr @Yeachan-Heo