Skip to content

Merge upstream main and preserve Copilot provider support (#45) #158

Merge upstream main and preserve Copilot provider support (#45)

Merge upstream main and preserve Copilot provider support (#45) #158

Triggered via push April 15, 2026 18:43
Status Success
Total duration 6m 3s
Artifacts

ci.yml

on: push
Format, Lint, Typecheck, Test, Browser Test, Build
5m 57s
Format, Lint, Typecheck, Test, Browser Test, Build
Release Smoke
44s
Release Smoke
Fit to window
Zoom out
Zoom in

Annotations

9 warnings
eslint-plugin-unicorn(prefer-array-find): apps/web/src/session-logic.ts#L357
Prefer `find` over filtering and accessing the first result.
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-plugin-unicorn(no-useless-spread): packages/shared/src/model.ts#L109
Using a spread operator here creates a new object unnecessarily.
eslint-plugin-react-hooks(exhaustive-deps): apps/web/src/components/ChatView.tsx#L2966
React Hook useCallback has a missing dependency: 'composerRef.current'
eslint-plugin-react-hooks(exhaustive-deps): apps/web/src/components/ChatView.tsx#L2831
React Hook useCallback has a missing dependency: 'composerRef.current'
eslint-plugin-react-hooks(exhaustive-deps): apps/web/src/components/ChatView.tsx#L2768
React Hook useCallback has a missing dependency: 'composerRef.current'
eslint-plugin-react-hooks(exhaustive-deps): apps/web/src/components/ChatView.tsx#L2741
React Hook useCallback has a missing dependency: 'composerRef.current'
eslint-plugin-react-hooks(exhaustive-deps): apps/web/src/components/ChatView.tsx#L1549
React Hook useCallback has a missing dependency: 'composerRef.current'
eslint-plugin-react-hooks(exhaustive-deps): apps/web/src/components/ChatView.tsx#L1541
React Hook useCallback has a missing dependency: 'composerRef.current'