agent-orchestrator/packages
harshitsinghbhandari 3be86e7dd1 fix(web): address pr-review findings on #1352
Follow-up to the first round of review comments:

- Guard `document.fonts` add/removeEventListener with feature detection.
  Without the guard, environments where FontFaceSet doesn't expose
  EventTarget (jsdom test mocks, older browsers) threw a TypeError
  during xterm init and the terminal silently failed to attach.
- Update DirectTerminal.render.test.tsx mock so `document.fonts`
  exposes addEventListener/removeEventListener stubs, restoring
  happy-path coverage of the init code path.
- Export `resolveMonoFontFamily` and add unit tests covering:
  CSS var present (prepended to fallback), CSS var absent
  (fallback only), and the invariant that no `var(...)` token ever
  leaks into the output.
- Clarify in the docblock why we read `--font-jetbrains-mono` and
  deliberately avoid `--font-mono` (the latter re-wraps in `var(...)`
  and would re-introduce the bug).

Co-Authored-By: Claude Opus 4 <noreply@anthropic.com>
2026-04-20 04:57:28 +05:30
..
ao chore: bump all package versions to 0.2.5 (#1190) 2026-04-13 05:47:08 +05:30
cli fix(cli,core): reuse orchestrator sessions across ao start; fix dashboard id mismatch (#1075) 2026-04-19 13:12:28 +05:30
core fix(cli,core): reuse orchestrator sessions across ao start; fix dashboard id mismatch (#1075) 2026-04-19 13:12:28 +05:30
integration-tests fix: model missing activity evidence explicitly (#122) 2026-04-17 19:28:56 +05:30
plugins test: align codex gh wrapper assertion with dynamic PR parsing 2026-04-18 18:02:31 +05:30
web fix(web): address pr-review findings on #1352 2026-04-20 04:57:28 +05:30