4.11.4
OMC 4.11.4 - リリースノート
2026年4月9日
OMC
日本語サマリー
以下は、oh-my-claudecode v4.11.3(※プロンプトでは4.11.4と記載されていますが、提供されたテキストはv4.11.3のリリースノートです)の日本語要約です。
注: 本リリースに破壊的変更やセキュリティ修正は含まれていません。
主な変更点(バグ修正 7件)
node実行パスの修正: 不安定なexecPathではなく、PATH環境変数上のnodeを優先して使用するように修正 (#2400)hooksの拡張子チェック修正:.jsonや.jsonlファイルのチェックにおいて、.jsと誤判定される誤検知を防止するよう修正 (#2395)autoresearchのtmux互換性修正: ネストされたtmux環境での互換性を向上させるため、TMUX環境変数を取り除くように修正 (#2385)- シンボリックリンクの解決修正: 非対称なシンボリックリンクのパス解決に関する問題を修正 (
#2372) installerのプラグイン検出修正:hasEnabledOmcPluginにおいて、Claude Code 1.xのenabledPluginsを正常に検出できるように修正 (#2371)- 停止強制処理の非活性化: 合意形成の完了後、古い
ralplanの停止強制機能が残り続ける問題を解消 (#2370) hudのバージョン表示修正:package.jsonが存在しない場合に、パスベースのバージョン表示にフォールバックするように修正 (#2362)
ドキュメント更新
- ローカル開発に向けた
CONTRIBUTING.mdの追加や、--plugin-dir、およびnpm CLIとの共存に関するドキュメントが追加されました。
原文(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