agent-orchestrator/packages/cli/src/commands
prateek 9822aba4e0
fix: auto-detect free port in `ao init` instead of hardcoding 3000 (#120)
When port 3000 is occupied, `ao init` now scans upward (3001, 3002, ...)
until a free port is found. Applies to both interactive and --auto modes.
Uses the existing isPortAvailable() from web-dir.ts (now exported).

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-19 07:27:39 +05:30
..
dashboard.ts feat: configurable terminal server ports for multi-dashboard support (#113) 2026-02-19 04:00:19 +05:30
init.ts fix: auto-detect free port in `ao init` instead of hardcoding 3000 (#120) 2026-02-19 07:27:39 +05:30
open.ts feat: publish to npm under @composio scope (#32) 2026-02-15 04:28:57 +05:30
review-check.ts refactor: delegate CLI commands to core SessionManager (#88) 2026-02-18 14:30:17 +05:30
send.ts refactor: delegate CLI commands to core SessionManager (#88) 2026-02-18 14:30:17 +05:30
session.ts feat: implement session restore for crashed/exited agents (#104) 2026-02-19 01:12:57 +05:30
spawn.ts refactor: delegate CLI commands to core SessionManager (#88) 2026-02-18 14:30:17 +05:30
start.ts feat: configurable terminal server ports for multi-dashboard support (#113) 2026-02-19 04:00:19 +05:30
status.ts refactor: delegate CLI commands to core SessionManager (#88) 2026-02-18 14:30:17 +05:30