You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .claude-plugin/marketplace.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@
10
10
{
11
11
"name": "oh-my-claudecode",
12
12
"description": "Claude Code native multi-agent orchestration with intelligent model routing, 28 agent variants, and 32 powerful skills. Zero learning curve. Maximum power.",
Copy file name to clipboardExpand all lines: CHANGELOG.md
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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.
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.
Copy file name to clipboardExpand all lines: README.es.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@
26
26
27
27
**Paso 2: Configurar**
28
28
```bash
29
-
/oh-my-claudecode:omc-setup
29
+
/omc:omc-setup
30
30
```
31
31
32
32
**Paso 3: Construye algo**
@@ -41,17 +41,19 @@ Eso es todo. Todo lo demás es automático.
41
41
### Actualizar
42
42
43
43
```bash
44
-
# 1. Actualizar el plugin
45
-
/plugin install oh-my-claudecode
44
+
# 1. Actualizar el clon del marketplace
45
+
/plugin marketplace update omc
46
46
47
47
# 2. Volver a ejecutar el setup para actualizar la configuracion
48
-
/oh-my-claudecode:omc-setup
48
+
/omc:omc-setup
49
49
```
50
50
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
+
51
53
Si experimentas problemas despues de actualizar, limpia la cache antigua del plugin:
52
54
53
55
```bash
54
-
/oh-my-claudecode:omc-doctor
56
+
/omc:omc-doctor
55
57
```
56
58
57
59
<h1align="center">Tu Claude acaba de recibir esteroides.</h1>
> **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
+
11
13
**Multi-agent orchestration for Claude Code. Zero learning curve.**
@@ -41,7 +43,7 @@ That's it. Everything else is automatic.
41
43
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**.
42
44
43
45
```bash
44
-
/oh-my-claudecode:team 3:executor "fix all TypeScript errors"
46
+
/omc:team 3:executor "fix all TypeScript errors"
45
47
```
46
48
47
49
Team runs as a staged pipeline:
@@ -65,17 +67,19 @@ Enable Claude Code native teams in `~/.claude/settings.json`:
65
67
### Updating
66
68
67
69
```bash
68
-
# 1. Update the plugin
69
-
/plugin install oh-my-claudecode
70
+
# 1. Update the marketplace clone
71
+
/plugin marketplace update omc
70
72
71
73
# 2. Re-run setup to refresh configuration
72
-
/oh-my-claudecode:omc-setup
74
+
/omc:omc-setup
73
75
```
74
76
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
+
75
79
If you experience issues after updating, clear the old plugin cache:
76
80
77
81
```bash
78
-
/oh-my-claudecode:omc-doctor
82
+
/omc:omc-doctor
79
83
```
80
84
81
85
<h1align="center">Your Claude Just Have been Steroided.</h1>
@@ -136,7 +140,7 @@ Optional shortcuts for power users. Natural language works fine without them.
136
140
137
141
| Keyword | Effect | Example |
138
142
|---------|--------|---------|
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"`|
140
144
|`autopilot`| Full autonomous execution |`autopilot: build a todo app`|
Copy file name to clipboardExpand all lines: README.pt.md
+9-7Lines changed: 9 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@
26
26
27
27
**Passo 2: Configure**
28
28
```bash
29
-
/oh-my-claudecode:omc-setup
29
+
/omc:omc-setup
30
30
```
31
31
32
32
**Passo 3: Crie algo**
@@ -41,7 +41,7 @@ autopilot: build a REST API for managing tasks
41
41
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**.
42
42
43
43
```bash
44
-
/oh-my-claudecode:team 3:executor "fix all TypeScript errors"
44
+
/omc:team 3:executor "fix all TypeScript errors"
45
45
```
46
46
47
47
O Team roda como um pipeline em estágios:
@@ -65,17 +65,19 @@ Ative os times nativos do Claude Code em `~/.claude/settings.json`:
65
65
### Atualizando
66
66
67
67
```bash
68
-
# 1. Atualize o plugin
69
-
/plugin install oh-my-claudecode
68
+
# 1. Atualize o clone do marketplace
69
+
/plugin marketplace update omc
70
70
71
71
# 2. Execute o setup novamente para atualizar a configuração
72
-
/oh-my-claudecode:omc-setup
72
+
/omc:omc-setup
73
73
```
74
74
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
+
75
77
Se você tiver problemas depois de atualizar, limpe o cache antigo do plugin:
76
78
77
79
```bash
78
-
/oh-my-claudecode:omc-doctor
80
+
/omc:omc-doctor
79
81
```
80
82
81
83
<h1align="center">Seu Claude acabou de tomar esteroides.</h1>
@@ -136,7 +138,7 @@ Atalhos opcionais para usuários avançados. Linguagem natural funciona bem sem
136
138
137
139
| Palavra-chave | Efeito | Exemplo |
138
140
|---------------|--------|---------|
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"`|
140
142
|`autopilot`| Execução autônoma completa |`autopilot: build a todo app`|
141
143
|`ralph`| Modo persistente |`ralph: refactor auth`|
Copy file name to clipboardExpand all lines: README.vi.md
+10-8Lines changed: 10 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@
26
26
27
27
**Bước 2: Thiết lập**
28
28
```bash
29
-
/oh-my-claudecode:omc-setup
29
+
/omc:omc-setup
30
30
```
31
31
32
32
**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.
41
41
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** và **ultrapilot** vẫn được hỗ trợ, nhưng giờ đây chúng **được chuyển sang Team ở tầng bên dưới**.
42
42
43
43
```bash
44
-
/oh-my-claudecode:team 3:executor "fix all TypeScript errors"
44
+
/omc:team 3:executor "fix all TypeScript errors"
45
45
```
46
46
47
47
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`:
65
65
### Cập nhật
66
66
67
67
```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
70
70
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
73
73
```
74
74
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
+
75
77
Nếu gặp sự cố sau khi cập nhật, hãy xóa cache plugin cũ:
76
78
77
79
```bash
78
-
/oh-my-claudecode:omc-doctor
80
+
/omc:omc-doctor
79
81
```
80
82
81
83
<h1align="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
136
138
137
139
| Keyword | Hiệu ứng | Ví dụ |
138
140
|---------|--------|---------|
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"`|
140
142
|`autopilot`| Thực thi tự động toàn phần |`autopilot: build a todo app`|
0 commit comments