- Co-Authored-By
- Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Fix delegate tool box rendering.
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
crates/coder-lite/src/interactive.rs -
modified
crates/coder-lite/src/tui.rs -
modified
crates/coder-lite/tests/tool_box.rs
Diff
3 files changed, +21 -21
crates/coder-lite/src/interactive.rs modified +7 -5
@@ -86,27 +86,29 @@ pub async fn run_tui() -> Result<(), Box<dyn std::error::Error>> {
| 86 | 86 |
|
| 87 | 87 |
|
| 88 | 88 |
|
| 89 |
|
|
| 89 |
|
|
| 90 | 90 |
|
| 91 | 91 |
|
| 92 | 92 |
|
| 93 | 93 |
|
| 94 |
|
|
| 94 |
|
|
| 95 | 95 |
|
| 96 | 96 |
|
| 97 | 97 |
|
| 98 | 98 |
|
| 99 | 99 |
|
| 100 | 100 |
|
| 101 |
|
|
| 102 |
|
|
| 101 |
|
|
| 102 |
|
|
| 103 | 103 |
|
| 104 | 104 |
|
| 105 | 105 |
|
| 106 | 106 |
|
| 107 | 107 |
|
| 108 | 108 |
|
| 109 |
|
|
| 109 |
|
|
| 110 |
|
|
| 111 |
|
|
| 110 | 112 |
|
| 111 | 113 |
|
| 112 | 114 |
|
crates/coder-lite/src/tui.rs modified +13 -11
@@ -101,7 +101,8 @@ pub enum Role {
| 101 | 101 |
|
| 102 | 102 |
|
| 103 | 103 |
|
| 104 |
|
|
| 104 |
|
|
| 105 |
|
|
| 105 | 106 |
|
| 106 | 107 |
|
| 107 | 108 |
|
@@ -327,24 +328,25 @@ impl CoderUi {
| 327 | 328 |
|
| 328 | 329 |
|
| 329 | 330 |
|
| 330 |
|
|
| 331 |
|
|
| 331 |
|
|
| 332 |
|
|
| 332 | 333 |
|
| 333 | 334 |
|
| 334 | 335 |
|
| 335 |
|
|
| 336 |
|
|
| 336 | 337 |
|
| 337 | 338 |
|
| 338 | 339 |
|
| 339 |
|
|
| 340 |
|
|
| 341 |
|
|
| 342 |
|
|
| 340 |
|
|
| 341 |
|
|
| 342 |
|
|
| 343 |
|
|
| 344 |
|
|
| 343 | 345 |
|
| 344 |
|
|
| 345 |
|
|
| 346 |
|
|
| 347 |
|
|
| 346 | 348 |
|
| 347 |
|
|
| 349 |
|
|
| 348 | 350 |
|
| 349 | 351 |
|
| 350 | 352 |
|
crates/coder-lite/tests/tool_box.rs modified +1 -5
@@ -8,11 +8,7 @@ fn renders_delegate_tool_call_and_five_line_box() {
| 8 | 8 |
|
| 9 | 9 |
|
| 10 | 10 |
|
| 11 |
|
|
| 12 |
|
|
| 13 |
|
|
| 14 |
|
|
| 15 |
|
|
| 11 |
|
|
| 16 | 12 |
|
| 17 | 13 |
|
| 18 | 14 |
|