fix(site): filter build timeline events by agent ID by mafredri · Pull Request #21831 · coder/coder

mafredri

mafredri

mafredri

@mafredri

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

@mafredri mafredri marked this pull request as ready for review

February 2, 2026 11:11

DanielleMaywood

DanielleMaywood

@mafredri

@mafredri

DanielleMaywood