Files
codewhale/crates
macworkers faa759fb66 fix(prompts): mirror user language in reasoning and reply (#588)
All system prompts were English-only, causing DeepSeek V4 to reason
and respond in English even when users wrote in Chinese or other
languages.

Add a Language Mirror section to base.md and base.txt that instructs
the model to detect the user's primary language and use it for both
reasoning (thinking tokens) and the final reply.
2026-05-04 12:39:27 -07:00
..