agent-orchestrator/packages
Prateek 287a9cdab3 fix: auto-detect free port in `ao init` instead of hardcoding 3000
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:20 +05:30
..
agent-orchestrator feat: publish to npm under @composio scope (#32) 2026-02-15 04:28:57 +05:30
cli fix: auto-detect free port in `ao init` instead of hardcoding 3000 2026-02-19 07:27:20 +05:30
core feat: configurable terminal server ports for multi-dashboard support (#113) 2026-02-19 04:00:19 +05:30
integration-tests fix: dashboard config discovery + CLI service layer refactoring (#70) 2026-02-18 17:08:48 +05:30
plugins fix: destroy old runtime before restore, cleanup clone on failure (#109) 2026-02-19 01:35:49 +05:30
web fix: tab title followups — empty name guard, dedupe truncation (#121) 2026-02-19 07:12:32 +05:30