Commit 3beb87a
fix: include result preview in child completion instruction
The instruction field is what actually reaches the parent through
the inbox→execution engine path. Previously it only said "check
its output with get_output()" with no preview, forcing an extra
tool call round-trip every time. Now the first 2000 chars of the
child's output are included inline.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent b641428 commit 3beb87a
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
287 | 287 | | |
288 | 288 | | |
289 | 289 | | |
| 290 | + | |
290 | 291 | | |
291 | 292 | | |
292 | 293 | | |
| |||
0 commit comments