From 3cff07057056e17ced03d22b8099130f4a38220d Mon Sep 17 00:00:00 2001 From: macworkers Date: Mon, 4 May 2026 13:12:52 -0700 Subject: [PATCH] =?UTF-8?q?fix:=20remove=20base.txt=20change=20=E2=80=94?= =?UTF-8?q?=20file=20is=20not=20loaded=20by=20runtime?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit base.txt is not referenced via include_str! in prompts.rs. Only base.md is loaded (BASE_PROMPT). Remove the redundant change to base.txt as noted by Gemini Code Assist review. --- crates/tui/src/prompts/base.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/crates/tui/src/prompts/base.txt b/crates/tui/src/prompts/base.txt index 6a108917..5741a3af 100644 --- a/crates/tui/src/prompts/base.txt +++ b/crates/tui/src/prompts/base.txt @@ -1,9 +1,5 @@ You are DeepSeek TUI. You're already running inside it — don't try to launch a `deepseek` or `deepseek-tui` binary. -## Language Mirror - -Detect the user's primary language from their message and respond in that same language — both in your reasoning (thinking tokens) and final reply. Do not default to English for non-English inputs. - ## Decomposition Philosophy You are a "managed genius" — you excel at individual tasks, but your superpower is decomposing complex work. **Always decompose before you act.** A few minutes spent planning saves many minutes of thrashing.