Skip to content

Commit 5800e89

Browse files
committed
chore: drop the unrendered demo cards and fold the release notes back into one
1 parent 8d3676a commit 5800e89

8 files changed

Lines changed: 4 additions & 411 deletions

File tree

.server-changes/dashboard-agent-failed-turn-stays-in-history.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.server-changes/dashboard-agent.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,6 @@ Meet the dashboard agent: a chat in every environment that answers questions abo
99

1010
**Watch…** on a run, queue, error or the health report tells you when things change: a run finishes, a queue clears or grows past a number you pick, an error comes back, an environment recovers. The answer arrives in the chat and, if you want, by email, Slack or webhook — and the agent can look into bad news on its own.
1111

12+
The health report reads the same everywhere — dashboard, terminal, editor: same sections, same wording, and a marker instead of colour where colour isn't available. If a message to the agent fails, the chat says so and keeps saying so when you reopen it.
13+
1214
Separately: a queue's wait times, peak depth, throughput and throttling can now be read from the API, and the Docs button has been removed from page headers.

.server-changes/report-text-matches-the-card.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

apps/webapp/app/components/dashboard-agent/demo/components/DemoIntentBubble.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,9 @@ import {
66
import { Button } from "~/components/primitives/Buttons";
77
import { cn } from "~/utils/cn";
88
import { AgentStatusIcon } from "../../agent-badges";
9-
import { ChatNote, ChatStatusLine } from "../../chat-layout";
9+
import { ChatStatusLine } from "../../chat-layout";
1010
import type { DemoIntent } from "../fixtures/intents";
1111

12-
export const DemoNote = ChatNote;
13-
1412
export function DemoIntentBubble({
1513
intent,
1614
onIntercept,

apps/webapp/app/components/dashboard-agent/demo/components/DemoInvestigationCard.tsx

Lines changed: 0 additions & 190 deletions
This file was deleted.

apps/webapp/app/components/dashboard-agent/demo/components/DemoSuggestedPromptsRow.tsx

Lines changed: 0 additions & 119 deletions
This file was deleted.

0 commit comments

Comments
 (0)