feat(gate): drop reasoning field from selection (~1.5s) #90
Reference in New Issue
Block a user
Delete Branch "feat/gate-drop-reasoning"
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?
Answer is now just {selectedNames} → ~1.5s (validated live), comfortable under the 8s gate budget. Completes the fast-selection tightening.
Even "<=8 words" was ignored — the model wrote a full-sentence reasoning, pushing begin_session to ~7s (thin under the 8s budget). The gate only needs the names, so request just {"selectedNames":[...]}. Validated live vs vllm-current (glm-4.6-reap-fast): 1.5s, valid JSON. (reasoning defaults to '' in extractSelection.) Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>