agent-orchestrator/packages
Prateek 2bf48cec5e feat: auto-detect available terminal ports for zero-config multi-dashboard
When no terminal ports are configured (no config, no env vars),
buildDashboardEnv now probes for an available port pair starting at
14800. The second `ao start` automatically gets 14802/14803 (or the
next free pair), eliminating EADDRINUSE without any user configuration.

Port detection scans in steps of 2 to keep the pair consecutive.
Explicit config/env values bypass auto-detection entirely.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 03:38:21 +05:30
..
agent-orchestrator feat: publish to npm under @composio scope (#32) 2026-02-15 04:28:57 +05:30
cli feat: auto-detect available terminal ports for zero-config multi-dashboard 2026-02-19 03:38:21 +05:30
core fix: use optional() instead of default() for terminal port schema 2026-02-19 03:19:21 +05:30
integration-tests fix: dashboard config discovery + CLI service layer refactoring (#70) 2026-02-18 17:08:48 +05:30
plugins feat: first-class orchestrator session + file-based system prompt (#101) 2026-02-18 19:32:35 +05:30
web fix: move terminal server defaults from 3001/3003 to 14800/14801 2026-02-19 03:35:33 +05:30