4.13.1
OMC 4.13.1 - リリースノート
2026年4月20日
OMC
日本語サマリー
oh-my-claudecode v4.13.1 リリース概要
本バージョンには、破壊的変更およびセキュリティ修正は含まれていません。
重要な変更点
- 新機能:
omc-teamsの実行環境において、4番目のtmuxワーカータイプとしてcursor-agentを追加(#2736)- 既存の Claude, Codex, Gemini ワーカーに加え、Cursor IDE エージェントが使用可能に
- 修正: 「autonomous」という単語が
keyword-detectorによって誤って autopilot モードをトリガーしていた偽陽性問題を解消(#2739) - 修正:
self-improveアーティファクトをトピック単位でスコープ化し、再開時のクロスコンタミネーション(汚染)を防止するよう改善(#2732)
ステータス・その他
- マージされたPR: 3件 / 新機能: 1件 / バグ修正: 2件
- インストール・アップデートコマンド:
npm install -g oh-my-claude-sisyphus@4.13.1またはclaude /install-plugin oh-my-claudecode
原文(Release Notes)
oh-my-claudecode v4.13.1: Cursor Support & Bug Fixes
Release Notes
Release with 1 new feature, 2 bug fixes across 3 merged PRs.
Highlights
- feat(team): Add cursor-agent as 4th tmux worker type (#2736) - Cursor IDE agent support in
omc-teamsCLI execution- fix(keyword-detector): Stop false-positive autopilot on "autonomous" (#2739) - "autonomous" no longer triggers autopilot mode
- fix(self-improve): Scope artifacts by topic for safer resumes (#2732) - Topic-scoped artifact directories prevent cross-contamination
New Features
- feat(team): Add cursor-agent as 4th tmux worker type (executor-only) (#2736)
- Cursor IDE agent support alongside Claude, Codex, and Gemini workers
- Runtime-guidance test compatibility preserved
Bug Fixes
- fix(keyword-detector): Stop false-positive autopilot on "autonomous" (#2739)
- fix(self-improve): Scope self-improve artifacts by topic for safer resumes (#2732)
Stats
- 3 PRs merged | 1 new feature | 2 bug fixes | 0 security/hardening improvements | 0 other changes
Install / Update
npm install -g oh-my-claude-sisyphus@4.13.1Or reinstall the plugin:
claude /install-plugin oh-my-claudecodeFull Changelog: https://github.com/Yeachan-Heo/oh-my-claudecode/compare/v4.13.0...v4.13.1
Contributors
Thank you to all contributors who made this release possible!
@aryateja2106 @deepshwang @Yeachan-Heo