Compare commits

...

2 Commits

Author SHA1 Message Date
diegosouzapw
09cb0766f8 fix(sse): pin the ok variant of the non-streaming leg result in chatCore 2026-09-07 10:45:01 -03:00
diegosouzapw
4826fd313a style(sse): apply prettier to chatCore.ts (landed unformatted in #12867) 2026-09-07 10:30:30 -03:00
3 changed files with 1498 additions and 1482 deletions

View File

@@ -0,0 +1 @@
- Restore the API-route typecheck gate: the non-streaming leg result lost its discriminated-union narrowing after the server-owned tool loop reassignment, producing 13 new TS2339 diagnostics in `chatCore.ts`.

View File

@@ -215,11 +215,6 @@
"count": 1
}
},
"open-sse/handlers/chatCore.ts": {
"@typescript-eslint/no-unused-vars": {
"count": 26
}
},
"open-sse/handlers/chatCore/executorHelpers.ts": {
"@typescript-eslint/no-unused-vars": {
"count": 1

File diff suppressed because it is too large Load Diff