oh-my-agent 10.0.1 → 10.1.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 +2 -2
  2. package/bin/cli.js +832 -832
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -217,7 +217,7 @@ Set `model_preset` in `.agents/oma-config.yaml` to choose which AI models each a
217
217
 
218
218
  ```yaml
219
219
  language: en
220
- model_preset: mixed # antigravity | claude | codex | cursor | grok | mixed | qwen
220
+ model_preset: mixed # antigravity | claude | codex | cursor | kiro | mixed | qwen
221
221
 
222
222
  # Optional per-agent overrides
223
223
  agents:
@@ -240,7 +240,7 @@ agents:
240
240
  - `ralph` workflow — independent JUDGE re-verifies every criterion each iteration to catch silent regressions; heavy-test caching for >30s suites
241
241
  - Exploration Loop — after 2 retries, `orchestrate` spawns hypothesis variants in parallel and keeps the highest-scoring result
242
242
  - Monorepo auto-routing — `detectWorkspace` reads pnpm / nx / turbo / lerna and routes each agent to its workspace
243
- - **Multi-vendor** — Mix Claude, Codex, Cursor, and Qwen per agent type
243
+ - **Multi-vendor** — Mix Antigravity, Claude, Codex, Cursor, Kiro, and Qwen per agent type
244
244
  - **Observable** — Terminal and web dashboards for real-time monitoring
245
245
 
246
246
  ## Architecture