oh-my-agent 6.18.0 → 6.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.
- package/README.md +1 -0
- package/bin/cli.js +557 -528
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -140,6 +140,7 @@ oma recap --window 1d # Cross-tool conversation history recap
|
|
|
140
140
|
oma search fetch <url> # Mechanical search with auto-escalating strategies
|
|
141
141
|
oma image generate "cat" # Multi-vendor AI image generation
|
|
142
142
|
oma export cursor # Project skills as `.cursor/rules` for external IDEs
|
|
143
|
+
oma model:check # Detect drift between registered models and live vendor lists
|
|
143
144
|
```
|
|
144
145
|
|
|
145
146
|
Model selection follows two layers:
|