- Co-Authored-By
- Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Each tool call gets its own block; no more overwriting the previous tool.
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/runtime.rs
Diff
2 files changed, +5 -24
crates/coder-lite/src/interactive.rs modified +5 -18
@@ -83,24 +83,11 @@ pub async fn run_tui() -> Result<(), Box<dyn std::error::Error>> {
| 83 | 83 |
|
| 84 | 84 |
|
| 85 | 85 |
|
| 86 |
|
|
| 87 |
|
|
| 88 |
|
|
| 89 |
|
|
| 90 |
|
|
| 91 |
|
|
| 92 |
|
|
| 93 |
|
|
| 94 |
|
|
| 95 |
|
|
| 96 |
|
|
| 97 |
|
|
| 98 |
|
|
| 99 |
|
|
| 100 |
|
|
| 101 |
|
|
| 102 |
|
|
| 103 |
|
|
| 86 |
|
|
| 87 |
|
|
| 88 |
|
|
| 89 |
|
|
| 90 |
|
|
| 104 | 91 |
|
| 105 | 92 |
|
| 106 | 93 |
|
crates/coder-lite/src/runtime.rs modified -6
@@ -125,12 +125,6 @@ impl CoderRuntimeSession {
| 125 | 125 |
|
| 126 | 126 |
|
| 127 | 127 |
|
| 128 |
|
|
| 129 |
|
|
| 130 |
|
|
| 131 |
|
|
| 132 |
|
|
| 133 |
|
|
| 134 | 128 |
|
| 135 | 129 |
|
| 136 | 130 |
|