- Co-Authored-By
- Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Move the fleet rows inline under the delegate tool call
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-fleet.ts -
modified
packages/openagents-cli/src/coder-ui.ts -
modified
packages/openagents-cli/test/coder-delegate.test.ts -
modified
packages/openagents-cli/test/coder-ui.test.ts
Diff
4 files changed, +28 -76
packages/openagents-cli/src/coder-fleet.ts modified -26
@@ -39,32 +39,6 @@ const MARKS: Record<CoderTaskStatus, string> = {
| 39 | 39 |
|
| 40 | 40 |
|
| 41 | 41 |
|
| 42 |
|
|
| 43 |
|
|
| 44 |
|
|
| 45 |
|
|
| 46 |
|
|
| 47 |
|
|
| 48 |
|
|
| 49 |
|
|
| 50 |
|
|
| 51 |
|
|
| 52 |
|
|
| 53 |
|
|
| 54 |
|
|
| 55 |
|
|
| 56 |
|
|
| 57 |
|
|
| 58 |
|
|
| 59 |
|
|
| 60 |
|
|
| 61 |
|
|
| 62 |
|
|
| 63 |
|
|
| 64 |
|
|
| 65 |
|
|
| 66 |
|
|
| 67 |
|
|
| 68 | 42 |
|
| 69 | 43 |
|
| 70 | 44 |
|
packages/openagents-cli/src/coder-ui.ts modified +25 -45
@@ -30,7 +30,7 @@
| 30 | 30 |
|
| 31 | 31 |
|
| 32 | 32 |
|
| 33 |
|
|
| 33 |
|
|
| 34 | 34 |
|
| 35 | 35 |
|
| 36 | 36 |
|
@@ -460,8 +460,26 @@ export function runCoderUi(session: CoderSession, options: CoderUiOptions): Prom
| 460 | 460 |
|
| 461 | 461 |
|
| 462 | 462 |
|
| 463 |
|
|
| 464 |
|
|
| 463 |
|
|
| 464 |
|
|
| 465 |
|
|
| 466 |
|
|
| 467 |
|
|
| 468 |
|
|
| 469 |
|
|
| 470 |
|
|
| 471 |
|
|
| 472 |
|
|
| 473 |
|
|
| 474 |
|
|
| 475 |
|
|
| 476 |
|
|
| 477 |
|
|
| 478 |
|
|
| 479 |
|
|
| 480 |
|
|
| 481 |
|
|
| 482 |
|
|
| 465 | 483 |
|
| 466 | 484 |
|
| 467 | 485 |
|
@@ -510,36 +528,6 @@ export function runCoderUi(session: CoderSession, options: CoderUiOptions): Prom
| 510 | 528 |
|
| 511 | 529 |
|
| 512 | 530 |
|
| 513 |
|
|
| 514 |
|
|
| 515 |
|
|
| 516 |
|
|
| 517 |
|
|
| 518 |
|
|
| 519 |
|
|
| 520 |
|
|
| 521 |
|
|
| 522 |
|
|
| 523 |
|
|
| 524 |
|
|
| 525 |
|
|
| 526 |
|
|
| 527 |
|
|
| 528 |
|
|
| 529 |
|
|
| 530 |
|
|
| 531 |
|
|
| 532 |
|
|
| 533 |
|
|
| 534 |
|
|
| 535 |
|
|
| 536 |
|
|
| 537 |
|
|
| 538 |
|
|
| 539 |
|
|
| 540 |
|
|
| 541 |
|
|
| 542 |
|
|
| 543 | 531 |
|
| 544 | 532 |
|
| 545 | 533 |
|
@@ -630,26 +618,18 @@ export function runCoderUi(session: CoderSession, options: CoderUiOptions): Prom
| 630 | 618 |
|
| 631 | 619 |
|
| 632 | 620 |
|
| 633 |
|
|
| 634 |
|
|
| 635 |
|
|
| 636 |
|
|
| 637 |
|
|
| 638 |
|
|
| 639 |
|
|
| 640 | 621 |
|
| 641 | 622 |
|
| 642 |
|
|
| 623 |
|
|
| 643 | 624 |
|
| 644 |
|
|
| 625 |
|
|
| 645 | 626 |
|
| 646 | 627 |
|
| 647 | 628 |
|
| 648 | 629 |
|
| 649 | 630 |
|
| 650 | 631 |
|
| 651 |
|
|
| 652 |
|
|
| 632 |
|
|
| 653 | 633 |
|
| 654 | 634 |
|
| 655 | 635 |
|
packages/openagents-cli/test/coder-delegate.test.ts modified -3
@@ -10,7 +10,6 @@ import {
| 10 | 10 |
|
| 11 | 11 |
|
| 12 | 12 |
|
| 13 |
|
|
| 14 | 13 |
|
| 15 | 14 |
|
| 16 | 15 |
|
@@ -330,7 +329,6 @@ describe("fleet rendering", () => {
| 330 | 329 |
|
| 331 | 330 |
|
| 332 | 331 |
|
| 333 |
|
|
| 334 | 332 |
|
| 335 | 333 |
|
| 336 | 334 |
|
@@ -344,7 +342,6 @@ describe("fleet rendering", () => {
| 344 | 342 |
|
| 345 | 343 |
|
| 346 | 344 |
|
| 347 |
|
|
| 348 | 345 |
|
| 349 | 346 |
|
| 350 | 347 |
|
packages/openagents-cli/test/coder-ui.test.ts modified +3 -2
@@ -980,8 +980,9 @@ describe("the delegate preview inline under the tool call", () => {
| 980 | 980 |
|
| 981 | 981 |
|
| 982 | 982 |
|
| 983 |
|
|
| 984 |
|
|
| 983 |
|
|
| 984 |
|
|
| 985 |
|
|
| 985 | 986 |
|
| 986 | 987 |
|
| 987 | 988 |
|