agent-orchestrator/packages/web
Prateek 3355828473 fix: address all bugbot review comments
1. PORT environment variable for Next.js
   - Update dev:next script to use -p flag with PORT env var
   - Ensures Next.js dev server uses correct port

2. Resource leak in isPortAvailable
   - Close server on error to prevent resource leak
   - Previously only closed server on success

3. ao dashboard missing AO_CONFIG_PATH
   - Pass config path via AO_CONFIG_PATH environment variable
   - Ensures WebSocket servers load same config as ao start

4. Dashboard port metadata not updated for existing sessions
   - Update metadata.dashboardPort when orchestrator already exists
   - Ensures ao stop finds correct port for running dashboard

5. Stop command leaves terminal servers as orphans
   - Kill processes on ports 3001, 3003 in addition to dashboard port
   - Prevents orphaned WebSocket servers after ao stop

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-18 03:27:29 +05:30
..
e2e feat: seamless onboarding with enhanced documentation (#66) 2026-02-16 22:22:13 +05:30
screenshots feat: implement web dashboard with attention-zone UI and API routes (#1) 2026-02-14 14:26:59 +05:30
server feat: seamless onboarding with enhanced documentation (#66) 2026-02-16 22:22:13 +05:30
src test: comprehensive activity detection coverage 2026-02-18 02:12:11 +05:30
.env.local.example feat: implement DirectTerminal with XDA clipboard support (#55) 2026-02-16 04:34:15 +05:30
.gitignore feat: implement DirectTerminal with XDA clipboard support (#55) 2026-02-16 04:34:15 +05:30
next-env.d.ts feat: implement web dashboard with attention-zone UI and API routes (#1) 2026-02-14 14:26:59 +05:30
next.config.js feat: publish to npm under @composio scope (#32) 2026-02-15 04:28:57 +05:30
package.json fix: address all bugbot review comments 2026-02-18 03:27:29 +05:30
postcss.config.mjs feat: implement web dashboard with attention-zone UI and API routes (#1) 2026-02-14 14:26:59 +05:30
tsconfig.json fix: resolve dashboard GitHub API rate limiting and PR enrichment (#37) 2026-02-15 04:14:54 +05:30
vitest.config.ts feat: implement web dashboard with attention-zone UI and API routes (#1) 2026-02-14 14:26:59 +05:30