agent-orchestrator/packages
Prateek 638961e1a2 fix(web): remove duplicate serialize import and clarify stale-data banner copy
- Remove redundant `import { computeStats } from "../serialize"` at line 983
  (computeStats was already in the top-level import block at line 23); this
  was the root cause of all three CI failures (Lint, Typecheck, Fresh Onboarding)

- Update Dashboard rate-limit banner from "GitHub API rate limited" to
  "PR data may be unavailable" — the banner also fires when server-side
  PR enrichment times out ("Data not loaded"), not only when the GitHub API
  is rate-limited, so the original copy was factually misleading for that case

- Update test assertions to match the new banner copy

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-27 19:01:32 +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 (#120) 2026-02-19 07:27:39 +05:30
core feat(web): redesign dashboard, session detail, and orchestrator terminal (#125) 2026-02-20 18:43:57 +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(web): remove duplicate serialize import and clarify stale-data banner copy 2026-02-27 19:01:32 +05:30