oh-my-agent 8.19.0 → 8.20.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.
Files changed (3) hide show
  1. package/README.md +23 -18
  2. package/bin/cli.js +614 -614
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -67,67 +67,72 @@ Pick a preset and you're ready:
67
67
  `oh-my-agent` keeps `.agents/` as the single source of truth and projects it into each runtime's native layout, so every supported tool shares the same skills, workflows, and rules.
68
68
 
69
69
  <table>
70
+ <colgroup>
71
+ <col span="6" style="width:16.67%" />
72
+ </colgroup>
70
73
  <tr>
71
- <td align="center" width="16%">
74
+ <td align="center">
72
75
  <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
76
  <strong>Claude Code</strong><br/>
74
77
  <sub>native + adapter</sub>
75
78
  </td>
76
- <td align="center" width="16%">
79
+ <td align="center">
77
80
  <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
81
  <strong>Codex CLI</strong><br/>
79
82
  <sub>native + adapter</sub>
80
83
  </td>
81
- <td align="center" width="16%">
84
+ <td align="center">
82
85
  <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
86
  <strong>Gemini CLI</strong><br/>
84
87
  <sub>native + adapter</sub>
85
88
  </td>
86
- <td align="center" width="16%">
89
+ <td align="center">
87
90
  <a href="https://cursor.com"><img src="https://github.com/cursor.png?size=120" alt="Cursor" width="48" height="48" /></a><br/>
88
91
  <strong>Cursor</strong><br/>
89
92
  <sub>native + adapter</sub>
90
93
  </td>
91
- <td align="center" width="16%">
94
+ <td align="center">
92
95
  <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
96
  <strong>Qwen Code</strong><br/>
94
97
  <sub>native dispatch</sub>
95
98
  </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>
101
99
  </tr>
102
100
  <tr>
103
- <td align="center" width="20%">
101
+ <td align="center">
104
102
  <a href="https://antigravity.google"><img src="./docs/assets/agents/antigravity.png" alt="Antigravity" width="48" height="48" /></a><br/>
105
103
  <strong>Antigravity</strong><br/>
106
104
  <sub>native SSOT</sub>
107
105
  </td>
108
- <td align="center" width="20%">
106
+ <td align="center">
109
107
  <a href="https://github.com/anomalyco/opencode"><img src="./docs/assets/agents/opencode.png" alt="OpenCode" width="48" height="48" /></a><br/>
110
108
  <strong>OpenCode</strong><br/>
111
109
  <sub>native-compatible</sub>
112
110
  </td>
113
- <td align="center" width="20%">
111
+ <td align="center">
114
112
  <a href="https://ampcode.com"><img src="./docs/assets/agents/amp.png" alt="Amp" width="48" height="48" /></a><br/>
115
113
  <strong>Amp</strong><br/>
116
114
  <sub>native-compatible</sub>
117
115
  </td>
118
- <td align="center" width="20%">
116
+ <td align="center">
119
117
  <a href="https://github.com/features/copilot"><img src="https://github.com/github.png?size=120" alt="GitHub Copilot" width="48" height="48" /></a><br/>
120
118
  <strong>GitHub Copilot</strong><br/>
121
119
  <sub>symlinked skills</sub>
122
120
  </td>
123
- <td align="center" width="20%">
124
- <a href="./docs/SUPPORTED_AGENTS.md"><img src="https://img.shields.io/badge/%E2%80%A6-more-555?style=flat-square" alt="More" height="48" /></a><br/>
125
- <strong>& more</strong><br/>
126
- <sub><a href="./docs/SUPPORTED_AGENTS.md">support matrix →</a></sub>
121
+ <td align="center">
122
+ <a href="https://grok.x.ai"><img src="./docs/assets/agents/grok.png" alt="Grok" width="48" height="48" /></a><br/>
123
+ <strong>Grok</strong><br/>
124
+ <sub>native hooks</sub>
125
+ </td>
126
+ <td align="center">
127
+ <a href="https://kiro.dev"><img src="./docs/assets/agents/kiro.png" alt="Kiro CLI" width="48" height="48" /></a><br/>
128
+ <strong>Kiro CLI</strong><br/>
129
+ <sub>native hooks + agents</sub>
127
130
  </td>
128
131
  </tr>
129
132
  </table>
130
133
 
134
+ <p align="center"><sub><a href="./docs/SUPPORTED_AGENTS.md">& more</a></sub></p>
135
+
131
136
  ## Your Agent Team
132
137
 
133
138
  | Agent | What They Do |