agent-orchestrator/packages
Ashish Huddar 16aa089b91 fix(web): link passing CI check chips to their check run URL
Passing CI check chips in the session kanban card were rendered as
plain <span> elements, so clicking them did nothing even though
check.url was available in DashboardCICheck. Wrap each chip in an
<a> tag when check.url is present, matching the pattern already
used by CICheckList in CIBadge.tsx. Stop click propagation so the
chip click does not bubble up to the card's navigation handler.

Also fix a pre-existing broken test from #1218 that still expected
the old terminal link href without the #session-terminal-section
anchor, which was blocking the test suite.

Fixes #1209
2026-04-13 23:46:48 +05:30
..
ao chore: bump all package versions to 0.2.5 (#1190) 2026-04-13 05:47:08 +05:30
cli Merge pull request #1180 from yyovil/add/type-resolution 2026-04-13 19:56:36 +05:30
core Merge pull request #1180 from yyovil/add/type-resolution 2026-04-13 19:56:36 +05:30
integration-tests fix: scope node types to node packages 2026-04-13 18:25:21 +05:30
plugins Merge pull request #1180 from yyovil/add/type-resolution 2026-04-13 19:56:36 +05:30
web fix(web): link passing CI check chips to their check run URL 2026-04-13 23:46:48 +05:30