Skip to content

fix: try-finally in probeStreamForErrors + urlPrompt stale closure re… #238

fix: try-finally in probeStreamForErrors + urlPrompt stale closure re…

fix: try-finally in probeStreamForErrors + urlPrompt stale closure re… #238

Triggered via push April 10, 2026 08:46
Status Failure
Total duration 36s
Artifacts

ci.yml

on: push
Lint, Typecheck & Test
33s
Lint, Typecheck & Test
Docker Build & Push
0s
Docker Build & Push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Lint, Typecheck & Test: app/lib/.server/llm/stream-text.ts#L839
Expected line before comment
Lint, Typecheck & Test: app/lib/.server/llm/stream-text.ts#L827
Expected a block comment instead of consecutive line comments
Lint, Typecheck & Test: app/lib/.server/llm/stream-text.ts#L790
Replace `⏎··········(m)·=>·m.name·!==·modelDetails.name,⏎········` with `(m)·=>·m.name·!==·modelDetails.name`
Lint, Typecheck & Test: app/lib/.server/llm/stream-text.ts#L785
Replace `(m)·=>·m.provider·===·provider.name·&&·m.name·!==·modelDetails.name,⏎······` with `.filter((m)·=>·m.provider·===·provider.name·&&·m.name·!==·modelDetails.name`
Lint, Typecheck & Test: app/lib/.server/llm/stream-text.ts#L784
Replace `.getModelList().filter(` with `⏎········.getModelList()`
Lint, Typecheck & Test: app/lib/.server/llm/stream-text.ts#L780
Expected a block comment instead of consecutive line comments
Lint, Typecheck & Test: app/lib/.server/llm/stream-text.ts#L777
'effectiveFallbackRoute' is never reassigned. Use 'const' instead
Lint, Typecheck & Test: app/lib/.server/llm/stream-text.ts#L754
Expected a block comment instead of consecutive line comments
Lint, Typecheck & Test: app/lib/.server/llm/stream-text.ts#L739
Expected a block comment instead of consecutive line comments
Lint, Typecheck & Test: app/lib/.server/llm/stream-text.ts#L736
Replace `⏎····streamResult:·Awaited<ReturnType<typeof·_streamText>>,⏎··` with `streamResult:·Awaited<ReturnType<typeof·_streamText>>`