oh-my-agent 8.52.7 → 8.52.9
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 +0 -23
- package/bin/cli.js +628 -628
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -207,29 +207,6 @@ Or use slash commands for structured workflows:
|
|
|
207
207
|
|
|
208
208
|
**Auto-detection**: You don't even need slash commands — keywords like "architecture", "plan", "review", and "debug" in your message (in 11 languages!) auto-activate the right workflow.
|
|
209
209
|
|
|
210
|
-
## CLI
|
|
211
|
-
|
|
212
|
-
```bash
|
|
213
|
-
# Install globally
|
|
214
|
-
bun install --global oh-my-agent # or: brew install oh-my-agent
|
|
215
|
-
|
|
216
|
-
# Use anywhere (sorted alphabetically)
|
|
217
|
-
oma agent:parallel -i backend:"Auth API" frontend:"Login form"
|
|
218
|
-
oma agent:spawn backend "Build auth API" session-01
|
|
219
|
-
oma dashboard # Real-time agent monitoring
|
|
220
|
-
oma doctor # Health check
|
|
221
|
-
oma image generate "cat" # Multi-vendor AI image generation
|
|
222
|
-
oma link # Regenerate .claude/.codex/.gemini/etc. from .agents/
|
|
223
|
-
oma model:check # Detect drift between registered models and live vendor lists
|
|
224
|
-
oma recap --window 1d # Cross-tool conversation history recap
|
|
225
|
-
oma retro 7d --compare # Engineering retrospective with metrics + trends
|
|
226
|
-
oma search fetch <url> # Mechanical search with auto-escalating strategies
|
|
227
|
-
```
|
|
228
|
-
|
|
229
|
-
Model selection follows two layers:
|
|
230
|
-
- Same-vendor native dispatch uses the generated vendor agent definition in `.claude/agents/`, `.codex/agents/`, or `.gemini/agents/`.
|
|
231
|
-
- Cross-vendor or fallback CLI dispatch uses the vendor defaults in `.agents/skills/oma-orchestrator/config/cli-config.yaml`.
|
|
232
|
-
|
|
233
210
|
### Per-Agent Models
|
|
234
211
|
|
|
235
212
|
Set `model_preset` in `.agents/oma-config.yaml` to choose which AI models each agent uses:
|