- Co-Authored-By
- Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Nest the latest 3 child activities under each delegate row
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
packages/openagents-cli/src/coder-ui.ts -
modified
packages/openagents-cli/test/coder-ui.test.ts
Diff
2 files changed, +19 -19
packages/openagents-cli/src/coder-ui.ts modified +11 -14
@@ -470,28 +470,25 @@ export function runCoderUi(session: CoderSession, options: CoderUiOptions): Prom
| 470 | 470 |
|
| 471 | 471 |
|
| 472 | 472 |
|
| 473 |
|
|
| 473 |
|
|
| 474 |
|
|
| 475 |
|
|
| 476 |
|
|
| 474 | 477 |
|
| 475 | 478 |
|
| 476 | 479 |
|
| 477 | 480 |
|
| 481 |
|
|
| 482 |
|
|
| 483 |
|
|
| 484 |
|
|
| 485 |
|
|
| 486 |
|
|
| 487 |
|
|
| 478 | 488 |
|
| 479 | 489 |
|
| 480 | 490 |
|
| 481 | 491 |
|
| 482 |
|
|
| 483 |
|
|
| 484 |
|
|
| 485 |
|
|
| 486 |
|
|
| 487 |
|
|
| 488 |
|
|
| 489 |
|
|
| 490 |
|
|
| 491 |
|
|
| 492 |
|
|
| 493 |
|
|
| 494 |
|
|
| 495 | 492 |
|
| 496 | 493 |
|
| 497 | 494 |
|
packages/openagents-cli/test/coder-ui.test.ts modified +8 -5
@@ -1001,9 +1001,12 @@ describe("the delegate preview inline under the tool call", () => {
| 1001 | 1001 |
|
| 1002 | 1002 |
|
| 1003 | 1003 |
|
| 1004 |
|
|
| 1005 |
|
|
| 1006 |
|
|
| 1004 |
|
|
| 1005 |
|
|
| 1006 |
|
|
| 1007 |
|
|
| 1008 |
|
|
| 1009 |
|
|
| 1007 | 1010 |
|
| 1008 | 1011 |
|
| 1009 | 1012 |
|
@@ -1012,7 +1015,7 @@ describe("the delegate preview inline under the tool call", () => {
| 1012 | 1015 |
|
| 1013 | 1016 |
|
| 1014 | 1017 |
|
| 1015 |
|
|
| 1018 |
|
|
| 1016 | 1019 |
|
| 1017 | 1020 |
|
| 1018 | 1021 |
|