Skip to content

fix: add config-only anti-pattern guard to system prompt to prevent s… #231

fix: add config-only anti-pattern guard to system prompt to prevent s…

fix: add config-only anti-pattern guard to system prompt to prevent s… #231

Triggered via push April 8, 2026 00:13
Status Failure
Total duration 38s
Artifacts

ci.yml

on: push
Lint, Typecheck & Test
34s
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#L837
Expected line before comment
Lint, Typecheck & Test: app/lib/.server/llm/stream-text.ts#L825
Expected a block comment instead of consecutive line comments
Lint, Typecheck & Test: app/lib/.server/llm/stream-text.ts#L788
Replace `⏎··········(m)·=>·m.name·!==·modelDetails.name,⏎········` with `(m)·=>·m.name·!==·modelDetails.name`
Lint, Typecheck & Test: app/lib/.server/llm/stream-text.ts#L783
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#L782
Replace `.getModelList().filter(` with `⏎········.getModelList()`
Lint, Typecheck & Test: app/lib/.server/llm/stream-text.ts#L778
Expected a block comment instead of consecutive line comments
Lint, Typecheck & Test: app/lib/.server/llm/stream-text.ts#L775
'effectiveFallbackRoute' is never reassigned. Use 'const' instead
Lint, Typecheck & Test: app/lib/.server/llm/stream-text.ts#L753
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>>`