- Co-Authored-By
- Claude Fable 5 <noreply@anthropic.com>
- Claude-Session
- https://claude.ai/code/session_01RfZq5s3rc6zpnBR75pTQaU
Link a trial's thread while the agent still runs
Deploy story
What this commit did to the running system — joined from the forge receipt chain, the part a commit page elsewhere cannot show.
Not deployed through the forge lane
No push, promotion, build, or deploy receipt references this commit (receipts are scanned over a bounded recent window). Changes shipped by full node replacement carry their proof in the release gate receipt instead.
Changed files
-
modified
bench/adapters/openagents_coder.py
Diff
1 file changed, +29 -9
bench/adapters/openagents_coder.py modified +29 -9
@@ -26,12 +26,15 @@ the trial's `trajectory.json`.
| 26 | 26 |
|
| 27 | 27 |
|
| 28 | 28 |
|
| 29 |
|
|
| 30 |
|
|
| 31 |
|
|
| 32 |
|
|
| 29 |
|
|
| 30 |
|
|
| 31 |
|
|
| 32 |
|
|
| 33 |
|
|
| 33 | 34 |
|
| 34 | 35 |
|
| 36 |
|
|
| 37 |
|
|
| 35 | 38 |
|
| 36 | 39 |
|
| 37 | 40 |
|
@@ -233,12 +236,26 @@ class OpenAgentsCoder(BaseInstalledAgent):
| 233 | 236 |
|
| 234 | 237 |
|
| 235 | 238 |
|
| 236 |
|
|
| 237 |
|
|
| 238 |
|
|
| 239 |
|
|
| 240 |
|
|
| 239 |
|
|
| 240 |
|
|
| 241 |
|
|
| 242 |
|
|
| 243 |
|
|
| 244 |
|
|
| 245 |
|
|
| 246 |
|
|
| 247 |
|
|
| 241 | 248 |
|
| 249 |
|
|
| 250 |
|
|
| 251 |
|
|
| 252 |
|
|
| 253 |
|
|
| 254 |
|
|
| 255 |
|
|
| 256 |
|
|
| 257 |
|
|
| 258 |
|
|
| 242 | 259 |
|
| 243 | 260 |
|
| 244 | 261 |
|