Skip to content

sync: merge 6 new upstream commits + ancestry #237

sync: merge 6 new upstream commits + ancestry

sync: merge 6 new upstream commits + ancestry #237

Triggered via pull request April 12, 2026 21:23
Status Success
Total duration 5m 3s
Artifacts

ci.yml

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

Annotations

10 warnings
eslint-plugin-react-hooks(exhaustive-deps): apps/web/src/components/ChatView.tsx#L2946
React Hook useCallback has a missing dependency: 'composerRef.current'
eslint-plugin-react-hooks(exhaustive-deps): apps/web/src/components/ChatView.tsx#L2883
React Hook useCallback has a missing dependency: 'composerRef.current'
eslint-plugin-react-hooks(exhaustive-deps): apps/web/src/components/ChatView.tsx#L2856
React Hook useCallback has a missing dependency: 'composerRef.current'
eslint-plugin-react-hooks(exhaustive-deps): apps/web/src/components/ChatView.tsx#L1564
React Hook useCallback has a missing dependency: 'composerRef.current'
eslint-plugin-react-hooks(exhaustive-deps): apps/web/src/components/ChatView.tsx#L1556
React Hook useCallback has a missing dependency: 'composerRef.current'
eslint(no-unused-vars): apps/web/src/components/GitActionsControl.tsx#L253
Variable 'gitTextGenerationModel' is declared but never used. Unused variables should start with a '_'.
eslint(no-unused-vars): apps/server/src/orchestration/Layers/ProviderRuntimeIngestion.ts#L803
Variable 'openAssistantSegment' 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
oxc(no-accumulating-spread): apps/web/src/appSettings.ts#L432
Do not spread accumulators in loops
eslint-plugin-unicorn(no-useless-fallback-in-spread): apps/web/src/appSettings.ts#L342
Empty fallbacks in spreads are unnecessary