mirror of
https://github.com/val1813/kwcode.git
synced 2026-09-03 06:34:30 +08:00
Fixes verified by running 28 bench tasks on VPS with 32B model: - TASK_TIMEOUT 300→600s: lets 32B complete 3x sampling + retry - _run_stub_decomposed restored: was accidentally truncated in v2.0.0 - max_retries 1→3 for SMALL tier: 7B models generate fast, need more attempts - bug_decomposed disabled: caused timeout on 32B, no benefit on 7B - REASONING_TOKEN_MULTIPLIER_SMALL confirmed at 3x (2x/1.5x truncates code) Results: 8/28 PASS (29%), same-task comparison 7/15 (47%) vs Round 46's 3/15 (20%) New PASS: t01, t03, t05, t40 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>