Skip to content

improve and prevent silent thread branch drift and PR fetching #6204

improve and prevent silent thread branch drift and PR fetching

improve and prevent silent thread branch drift and PR fetching #6204

Triggered via pull request April 22, 2026 10:41
Status Success
Total duration 4m 8s
Artifacts

ci.yml

on: pull_request
Format, Lint, Typecheck, Test, Browser Test, Build
3m 56s
Format, Lint, Typecheck, Test, Browser Test, Build
Release Smoke
25s
Release Smoke
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
eslint-plugin-react-hooks(exhaustive-deps): apps/web/src/components/ChatView.tsx#L2865
React Hook useCallback has a missing dependency: 'composerRef.current'
eslint-plugin-react-hooks(exhaustive-deps): apps/web/src/components/ChatView.tsx#L2802
React Hook useCallback has a missing dependency: 'composerRef.current'
eslint-plugin-react-hooks(exhaustive-deps): apps/web/src/components/ChatView.tsx#L2775
React Hook useCallback has a missing dependency: 'composerRef.current'
eslint-plugin-react-hooks(exhaustive-deps): apps/web/src/components/ChatView.tsx#L2238
React Hook useEffect has a missing dependency: 'composerRef.current'
eslint-plugin-react-hooks(exhaustive-deps): apps/web/src/components/ChatView.tsx#L1567
React Hook useCallback has a missing dependency: 'composerRef.current'
eslint-plugin-react-hooks(exhaustive-deps): apps/web/src/components/ChatView.tsx#L1559
React Hook useCallback has a missing dependency: 'composerRef.current'
eslint-plugin-unicorn(consistent-function-scoping): apps/web/src/uiStateStore.test.ts#L412
Function `createLocalStorageStub` does not capture any variables from its parent scope
oxc(no-map-spread): apps/web/src/modelSelection.ts#L108
Spreading to modify object properties in `map` calls is inefficient
eslint(no-unused-vars): apps/server/src/server.test.ts#L196
Variable 'workspaceAndProjectServicesLayer' is declared but never used. Unused variables should start with a '_'.
eslint-plugin-unicorn(consistent-function-scoping): apps/web/src/environments/runtime/catalog.test.ts#L98
Function `resolveRegistryRead` does not capture any variables from its parent scope