From 4c8df325801da77807c4b6084a414e9cf13477b4 Mon Sep 17 00:00:00 2001 From: "ellipsis-dev[bot]" <65095814+ellipsis-dev[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 19:53:23 +0000 Subject: [PATCH] Sync v1 REST client with API spec: add first_run_yaml --- src/lib/types.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/lib/types.ts b/src/lib/types.ts index b70bf04..e3f25d1 100644 --- a/src/lib/types.ts +++ b/src/lib/types.ts @@ -200,6 +200,9 @@ export interface AgentTemplate { export interface ListAgentTemplatesResponse { templates: AgentTemplate[] + // The verbatim config of the run-on-demand `recent-work-summary` template + // behind the dashboard's first-run CTA, served alongside the gallery. + first_run_yaml: string } export interface ListAgentRunsQuery {