agent-orchestrator/packages
Prateek f9fbe92cda fix: correct default terminal ports, deduplicate API log parsing, fix test lint
- dashboard-manager.ts: fix NEXT_PUBLIC_TERMINAL_PORT defaults from 3001/3003
  to 14800/14801 to match the canonical defaults in web-dir.ts
- log-reader.ts: extract ApiLogEntry type and parseApiLogs() function to core
  so CLI and web packages share one implementation instead of two
- perf-utils.ts: loadRequests() delegates to core parseApiLogs() (no more
  duplicated parsing loop)
- perf-utils.test.ts: update mock to include parseApiLogs delegating to
  mockReadLogsFromDir; add sessionId to toEqual expectation
- client-logger.test.ts: remove useless constructor from ThrowingObserver class
- request-logger.test.ts: replace forbidden typeof import() type annotations
  with proper import type at the top of the file

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-20 19:34:33 +05:30
..
agent-orchestrator feat: publish to npm under @composio scope (#32) 2026-02-15 04:28:57 +05:30
cli fix: correct default terminal ports, deduplicate API log parsing, fix test lint 2026-02-20 19:34:33 +05:30
core fix: correct default terminal ports, deduplicate API log parsing, fix test lint 2026-02-20 19:34:33 +05:30
integration-tests feat(web): redesign dashboard, session detail, and orchestrator terminal (#125) 2026-02-20 18:43:57 +05:30
plugins feat(web): redesign dashboard, session detail, and orchestrator terminal (#125) 2026-02-20 18:43:57 +05:30
web fix: correct default terminal ports, deduplicate API log parsing, fix test lint 2026-02-20 19:34:33 +05:30