fix(site): filter build timeline events by agent ID by mafredri · Pull Request #21831 · coder/coder
When a workspace has multiple agents (e.g., main + devcontainer), the build timeline was showing all events duplicated under each agent instead of filtering by the agent they belong to. Added agentId to the Stage type and filter timings by workspace_agent_id so each agent section only shows its own events. Fixes #18002
mafredri
marked this pull request as ready for review
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters