From 1f2b5764e4e558b7fc9ab2515a1b6e6dccf306a9 Mon Sep 17 00:00:00 2001 From: Adam Malczewski Date: Fri, 26 Jun 2026 21:15:08 +0900 Subject: feat(heartbeat): default system prompt to workspace default + reset button --- src/app/App.svelte | 1 + 1 file changed, 1 insertion(+) (limited to 'src/app') diff --git a/src/app/App.svelte b/src/app/App.svelte index f9fecc7..7ad8733 100644 --- a/src/app/App.svelte +++ b/src/app/App.svelte @@ -681,6 +681,7 @@ loadRuns={loadHeartbeatRuns} stopRun={stopHeartbeatRun} loadVariables={loadSystemPromptVariablesPrompt} + loadDefaultPrompt={loadSystemPromptPrompt} onOpenRun={(run) => (heartbeatRun = run)} /> {/if} -- cgit v1.2.3