fix(cli): status probe accepts reasoning_content for thinking models #62
Reference in New Issue
Block a user
Delete Branch "fix/status-probe-reasoning-content"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Live deploy of #61 showed qwen3-thinking failing the new probe with `✗ empty content` because it spends its 8-token budget on the reasoning trace before emitting any `content`. Fix: bump max_tokens, recognize `reasoning_content` as a liveness signal, and tighten the prompt.
Test plan
🤖 Generated with Claude Code