oh-my-ag 1.3.1 → 1.4.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.ko.md +5 -13
- package/README.md +7 -15
- package/bin/cli.js +144 -139
- package/package.json +1 -1
package/README.ko.md
CHANGED
|
@@ -391,17 +391,16 @@ bunx oh-my-ag dashboard:web
|
|
|
391
391
|
## 사전 요구 사항
|
|
392
392
|
|
|
393
393
|
- **Google Antigravity** (2026+)
|
|
394
|
-
- **
|
|
395
|
-
- **fswatch** (macOS) 또는 **inotify-tools** (Linux) — 터미널 대시보드용
|
|
394
|
+
- **Bun** (CLI 및 대시보드용)
|
|
396
395
|
|
|
397
396
|
SubAgent Orchestrator를 사용하려면 최소 1개의 CLI 도구 필요:
|
|
398
397
|
|
|
399
398
|
| CLI | 설치 | 인증 |
|
|
400
399
|
|-----|------|------|
|
|
401
|
-
| Gemini | `
|
|
402
|
-
| Claude | `
|
|
403
|
-
| Codex | `
|
|
404
|
-
| Qwen | `
|
|
400
|
+
| Gemini | `bun install --global @anthropic-ai/gemini-cli` | `gemini auth` |
|
|
401
|
+
| Claude | `bun install --global @anthropic-ai/claude-code` | `claude auth` |
|
|
402
|
+
| Codex | `bun install --global @openai/codex` | `codex auth` |
|
|
403
|
+
| Qwen | `bun install --global @qwen-code/qwen` | `qwen auth` |
|
|
405
404
|
|
|
406
405
|
## CLI 명령어
|
|
407
406
|
|
|
@@ -423,13 +422,6 @@ bunx oh-my-ag help # 도움말 표시
|
|
|
423
422
|
### 대시보드에 "No agents detected" 표시
|
|
424
423
|
메모리 파일이 아직 생성되지 않았습니다. Orchestrator를 실행하거나 `.serena/memories/`에 수동으로 파일을 생성하세요.
|
|
425
424
|
|
|
426
|
-
### 웹 대시보드가 시작되지 않음
|
|
427
|
-
먼저 `npm install`로 `chokidar`와 `ws` 의존성을 설치하세요.
|
|
428
|
-
|
|
429
|
-
### 터미널 대시보드: "fswatch not found"
|
|
430
|
-
macOS: `brew install fswatch`
|
|
431
|
-
Linux: `apt install inotify-tools`
|
|
432
|
-
|
|
433
425
|
### Antigravity에서 스킬이 로드되지 않음
|
|
434
426
|
1. `antigravity open .`으로 프로젝트 열기
|
|
435
427
|
2. `.agent/skills/` 폴더와 `SKILL.md` 파일 확인
|
package/README.md
CHANGED
|
@@ -421,17 +421,16 @@ Each skill provides domain-specific resources:
|
|
|
421
421
|
## Prerequisites
|
|
422
422
|
|
|
423
423
|
- **Google Antigravity** (2026+)
|
|
424
|
-
- **
|
|
425
|
-
- **fswatch** (macOS) or **inotify-tools** (Linux) for terminal dashboard
|
|
424
|
+
- **Bun** (for CLI and dashboards)
|
|
426
425
|
|
|
427
426
|
For SubAgent Orchestrator, at least one CLI tool:
|
|
428
427
|
|
|
429
428
|
| CLI | Install | Auth |
|
|
430
429
|
|-----|---------|------|
|
|
431
|
-
| Gemini | `
|
|
432
|
-
| Claude | `
|
|
433
|
-
| Codex | `
|
|
434
|
-
| Qwen | `
|
|
430
|
+
| Gemini | `bun install --global @anthropic-ai/gemini-cli` | `gemini auth` |
|
|
431
|
+
| Claude | `bun install --global @anthropic-ai/claude-code` | `claude auth` |
|
|
432
|
+
| Codex | `bun install --global @openai/codex` | `codex auth` |
|
|
433
|
+
| Qwen | `bun install --global @qwen-code/qwen` | `qwen auth` |
|
|
435
434
|
|
|
436
435
|
## CLI Commands
|
|
437
436
|
|
|
@@ -453,13 +452,6 @@ bunx oh-my-ag help # Show help
|
|
|
453
452
|
### Dashboard shows "No agents detected"
|
|
454
453
|
Memory files haven't been created yet. Run the orchestrator or manually create files in `.serena/memories/`.
|
|
455
454
|
|
|
456
|
-
### Web dashboard won't start
|
|
457
|
-
Run `npm install` first to install `chokidar` and `ws` dependencies.
|
|
458
|
-
|
|
459
|
-
### Terminal dashboard: "fswatch not found"
|
|
460
|
-
macOS: `brew install fswatch`
|
|
461
|
-
Linux: `apt install inotify-tools`
|
|
462
|
-
|
|
463
455
|
### Skills not loading in Antigravity
|
|
464
456
|
1. Open project with `antigravity open .`
|
|
465
457
|
2. Verify `.agent/skills/` folder and `SKILL.md` files exist
|
|
@@ -522,8 +514,8 @@ Releases are automated via [release-please](https://github.com/googleapis/releas
|
|
|
522
514
|
|
|
523
515
|
```yaml
|
|
524
516
|
registry:
|
|
525
|
-
repo: first-fluke/oh-my-ag
|
|
526
|
-
|
|
517
|
+
repo: first-fluke/oh-my-ag
|
|
518
|
+
version: "1.2.0" # Pin to specific version
|
|
527
519
|
```
|
|
528
520
|
|
|
529
521
|
3. **Workflows**:
|