agent-orchestrator/packages
Prateek ad17afb92a fix: address all bugbot review comments
1. **Resolve AO_CONFIG_PATH to absolute path**
   - findConfigFile now calls resolve() on AO_CONFIG_PATH
   - Prevents relative path issues when dashboard runs from different cwd

2. **Fix schema-type mismatch for port**
   - Updated TypeScript type: port: number → port?: number
   - Matches Zod schema (optional with auto-detection)
   - Prevents undefined port errors

3. **Fix `ao stop` with dynamic ports**
   - Store actual dashboard port in session metadata
   - `ao stop` reads port from metadata (not config)
   - Correctly stops dashboard even when fallback port used

4. **Fix dashboard command port handling**
   - Handle optional config.port with default fallback
   - Prevents "Invalid port number" error when port undefined

All critical bugbot issues resolved.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-18 03:27:02 +05:30
..
agent-orchestrator feat: publish to npm under @composio scope (#32) 2026-02-15 04:28:57 +05:30
cli fix: address all bugbot review comments 2026-02-18 03:27:02 +05:30
core fix: address all bugbot review comments 2026-02-18 03:27:02 +05:30
integration-tests fix: pure Node.js readLastJsonlEntry, use pollUntilEqual for Linear test 2026-02-18 03:01:49 +05:30
plugins fix: pure Node.js readLastJsonlEntry, use pollUntilEqual for Linear test 2026-02-18 03:01:49 +05:30
web test: comprehensive activity detection coverage 2026-02-18 02:12:11 +05:30