Commit 1f75d66
committed
fix(sync): CI fallout from the 301-commit merge (2 cross-feature gaps)
1. conversation_loop.py non-retryable fail-fast (#366) returned
str(api_error) — a 403 Cloudflare body is ~60 KB of raw HTML that
leaked into result['error'] and got delivered to chat. Our fail-fast
path predates upstream's 'summarize non-retryable error' fix; return
the already-computed _nr_summary instead (matches the other
non-retryable paths). Fixes test_nonretryable_error_html_summary.
2. test_setup_blank_slate expected the upstream baseline tool set; our
fork's repo_map (#320) lives in the file toolset so blank-slate
includes it. Added repo_map to the expected set with a note.1 parent 8d67f40 commit 1f75d66
2 files changed
Lines changed: 11 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3133 | 3133 | | |
3134 | 3134 | | |
3135 | 3135 | | |
3136 | | - | |
| 3136 | + | |
| 3137 | + | |
| 3138 | + | |
| 3139 | + | |
| 3140 | + | |
| 3141 | + | |
3137 | 3142 | | |
3138 | 3143 | | |
3139 | 3144 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
60 | | - | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
61 | 64 | | |
62 | 65 | | |
63 | 66 | | |
| |||
0 commit comments