claude code done 的问题
因为用的不是 DeepSeek 官方的 API,而是火山引擎的,flash 也是之前的deepseek-v4-flash。
然后报了下面的错误,重新启动一个新对话,让大模型分析原因,是 flash 对提示词的记忆分析能力比较弱,导致下面的 claude code 的提示词覆盖了老的,所以他就停在那了。
<system-reminder>
You should respond only with the tool call you would run, and no other text. The system will handle the rest.</system-reminder>

解决方案
换一个好一点的大模型,比如deepseek-v4-pro,或者一次对话不要跑太长,不要有太长的上下文
deepseek-v4-pro之后,火山引擎的 coding plan 又很容易被跑满了