oh-my-agent 4.22.2 → 4.22.4
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 +3 -1
- package/bin/cli.js +369 -369
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -17,9 +17,11 @@ Works with all major AI IDEs: Antigravity, Claude Code, Cursor, Gemini CLI, Code
|
|
|
17
17
|
curl -fsSL https://raw.githubusercontent.com/first-fluke/oh-my-agent/main/cli/install.sh | bash
|
|
18
18
|
|
|
19
19
|
# Or manual
|
|
20
|
-
bunx oh-my-agent
|
|
20
|
+
bunx oh-my-agent@latest
|
|
21
21
|
```
|
|
22
22
|
|
|
23
|
+
`install.sh` supports macOS/Linux only. On Windows, install `bun` and `uv` manually, then run `bunx oh-my-agent@latest`.
|
|
24
|
+
|
|
23
25
|
Pick a preset and you're ready:
|
|
24
26
|
|
|
25
27
|
| Preset | What You Get |
|