oh-my-agent 8.11.0 → 8.12.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +11 -6
- package/bin/cli.js +742 -732
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -68,31 +68,36 @@ Pick a preset and you're ready:
|
|
|
68
68
|
|
|
69
69
|
<table>
|
|
70
70
|
<tr>
|
|
71
|
-
<td align="center" width="
|
|
71
|
+
<td align="center" width="16%">
|
|
72
72
|
<a href="https://claude.com/product/claude-code"><img src="https://github.com/anthropics.png?size=120" alt="Claude Code" width="48" height="48" /></a><br/>
|
|
73
73
|
<strong>Claude Code</strong><br/>
|
|
74
74
|
<sub>native + adapter</sub>
|
|
75
75
|
</td>
|
|
76
|
-
<td align="center" width="
|
|
76
|
+
<td align="center" width="16%">
|
|
77
77
|
<a href="https://github.com/openai/codex"><img src="https://github.com/openai.png?size=120" alt="Codex CLI" width="48" height="48" /></a><br/>
|
|
78
78
|
<strong>Codex CLI</strong><br/>
|
|
79
79
|
<sub>native + adapter</sub>
|
|
80
80
|
</td>
|
|
81
|
-
<td align="center" width="
|
|
81
|
+
<td align="center" width="16%">
|
|
82
82
|
<a href="https://github.com/google-gemini/gemini-cli"><img src="https://github.com/google-gemini.png?size=120" alt="Gemini CLI" width="48" height="48" /></a><br/>
|
|
83
83
|
<strong>Gemini CLI</strong><br/>
|
|
84
84
|
<sub>native + adapter</sub>
|
|
85
85
|
</td>
|
|
86
|
-
<td align="center" width="
|
|
86
|
+
<td align="center" width="16%">
|
|
87
87
|
<a href="https://cursor.com"><img src="https://github.com/cursor.png?size=120" alt="Cursor" width="48" height="48" /></a><br/>
|
|
88
88
|
<strong>Cursor</strong><br/>
|
|
89
89
|
<sub>native + adapter</sub>
|
|
90
90
|
</td>
|
|
91
|
-
<td align="center" width="
|
|
91
|
+
<td align="center" width="16%">
|
|
92
92
|
<a href="https://github.com/QwenLM/qwen-code"><img src="https://github.com/QwenLM.png?size=120" alt="Qwen Code" width="48" height="48" /></a><br/>
|
|
93
93
|
<strong>Qwen Code</strong><br/>
|
|
94
94
|
<sub>native dispatch</sub>
|
|
95
95
|
</td>
|
|
96
|
+
<td align="center" width="16%">
|
|
97
|
+
<a href="https://grok.x.ai"><img src="./docs/assets/agents/grok.png" alt="Grok" width="48" height="48" /></a><br/>
|
|
98
|
+
<strong>Grok</strong><br/>
|
|
99
|
+
<sub>native hooks</sub>
|
|
100
|
+
</td>
|
|
96
101
|
</tr>
|
|
97
102
|
<tr>
|
|
98
103
|
<td align="center" width="20%">
|
|
@@ -220,7 +225,7 @@ Set `model_preset` in `.agents/oma-config.yaml` to choose which AI models each a
|
|
|
220
225
|
|
|
221
226
|
```yaml
|
|
222
227
|
language: en
|
|
223
|
-
model_preset: mixed # antigravity | claude | codex |
|
|
228
|
+
model_preset: mixed # antigravity | claude | codex | cursor | grok | mixed | qwen
|
|
224
229
|
|
|
225
230
|
# Optional per-agent overrides
|
|
226
231
|
agents:
|