@@ -93,6 +93,29 @@ trusted for advice.
9393filtered page), TRQL data questions with live charts, deploy correlation
9494("did the last deploy cause this?"), docs answers with source links.
9595
96+ ## The full toolbox — what's convenient to do through the agent
97+
98+ Everything it can reach, phrased as things you'd actually say. ⭐ = the
99+ scenarios worth trying first.
100+
101+ | Say | It does |
102+ | --- | --- |
103+ | ⭐ "Why did this run fail?" / * Investigate* | full investigation card with tested hypotheses and cited evidence |
104+ | ⭐ "Tell me when the backlog drains" / "…when this run starts" | durable watch that wakes the chat (and emails you, if subscribed) |
105+ | ⭐ "Is anything wrong right now?" | the deterministic health report as a card |
106+ | ⭐ "Show me the failing code" (repo connected) | reads your source at the run's deployed commit, cites file: line |
107+ | "Where am I?" / "what is this page showing?" | explains the current page — it always knows where you are |
108+ | "Take me to the email-sends queue" / "show failed runs from the last 24h" | navigates the dashboard for you, filters applied |
109+ | "What happened to run_abc?" / "show its timeline" | run details and its trace, span by span |
110+ | "What errors are recurring?" / "how widespread is this one?" | error groups, counts, first/last seen |
111+ | "What's queued right now, and why isn't it moving?" | queue depth, throughput, limiting cause, drain estimate |
112+ | "How many runs failed yesterday, by task?" / "chart it" | TRQL query over your run data, rendered as a live chart |
113+ | "What's deployed right now?" / "did the last deploy cause this?" | deploy list, current version, run→commit correlation |
114+ | "What tasks does this project have?" | the task list with file paths |
115+ | "How do retries work?" / "how do I set a concurrency limit?" | docs answer with source links |
116+ | "What alerts do I have?" / "turn off the email alert" | lists and manages your watch-fire subscriptions |
117+ | "This looks broken, can you flag it to support?" | files the context to the support channel |
118+
96119## Where the UI got updates
97120
98121- ** Chat button (page header)** — unread dot when a watch woke a chat you
0 commit comments