oh-my-agent 8.41.1 → 8.41.3
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 +7 -7
- package/bin/cli.js +755 -756
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -8,7 +8,7 @@ Ever wished your AI assistant had coworkers? That's what oh-my-agent does.
|
|
|
8
8
|
|
|
9
9
|
Instead of one AI doing everything (and getting confused halfway through), oh-my-agent splits work across **specialized agents** — frontend, backend, architecture, QA, PM, DB, mobile, infra, debug, design, and more. Each one knows its domain deeply, has its own tools and checklists, and stays in its lane.
|
|
10
10
|
|
|
11
|
-
Works with all major AI IDEs:
|
|
11
|
+
Works with all major AI IDEs: Pi, Claude Code, Cursor, Antigravity, Codex CLI, OpenCode, and more.
|
|
12
12
|
|
|
13
13
|
## Quick Start
|
|
14
14
|
|
|
@@ -82,9 +82,9 @@ Pick a preset and you're ready:
|
|
|
82
82
|
<sub>native + adapter</sub>
|
|
83
83
|
</td>
|
|
84
84
|
<td align="center">
|
|
85
|
-
<a href="https://
|
|
86
|
-
<strong>
|
|
87
|
-
<sub>native
|
|
85
|
+
<a href="https://antigravity.google"><img src="./docs/assets/agents/antigravity.png" alt="Antigravity" width="48" height="48" /></a><br/>
|
|
86
|
+
<strong>Antigravity</strong><br/>
|
|
87
|
+
<sub>native SSOT</sub>
|
|
88
88
|
</td>
|
|
89
89
|
<td align="center">
|
|
90
90
|
<a href="https://cursor.com"><img src="https://github.com/cursor.png?size=120" alt="Cursor" width="48" height="48" /></a><br/>
|
|
@@ -104,9 +104,9 @@ Pick a preset and you're ready:
|
|
|
104
104
|
</tr>
|
|
105
105
|
<tr>
|
|
106
106
|
<td align="center">
|
|
107
|
-
<a href="https://
|
|
108
|
-
<strong>
|
|
109
|
-
<sub>native
|
|
107
|
+
<a href="https://pi.dev/"><img src="./docs/assets/agents/pi.svg" alt="Pi" width="48" height="48" /></a><br/>
|
|
108
|
+
<strong>Pi</strong><br/>
|
|
109
|
+
<sub>native-compatible</sub>
|
|
110
110
|
</td>
|
|
111
111
|
<td align="center">
|
|
112
112
|
<a href="https://github.com/anomalyco/opencode"><img src="./docs/assets/agents/opencode.png" alt="OpenCode" width="48" height="48" /></a><br/>
|