Skip to content

Commit 3ed9332

Browse files
committed
release: v4.2.15
# Conflicts: # .claude-plugin/marketplace.json # .claude-plugin/plugin.json # skills/cancel/SKILL.md # skills/omc-setup/SKILL.md
2 parents 0db68f7 + cd96e14 commit 3ed9332

File tree

83 files changed

+2519
-441
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

83 files changed

+2519
-441
lines changed

.claude-plugin/marketplace.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
{
1111
"name": "oh-my-claudecode",
1212
"description": "Claude Code native multi-agent orchestration with intelligent model routing, 28 agent variants, and 32 powerful skills. Zero learning curve. Maximum power.",
13-
"version": "4.2.14",
13+
"version": "4.2.15",
1414
"author": {
1515
"name": "Yeachan Heo",
1616
"email": "hurrc04@gmail.com"
@@ -27,5 +27,5 @@
2727
]
2828
}
2929
],
30-
"version": "4.2.14"
30+
"version": "4.2.15"
3131
}

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oh-my-claudecode",
3-
"version": "4.2.14",
3+
"version": "4.2.15",
44
"description": "Multi-agent orchestration system for Claude Code",
55
"author": {
66
"name": "oh-my-claudecode contributors"

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
# oh-my-claudecode v4.2.15
2+
3+
### Added
4+
5+
- **CCG skill** (#744): Added `claude-developer-platform` skill (`ccg`) for building programs that call the Claude API or Anthropic SDK.
6+
7+
### Removed
8+
9+
- **Ecomode execution mode** (#737): Removed `ecomode` from `KeywordType`, `ExecutionMode`, `MODE_CONFIGS`, and all hook scripts. The `persistent-mode` stop hook no longer has a Priority 8 ecomode continuation block. The keyword detector no longer recognizes `eco`, `ecomode`, `eco-mode`, `efficient`, `save-tokens`, or `budget` as execution mode triggers.
10+
11+
### Fixed
12+
13+
- **Windows HUD not showing** (#742): Fixed HUD rendering on Windows by correcting `NODE_PATH` separator handling.
14+
- **WSL2 scroll fix**: Fixed scroll behavior in WSL2 environments.
15+
- **tmux session name resolution** (#736, #740, #741): Use `TMUX_PANE` env variable to correctly resolve the tmux session name in notifications.
16+
17+
### Docs
18+
19+
- **oh-my-codex cross-reference** (#744): Added cross-reference documentation for Codex users.
20+
21+
---
22+
123
# oh-my-claudecode v4.2.4: Session Idle Notifications
224

325
Session-idle notifications now fire when Claude stops without any active persistent mode, closing the gap where external integrations (Telegram, Discord) were never informed that a session went idle.

README.es.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
**Paso 2: Configurar**
2828
```bash
29-
/oh-my-claudecode:omc-setup
29+
/omc:omc-setup
3030
```
3131

3232
**Paso 3: Construye algo**
@@ -41,17 +41,19 @@ Eso es todo. Todo lo demás es automático.
4141
### Actualizar
4242

4343
```bash
44-
# 1. Actualizar el plugin
45-
/plugin install oh-my-claudecode
44+
# 1. Actualizar el clon del marketplace
45+
/plugin marketplace update omc
4646

4747
# 2. Volver a ejecutar el setup para actualizar la configuracion
48-
/oh-my-claudecode:omc-setup
48+
/omc:omc-setup
4949
```
5050

51+
> **Nota:** Si la actualizacion automatica del marketplace no esta activada, debes ejecutar manualmente `/plugin marketplace update omc` para sincronizar la ultima version antes de ejecutar el setup.
52+
5153
Si experimentas problemas despues de actualizar, limpia la cache antigua del plugin:
5254

5355
```bash
54-
/oh-my-claudecode:omc-doctor
56+
/omc:omc-doctor
5557
```
5658

5759
<h1 align="center">Tu Claude acaba de recibir esteroides.</h1>

README.ja.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
**ステップ 2: セットアップ**
2828
```bash
29-
/oh-my-claudecode:omc-setup
29+
/omc:omc-setup
3030
```
3131

3232
**ステップ 3: 何か作ってみる**
@@ -41,17 +41,19 @@ autopilot: build a REST API for managing tasks
4141
### アップデート
4242

4343
```bash
44-
# 1. プラグインを更新
45-
/plugin install oh-my-claudecode
44+
# 1. マーケットプレイスクローンを更新
45+
/plugin marketplace update omc
4646

4747
# 2. セットアップを再実行して設定を更新
48-
/oh-my-claudecode:omc-setup
48+
/omc:omc-setup
4949
```
5050

51+
> **注意:** マーケットプレイスの自動更新が有効になっていない場合は、セットアップ実行前に `/plugin marketplace update omc` を手動で実行して最新バージョンを同期する必要があります。
52+
5153
更新後に問題が発生した場合は、古いプラグインキャッシュをクリアしてください:
5254

5355
```bash
54-
/oh-my-claudecode:omc-doctor
56+
/omc:omc-doctor
5557
```
5658

5759
<h1 align="center">あなたの Claude がステロイド級にパワーアップ。</h1>

README.ko.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
**Step 2: 설정**
2828
```bash
29-
/oh-my-claudecode:omc-setup
29+
/omc:omc-setup
3030
```
3131

3232
**Step 3: 무언가 만들기**
@@ -41,17 +41,19 @@ autopilot: build a REST API for managing tasks
4141
### 업데이트
4242

4343
```bash
44-
# 1. 플러그인 업데이트
45-
/plugin install oh-my-claudecode
44+
# 1. 마켓플레이스 클론 업데이트
45+
/plugin marketplace update omc
4646

4747
# 2. 셋업을 다시 실행하여 설정 갱신
48-
/oh-my-claudecode:omc-setup
48+
/omc:omc-setup
4949
```
5050

51+
> **참고:** 마켓플레이스 auto-update가 활성화되어 있지 않은 경우, 셋업 실행 전에 `/plugin marketplace update omc`를 수동으로 실행하여 최신 버전을 동기화해야 합니다.
52+
5153
업데이트 후 문제가 발생하면, 이전 플러그인 캐시를 정리하세요:
5254

5355
```bash
54-
/oh-my-claudecode:omc-doctor
56+
/omc:omc-doctor
5557
```
5658

5759
<h1 align="center">당신의 Claude가 스테로이드를 맞았습니다.</h1>

README.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ English | [한국어](README.ko.md) | [中文](README.zh.md) | [日本語](READM
88
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)
99
[![Sponsor](https://img.shields.io/badge/Sponsor-❤️-red?style=flat&logo=github)](https://github.com/sponsors/Yeachan-Heo)
1010

11+
> **For Codex users:** Check out [oh-my-codex](https://github.com/Yeachan-Heo/oh-my-codex) — the same orchestration experience for OpenAI Codex CLI.
12+
1113
**Multi-agent orchestration for Claude Code. Zero learning curve.**
1214

1315
*Don't learn Claude Code. Just use OMC.*
@@ -26,7 +28,7 @@ English | [한국어](README.ko.md) | [中文](README.zh.md) | [日本語](READM
2628

2729
**Step 2: Setup**
2830
```bash
29-
/oh-my-claudecode:omc-setup
31+
/omc:omc-setup
3032
```
3133

3234
**Step 3: Build something**
@@ -41,7 +43,7 @@ That's it. Everything else is automatic.
4143
Starting in **v4.1.7**, **Team** is the canonical orchestration surface in OMC. Legacy entrypoints like **swarm** and **ultrapilot** are still supported, but they now **route to Team under the hood**.
4244

4345
```bash
44-
/oh-my-claudecode:team 3:executor "fix all TypeScript errors"
46+
/omc:team 3:executor "fix all TypeScript errors"
4547
```
4648

4749
Team runs as a staged pipeline:
@@ -65,17 +67,19 @@ Enable Claude Code native teams in `~/.claude/settings.json`:
6567
### Updating
6668

6769
```bash
68-
# 1. Update the plugin
69-
/plugin install oh-my-claudecode
70+
# 1. Update the marketplace clone
71+
/plugin marketplace update omc
7072

7173
# 2. Re-run setup to refresh configuration
72-
/oh-my-claudecode:omc-setup
74+
/omc:omc-setup
7375
```
7476

77+
> **Note:** If marketplace auto-update is not enabled, you must manually run `/plugin marketplace update omc` to sync the latest version before running setup.
78+
7579
If you experience issues after updating, clear the old plugin cache:
7680

7781
```bash
78-
/oh-my-claudecode:omc-doctor
82+
/omc:omc-doctor
7983
```
8084

8185
<h1 align="center">Your Claude Just Have been Steroided.</h1>
@@ -136,7 +140,7 @@ Optional shortcuts for power users. Natural language works fine without them.
136140

137141
| Keyword | Effect | Example |
138142
|---------|--------|---------|
139-
| `team` | Canonical Team orchestration | `/oh-my-claudecode:team 3:executor "fix all TypeScript errors"` |
143+
| `team` | Canonical Team orchestration | `/omc:team 3:executor "fix all TypeScript errors"` |
140144
| `autopilot` | Full autonomous execution | `autopilot: build a todo app` |
141145
| `ralph` | Persistence mode | `ralph: refactor auth` |
142146
| `ulw` | Maximum parallelism | `ulw fix all errors` |

README.pt.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
**Passo 2: Configure**
2828
```bash
29-
/oh-my-claudecode:omc-setup
29+
/omc:omc-setup
3030
```
3131

3232
**Passo 3: Crie algo**
@@ -41,7 +41,7 @@ autopilot: build a REST API for managing tasks
4141
A partir da **v4.1.7**, o **Team** é a superfície canônica de orquestração no OMC. Entrypoints legados como **swarm** e **ultrapilot** continuam com suporte, mas agora **roteiam para Team por baixo dos panos**.
4242

4343
```bash
44-
/oh-my-claudecode:team 3:executor "fix all TypeScript errors"
44+
/omc:team 3:executor "fix all TypeScript errors"
4545
```
4646

4747
O Team roda como um pipeline em estágios:
@@ -65,17 +65,19 @@ Ative os times nativos do Claude Code em `~/.claude/settings.json`:
6565
### Atualizando
6666

6767
```bash
68-
# 1. Atualize o plugin
69-
/plugin install oh-my-claudecode
68+
# 1. Atualize o clone do marketplace
69+
/plugin marketplace update omc
7070

7171
# 2. Execute o setup novamente para atualizar a configuração
72-
/oh-my-claudecode:omc-setup
72+
/omc:omc-setup
7373
```
7474

75+
> **Observação:** Se a atualização automática do marketplace não estiver habilitada, você precisa executar manualmente `/plugin marketplace update omc` para sincronizar a versão mais recente antes de executar o setup.
76+
7577
Se você tiver problemas depois de atualizar, limpe o cache antigo do plugin:
7678

7779
```bash
78-
/oh-my-claudecode:omc-doctor
80+
/omc:omc-doctor
7981
```
8082

8183
<h1 align="center">Seu Claude acabou de tomar esteroides.</h1>
@@ -136,7 +138,7 @@ Atalhos opcionais para usuários avançados. Linguagem natural funciona bem sem
136138

137139
| Palavra-chave | Efeito | Exemplo |
138140
|---------------|--------|---------|
139-
| `team` | Orquestração canônica com Team | `/oh-my-claudecode:team 3:executor "fix all TypeScript errors"` |
141+
| `team` | Orquestração canônica com Team | `/omc:team 3:executor "fix all TypeScript errors"` |
140142
| `autopilot` | Execução autônoma completa | `autopilot: build a todo app` |
141143
| `ralph` | Modo persistente | `ralph: refactor auth` |
142144
| `ulw` | Paralelismo máximo | `ulw fix all errors` |

README.vi.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
**Bước 2: Thiết lập**
2828
```bash
29-
/oh-my-claudecode:omc-setup
29+
/omc:omc-setup
3030
```
3131

3232
**Bước 3: Xây một thứ gì đó**
@@ -41,7 +41,7 @@ Vậy là xong. Mọi thứ còn lại đều tự động.
4141
Bắt đầu từ **v4.1.7**, **Team** là bề mặt điều phối chuẩn trong OMC. Các điểm vào cũ như **swarm****ultrapilot** vẫn được hỗ trợ, nhưng giờ đây chúng **được chuyển sang Team ở tầng bên dưới**.
4242

4343
```bash
44-
/oh-my-claudecode:team 3:executor "fix all TypeScript errors"
44+
/omc:team 3:executor "fix all TypeScript errors"
4545
```
4646

4747
Team chạy theo pipeline theo từng giai đoạn:
@@ -65,17 +65,19 @@ Bật Claude Code native teams trong `~/.claude/settings.json`:
6565
### Cập nhật
6666

6767
```bash
68-
# 1. Update the plugin
69-
/plugin install oh-my-claudecode
68+
# 1. Cập nhật bản sao marketplace
69+
/plugin marketplace update omc
7070

71-
# 2. Re-run setup to refresh configuration
72-
/oh-my-claudecode:omc-setup
71+
# 2. Chạy lại setup để làm mới cấu hình
72+
/omc:omc-setup
7373
```
7474

75+
> **Lưu ý:** Nếu tự động cập nhật marketplace chưa được bật, bạn cần chạy `/plugin marketplace update omc` thủ công để đồng bộ phiên bản mới nhất trước khi chạy setup.
76+
7577
Nếu gặp sự cố sau khi cập nhật, hãy xóa cache plugin cũ:
7678

7779
```bash
78-
/oh-my-claudecode:omc-doctor
80+
/omc:omc-doctor
7981
```
8082

8183
<h1 align="center">Your Claude Just Have been Steroided.</h1>
@@ -136,7 +138,7 @@ Các phím tắt tùy chọn cho người dùng nâng cao. Không dùng chúng t
136138

137139
| Keyword | Hiệu ứng | Ví dụ |
138140
|---------|--------|---------|
139-
| `team` | Điều phối Team chuẩn | `/oh-my-claudecode:team 3:executor "fix all TypeScript errors"` |
141+
| `team` | Điều phối Team chuẩn | `/omc:team 3:executor "fix all TypeScript errors"` |
140142
| `autopilot` | Thực thi tự động toàn phần | `autopilot: build a todo app` |
141143
| `ralph` | Chế độ bền bỉ | `ralph: refactor auth` |
142144
| `ulw` | Song song tối đa | `ulw fix all errors` |

README.zh.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
**第二步:配置**
2828
```bash
29-
/oh-my-claudecode:omc-setup
29+
/omc:omc-setup
3030
```
3131

3232
**第三步:开始构建**
@@ -41,17 +41,19 @@ autopilot: build a REST API for managing tasks
4141
### 更新
4242

4343
```bash
44-
# 1. 更新插件
45-
/plugin install oh-my-claudecode
44+
# 1. 更新 marketplace 克隆
45+
/plugin marketplace update omc
4646

4747
# 2. 重新运行设置以刷新配置
48-
/oh-my-claudecode:omc-setup
48+
/omc:omc-setup
4949
```
5050

51+
> **注意:** 如果 marketplace 自动更新未启用,您需要在运行设置之前手动执行 `/plugin marketplace update omc` 来同步最新版本。
52+
5153
如果更新后遇到问题,清除旧的插件缓存:
5254

5355
```bash
54-
/oh-my-claudecode:omc-doctor
56+
/omc:omc-doctor
5557
```
5658

5759
<h1 align="center">你的 Claude 已被注入超能力。</h1>

0 commit comments

Comments
 (0)