From 394f1ed37ce860da6fdc385769bf29f9737105cd Mon Sep 17 00:00:00 2001 From: Adam Malczewski Date: Thu, 4 Jun 2026 21:21:20 +0900 Subject: chore: genesis — remove all files to rebuild from scratch (arch rewrite) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/lib/components/SystemPromptPanel.svelte | 61 ---------------------- 1 file changed, 61 deletions(-) delete mode 100644 packages/frontend/src/lib/components/SystemPromptPanel.svelte (limited to 'packages/frontend/src/lib/components/SystemPromptPanel.svelte') diff --git a/packages/frontend/src/lib/components/SystemPromptPanel.svelte b/packages/frontend/src/lib/components/SystemPromptPanel.svelte deleted file mode 100644 index d9039f4..0000000 --- a/packages/frontend/src/lib/components/SystemPromptPanel.svelte +++ /dev/null @@ -1,61 +0,0 @@ - - -
-
System Prompt
-

The base instructions sent to the AI at the start of every conversation. Tool descriptions are appended automatically. Changes are applied when you send your next message.

- - - - - -

Warning: changing the system prompt will reset the AI's prompt cache for active conversations, which may increase usage costs.

-
-- cgit v1.2.3