4.11.3
OMC 4.11.3 - リリースノート
2026年4月9日
OMC
日本語サマリー
oh-my-claudecode v4.11.3 リリースノート要約
※破壊的変更およびセキュリティ修正はありません。
本バージョンは、9つのPRがマージされ、7件のバグ修正を中心としたリリースです。
主な変更点
- fix(node): 不安定な
execPathではなく、PATH 上の node を優先的に使用するよう変更 (#2400) - fix(hooks):
.json/.jsonlの拡張子チェックにおける.jsの誤検知(false positive)を防止 (#2395) - fix(autoresearch): ネストされた tmux 環境での互換性を向上させるため、TMUX 環境変数を除外するよう修正 (#2385)
- fix: シンボリックリンクパスの非対称な解決問題を修正 (#2372)
- fix(installer): Claude Code 1.x の
enabledPlugins検出処理を修正(#2252 のフォローアップ) (#2371) - fix: 合意形成完了後の
ralplan停止強制処理(stale enforcement)を非アクティブ化 (#2370) - fix(hud):
package.jsonが存在しない場合に、パスベースのバージョン取得にフォールバックするよう修正 (#2362) - docs:
--plugin-dirのドキュメント追加、およびローカル開発用にCONTRIBUTING.mdを追加 (#2399) - docs(getting-started): プラグインと npm CLI が共存する2つのインターフェースであることに関するドキュメントを追加 (#2367)
アップデート方法
npm install -g oh-my-claude-sisyphus@4.11.3
原文(Release Notes)
oh-my-claudecode v4.11.3: Bug Fixes
Release Notes
Release with 7 bug fixes across 9 merged PRs.
Highlights
- fix(node): prefer PATH node over unstable execPath (#2400)
- fix(hooks): prevent .js false positives in .json/.jsonl source extension check (#2395)
- fix(autoresearch): strip TMUX env for nested tmux compatibility (#2385)
Bug Fixes
- fix(node): prefer PATH node over unstable execPath (#2400)
- fix(hooks): prevent .js false positives in .json/.jsonl source extension check (#2395)
- fix(autoresearch): strip TMUX env for nested tmux compatibility (#2385)
- fix: resolve asymmetric symlink path resolution (#2372)
- fix(installer): detect enabledPlugins (Claude Code 1.x) in hasEnabledOmcPlugin (#2252 follow-up) (#2371)
- fix: deactivate stale ralplan stop enforcement after consensus completion (#2370)
- fix(hud): fall back to path-based version when package.json is missing (#2362)
Documentation
- docs: document --plugin-dir and add CONTRIBUTING.md for local development (#2399)
- docs(getting-started): document plugin + npm CLI as two coexisting surfaces (#2367)
Stats
- 9 PRs merged | 0 new features | 7 bug fixes | 0 security/hardening improvements | 0 other changes
Install / Update
npm install -g oh-my-claude-sisyphus@4.11.3Or reinstall the plugin:
claude /install-plugin oh-my-claudecodeFull Changelog: https://github.com/Yeachan-Heo/oh-my-claudecode/compare/v4.11.2...v4.11.3
Contributors
Thank you to all contributors who made this release possible!
@DdangJin @kushalsai-01 @nextor2k @pgagarinov @Yeachan-Heo