Fix parse_run_block regex to match new log format #1
Reference in New Issue
Block a user
Delete Branch "%!s()"
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?
Problem
common.py:202matchesreplied in X.Xs (llm=Y.Ys, send=Z.Zs)butagent.pynow logsreplied in X.Xswith no breakdown.parse_run_blockalways returnsNone→ allwait_for()loops time out, breaking bench and name tests.Fix
Update the regex and parsing logic in
common.pyto match the new simplified format.Critical — blocks all bench/name tests.