Qwen 3.6 27B in Claude Code says it will do something then stops and prompts for user reply (not failing a tool call)
I'm running Qwen/Qwen3.6-27B-FP8 via vLLM using this command: vllm serve Qwen/Qwen3.6-27B-FP8 –tensor-parallel-size 4 –gpu-memory-utilization 0.95 –max-num-seqs 8 \ –enable-auto-tool-choice –tool-call-parser qwen3_xml \ –enable-prefix-cachin…