oh-my-agent 11.2.4 → 11.3.1
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 +2 -0
- package/bin/cli.js +1246 -1276
- package/package.json +21 -21
package/README.md
CHANGED
|
@@ -12,6 +12,8 @@ Works with all major AI IDEs: Antigravity, Claude Code, Codex, Cursor, Grok Buil
|
|
|
12
12
|
|
|
13
13
|
## Quick Start
|
|
14
14
|
|
|
15
|
+
Requires **Node.js 26+**. The install scripts below auto-install bun, uv, and serena if they're missing.
|
|
16
|
+
|
|
15
17
|
```bash
|
|
16
18
|
# macOS / Linux — auto-installs bun, uv & serena if missing
|
|
17
19
|
curl -fsSL https://raw.githubusercontent.com/first-fluke/oh-my-agent/main/cli/install.sh | bash
|