From 51da5df8fc70efc2febda238faeaeacb21713699 Mon Sep 17 00:00:00 2001 From: Adam Malczewski Date: Fri, 26 Jun 2026 19:52:47 +0900 Subject: feat(heartbeat): prompt editor modal + hours/minutes timer + backend handoff --- src/features/system-prompt/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/features/system-prompt/index.ts') diff --git a/src/features/system-prompt/index.ts b/src/features/system-prompt/index.ts index 7c77675..142d4b1 100644 --- a/src/features/system-prompt/index.ts +++ b/src/features/system-prompt/index.ts @@ -7,7 +7,7 @@ export type { SystemPromptVariablesResult, VariableGroup, } from "./logic/view-model"; -export { buildTag, groupVariables, insertTag } from "./logic/view-model"; +export { buildTag, groupVariables, insertTag, isDynamicVariable } from "./logic/view-model"; export { default as SystemPromptBuilder } from "./ui/SystemPromptBuilder.svelte"; /** Public module manifest — aggregated by the shell's "Loaded Modules" view. */ -- cgit v1.2.3