- Co-Authored-By
- Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Move the CLI status line back under the composer
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, +13 -13
packages/openagents-cli/src/coder-ui.ts modified +6 -3
@@ -681,8 +681,6 @@ export function runCoderUi(session: CoderSession, options: CoderUiOptions): Prom
| 681 | 681 |
|
| 682 | 682 |
|
| 683 | 683 |
|
| 684 |
|
|
| 685 |
|
|
| 686 | 684 |
|
| 687 | 685 |
|
| 688 | 686 |
|
@@ -711,9 +709,14 @@ export function runCoderUi(session: CoderSession, options: CoderUiOptions): Prom
| 711 | 709 |
|
| 712 | 710 |
|
| 713 | 711 |
|
| 712 |
|
|
| 713 |
|
|
| 714 |
|
|
| 715 |
|
|
| 716 |
|
|
| 714 | 717 |
|
| 715 | 718 |
|
| 716 |
|
|
| 719 |
|
|
| 717 | 720 |
|
| 718 | 721 |
|
| 719 | 722 |
|
packages/openagents-cli/test/coder-ui.test.ts modified +7 -10
@@ -860,17 +860,14 @@ describe("the transcript's marker column", () => {
| 860 | 860 |
|
| 861 | 861 |
|
| 862 | 862 |
|
| 863 |
|
|
| 863 |
|
|
| 864 | 864 |
|
| 865 |
|
|
| 866 |
|
|
| 867 |
|
|
| 868 |
|
|
| 869 |
|
|
| 870 |
|
|
| 871 |
|
|
| 872 |
|
|
| 873 |
|
|
| 865 |
|
|
| 866 |
|
|
| 867 |
|
|
| 868 |
|
|
| 869 |
|
|
| 870 |
|
|
| 874 | 871 |
|
| 875 | 872 |
|
| 876 | 873 |
|