Skip to content

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

improve and prevent silent thread branch drift and PR fetching

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

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

ci.yml

on: pull_request
Format, Lint, Typecheck, Test, Browser Test, Build
4m 8s
Format, Lint, Typecheck, Test, Browser Test, Build
Release Smoke
43s
Release Smoke
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
eslint-plugin-react-hooks(exhaustive-deps): apps/web/src/components/ChatView.tsx#L3000
React Hook useCallback has a missing dependency: 'composerRef.current'
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'
oxc(no-map-spread): apps/web/src/modelSelection.ts#L108
Spreading to modify object properties in `map` calls is inefficient
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
eslint(no-unused-vars): apps/server/src/server.test.ts#L196
Variable 'workspaceAndProjectServicesLayer' is declared but never used. Unused variables should start with a '_'.