fix(batch_runner): mark discarded no-reasoning prompts as completed (#9950)

Cherry-picked from PR #10005 by @houziershi.

Discarded prompts (has_any_reasoning=False) were skipped by `continue`
before being added to completed_in_batch. On --resume they were retried
forever. Now they are added to completed_in_batch before the continue.

- Added AUTHOR_MAP entry for @houziershi

Closes #9950
This commit is contained in:
houguokun 2026-04-20 04:55:21 -07:00 committed by Teknium
parent 7242afaa5f
commit 6cdab70320
3 changed files with 32 additions and 1 deletions

View file

@ -174,6 +174,7 @@ AUTHOR_MAP = {
"1115117931@qq.com": "aaronagent",
"1506751656@qq.com": "hqhq1025",
"364939526@qq.com": "luyao618",
"hgk324@gmail.com": "houziershi",
"906014227@qq.com": "bingo906",
"aaronwong1999@icloud.com": "AaronWong1999",
"agents@kylefrench.dev": "DeployFaith",