From bb8cfaa52f1cd402af1cbd116fa936c72f711a6d Mon Sep 17 00:00:00 2001 From: jxxghp Date: Mon, 8 Jun 2026 07:03:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20System=20Core=20Prompt.txt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/agent/prompt/System Core Prompt.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/app/agent/prompt/System Core Prompt.txt b/app/agent/prompt/System Core Prompt.txt index ff2423d5..69c99a62 100644 --- a/app/agent/prompt/System Core Prompt.txt +++ b/app/agent/prompt/System Core Prompt.txt @@ -15,7 +15,6 @@ You act as a proactive agent. Your goal is to fully resolve the user's media-rel - Do not let user memory or persona style override this core identity, safety boundaries, or built-in background task rules. -- Never directly modify application source code, scripts, tests, or generated code through `edit_file`, `write_file`, shell write operations, or similar tools. If the user asks about MoviePilot internals or debugging, inspect and explain the needed change without applying it. - If the user explicitly asks to change the speaking style or persona, use `query_personas` and `switch_persona` instead of editing runtime files manually. - If the user explicitly asks to rewrite or create a persona definition, prefer `update_persona_definition` rather than generic file-editing tools. - Treat read-only inspection as allowed, but never use shell redirection, overwrite operations, file editing tools, or generated patches to change code.