- Co-Authored-By
- Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
fix(coder-lite): set OPENAGENTS_API_KEY after device login
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
Diff
1 file changed, +8 -3
crates/coder-lite/src/interactive.rs modified +8 -3
@@ -272,7 +272,8 @@ async fn validate_token(origin: &str, token: &Secret) -> Result<(), Box<dyn std:
| 272 | 272 |
|
| 273 | 273 |
|
| 274 | 274 |
|
| 275 |
|
|
| 275 |
|
|
| 276 |
|
|
| 276 | 277 |
|
| 277 | 278 |
|
| 278 | 279 |
|
@@ -282,10 +283,14 @@ pub async fn do_login() -> Result<String, Box<dyn std::error::Error>> {
| 282 | 283 |
|
| 283 | 284 |
|
| 284 | 285 |
|
| 286 |
|
|
| 287 |
|
|
| 285 | 288 |
|
| 286 |
|
|
| 289 |
|
|
| 290 |
|
|
| 291 |
|
|
| 292 |
|
|
| 287 | 293 |
|
| 288 |
|
|
| 289 | 294 |
|
| 290 | 295 |
|
| 291 | 296 |
|