feat(coder): wire real thread grant token and proxy URL parsing for Coder inference
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/openagents-cli/src/runtime.rs
Diff
1 file changed, +21 -18
crates/openagents-cli/src/runtime.rs modified +21 -18
@@ -60,6 +60,8 @@ impl Lane {
| 60 | 60 |
|
| 61 | 61 |
|
| 62 | 62 |
|
| 63 |
|
|
| 64 |
|
|
| 63 | 65 |
|
| 64 | 66 |
|
| 65 | 67 |
|
@@ -139,27 +141,34 @@ impl CoderRuntimeSession {
| 139 | 141 |
|
| 140 | 142 |
|
| 141 | 143 |
|
| 144 |
|
|
| 142 | 145 |
|
| 143 |
|
|
| 144 | 146 |
|
| 145 | 147 |
|
| 146 | 148 |
|
| 147 | 149 |
|
| 148 | 150 |
|
| 149 | 151 |
|
| 150 |
|
|
| 151 |
|
|
| 152 |
|
|
| 153 |
|
|
| 154 |
|
|
| 155 |
|
|
| 156 |
|
|
| 157 |
|
|
| 158 |
|
|
| 152 |
|
|
| 153 |
|
|
| 154 |
|
|
| 155 |
|
|
| 156 |
|
|
| 157 |
|
|
| 158 |
|
|
| 159 |
|
|
| 160 |
|
|
| 161 |
|
|
| 162 |
|
|
| 163 |
|
|
| 164 |
|
|
| 165 |
|
|
| 159 | 166 |
|
| 160 | 167 |
|
| 161 | 168 |
|
| 162 | 169 |
|
| 170 |
|
|
| 171 |
|
|
| 163 | 172 |
|
| 164 | 173 |
|
| 165 | 174 |
|
@@ -194,14 +203,8 @@ impl CoderRuntimeSession {
| 194 | 203 |
|
| 195 | 204 |
|
| 196 | 205 |
|
| 197 |
|
|
| 198 |
|
|
| 199 |
|
|
| 200 |
|
|
| 201 |
|
|
| 202 |
|
|
| 203 | 206 |
|
| 204 |
|
|
| 207 |
|
|
| 205 | 208 |
|
| 206 | 209 |
|
| 207 | 210 |
|
@@ -218,7 +221,7 @@ impl CoderRuntimeSession {
| 218 | 221 |
|
| 219 | 222 |
|
| 220 | 223 |
|
| 221 |
|
|
| 224 |
|
|
| 222 | 225 |
|
| 223 | 226 |
|
| 224 | 227 |
|