Skip to content
This repository was archived by the owner on May 4, 2026. It is now read-only.

Merge upstream main and preserve Copilot provider support #182

Merge upstream main and preserve Copilot provider support

Merge upstream main and preserve Copilot provider support #182

Triggered via pull request April 17, 2026 19:29
Status Success
Total duration 5m 19s
Artifacts

ci.yml

on: pull_request
Format, Lint, Typecheck, Test, Browser Test, Build
5m 15s
Format, Lint, Typecheck, Test, Browser Test, Build
Release Smoke
52s
Release Smoke
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
eslint-plugin-react-hooks(exhaustive-deps): apps/web/src/components/Sidebar.tsx#L2864
React Hook useMemo has a missing dependency: 'projectOrder'
oxc(no-map-spread): apps/web/src/components/CommandPalette.logic.ts#L137
Spreading to modify object properties in `map` calls is inefficient
eslint-plugin-unicorn(prefer-array-find): apps/web/src/session-logic.ts#L357
Prefer `find` over filtering and accessing the first result.
eslint-plugin-react-hooks(exhaustive-deps): apps/web/src/components/ChatView.tsx#L2986
React Hook useCallback has a missing dependency: 'composerRef.current'
eslint-plugin-react-hooks(exhaustive-deps): apps/web/src/components/ChatView.tsx#L2851
React Hook useCallback has a missing dependency: 'composerRef.current'
eslint-plugin-react-hooks(exhaustive-deps): apps/web/src/components/ChatView.tsx#L2788
React Hook useCallback has a missing dependency: 'composerRef.current'
eslint-plugin-react-hooks(exhaustive-deps): apps/web/src/components/ChatView.tsx#L2761
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-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