- Co-Authored-By
- Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Tighten identity and trim trailing blank lines in coder-lite.
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/runtime.rs -
modified
crates/coder-lite/src/tui.rs
Diff
2 files changed, +7 -3
crates/coder-lite/src/runtime.rs modified +3 -1
@@ -5,6 +5,8 @@ use openresponses_rust::{CreateResponseBody, Input, Item, StreamingClient, Strea
| 5 | 5 |
|
| 6 | 6 |
|
| 7 | 7 |
|
| 8 |
|
|
| 9 |
|
|
| 8 | 10 |
|
| 9 | 11 |
|
| 10 | 12 |
|
@@ -22,7 +24,7 @@ impl CoderRuntimeSession {
| 22 | 24 |
|
| 23 | 25 |
|
| 24 | 26 |
|
| 25 |
|
|
| 27 |
|
|
| 26 | 28 |
|
| 27 | 29 |
|
| 28 | 30 |
|