- Co-Authored-By
- Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Limit `delegate` to one tool call per user turn.
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
Diff
1 file changed, +10 -0
crates/coder-lite/src/runtime.rs modified +10
@@ -3,6 +3,7 @@
| 3 | 3 |
|
| 4 | 4 |
|
| 5 | 5 |
|
| 6 |
|
|
| 6 | 7 |
|
| 7 | 8 |
|
| 8 | 9 |
|
@@ -61,12 +62,19 @@ impl CoderRuntimeSession {
| 61 | 62 |
|
| 62 | 63 |
|
| 63 | 64 |
|
| 65 |
|
|
| 64 | 66 |
|
| 65 | 67 |
|
| 68 |
|
|
| 69 |
|
|
| 70 |
|
|
| 71 |
|
|
| 72 |
|
|
| 66 | 73 |
|
| 67 | 74 |
|
| 68 | 75 |
|
| 69 | 76 |
|
| 77 |
|
|
| 70 | 78 |
|
| 71 | 79 |
|
| 72 | 80 |
|