Skip to content

fix(provider-usage): ignore unsupported provider snapshots #326

fix(provider-usage): ignore unsupported provider snapshots

fix(provider-usage): ignore unsupported provider snapshots #326

Triggered via push May 4, 2026 14:27
Status Success
Total duration 7m 33s
Artifacts

ci.yml

on: push
Format, Lint, Typecheck, Test, Browser Test, Build
7m 23s
Format, Lint, Typecheck, Test, Browser Test, Build
Release Smoke
1m 4s
Release Smoke
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
eslint(no-unused-vars): apps/web/src/components/Sidebar.tsx#L2798
Variable 'activeEnvironmentId' is declared but never used. Unused variables should start with a '_'.
eslint(no-unused-vars): apps/web/src/components/Sidebar.tsx#L217
Function 'threadJumpLabelMapsEqual' is declared but never used.
eslint(no-unused-vars): apps/web/src/components/Sidebar.tsx#L68
Identifier 'newProjectId' is imported but never used.
eslint(no-unused-vars): apps/web/src/components/Sidebar.tsx#L50
Type 'GitStatusResult' is imported but never used.
eslint(no-unused-vars): apps/web/src/components/Sidebar.tsx#L45
Type 'ScopedProjectRef' is imported but never used.
eslint(no-unused-vars): apps/web/src/components/Sidebar.tsx#L41
Identifier 'DEFAULT_MODEL_BY_PROVIDER' is imported but never used.
eslint-plugin-unicorn(consistent-function-scoping): apps/web/src/components/chat/MessagesTimeline.logic.test.ts#L529
Function `makeState` does not capture any variables from its parent scope
eslint-plugin-unicorn(consistent-function-scoping): apps/web/src/uiStateStore.test.ts#L435
Function `createLocalStorageStub` does not capture any variables from its parent scope
eslint(no-unused-vars): apps/web/src/hooks/useSettings.ts#L22
Identifier 'ClientSettingsSchema' is imported but never used.
eslint-plugin-unicorn(no-useless-spread): apps/web/src/components/chat/UserMessageQuotedContextLabel.browser.tsx#L27
Using a spread operator here creates a new array unnecessarily.