墨菲 (@ofeiss) 在 解决 ClaudeCode 执行 Bash 命令卡 Running 很久的问题 中发帖
各位佬好,我最近遇到了这个claude code 执行bash 命令时一直显示running 要很久的问题.即便只是一条node -v,pnpm -v这样最基础的命令都会卡很久到超时…
经过排查,是因为claude code 在执行 bash 时会搭配一条后台任务的请求去调用fast_small 模型询问关于你本次的对话是不是一个新主题,就像这样:
Analyze if this message indicates a new conversation topic. If it does, extract a 2-3 word title that captures the new topic. Format your response as a JSON object with two fields: 'isNewTopic' (boolean) and 'title' (strin...