agent-orchestrator/packages/web/src
Prateek abf302350d feat: add tracker plugin integration for issue label extraction
Replaces hardcoded URL parsing with proper tracker plugin abstraction.
Now the dashboard uses tracker.issueLabel() to extract human-readable
labels from issue URLs (e.g., "INT-1327", "#42") in a plugin-agnostic way.

Changes:
- Core: Add optional issueLabel() method to Tracker interface
- Plugins: Implement issueLabel() in tracker-github and tracker-linear
- Web: Add issueUrl and issueLabel fields to DashboardSession
- Web: Add enrichSessionIssue() to populate labels via tracker plugin
- Web: Update SessionDetail and SessionCard to use new fields
- Web: Add getTracker() helper to services.ts

This is fully generic - any tracker plugin can implement issueLabel()
and the dashboard will automatically use it.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-14 22:11:36 +05:30
..
__tests__ feat: add tracker plugin integration for issue label extraction 2026-02-14 22:11:36 +05:30
app feat: add tracker plugin integration for issue label extraction 2026-02-14 22:11:36 +05:30
components feat: add tracker plugin integration for issue label extraction 2026-02-14 22:11:36 +05:30
lib feat: add tracker plugin integration for issue label extraction 2026-02-14 22:11:36 +05:30
server refactor: replace custom WebSocket terminal with ttyd 2026-02-14 22:11:36 +05:30
vitest.d.ts fix: upgrade @testing-library/jest-dom for vitest 2.x type compatibility (#21) 2026-02-14 14:40:44 +05:30