From ad7c4c1d647122977febf29e140f4c899fa68d81 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:36 +0000 Subject: [PATCH] Sync v1 REST client: add first_run_yaml to ListAgentTemplatesResponse --- src/lib/types.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/lib/types.ts b/src/lib/types.ts index b70bf04..9b82686 100644 --- a/src/lib/types.ts +++ b/src/lib/types.ts @@ -200,6 +200,10 @@ export interface AgentTemplate { export interface ListAgentTemplatesResponse { templates: AgentTemplate[] + // The verbatim config of the run-on-demand template behind the dashboard's + // first-run CTA (`recent-work-summary`), served with the gallery so the hero + // can show the exact agent it starts. + first_run_yaml: string } export interface ListAgentRunsQuery {