Skip to content

fix(web): normalize preview diffs and arm turn notifications #341

fix(web): normalize preview diffs and arm turn notifications

fix(web): normalize preview diffs and arm turn notifications #341

Triggered via push May 6, 2026 23:07
Status Success
Total duration 7m 1s
Artifacts

ci.yml

on: push
Format, Lint, Typecheck, Test, Browser Test, Build
6m 52s
Format, Lint, Typecheck, Test, Browser Test, Build
Release Smoke
1m 8s
Release Smoke
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
eslint-plugin-react(no-array-index-key): apps/web/src/components/chat/PlanUpdateCard.tsx#L49
Usage of Array index in keys is not allowed
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.
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(consistent-function-scoping): apps/web/src/components/chat/MessagesTimeline.logic.test.ts#L529
Function `makeState` does not capture any variables from its parent scope
oxc(no-map-spread): apps/server/src/orchestration/Layers/ProjectionSnapshotQuery.ts#L1431
Spreading to modify object properties in `map` calls is inefficient
oxc(no-map-spread): apps/server/src/orchestration/Layers/ProjectionSnapshotQuery.ts#L1405
Spreading to modify object properties in `map` calls is inefficient
eslint(no-unused-vars): apps/server/src/server.test.ts#L205
Variable 'workspaceAndProjectServicesLayer' is declared but never used. Unused variables should start with a '_'.
eslint(require-yield): apps/server/probe-claude.mjs#L13
This generator function does not have `yield`