Skip to content

Add configurable sidebar thread preview count #5624

Add configurable sidebar thread preview count

Add configurable sidebar thread preview count #5624

Triggered via pull request April 16, 2026 09:27
Status Success
Total duration 5m 59s
Artifacts

ci.yml

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

Annotations

8 warnings
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-react-hooks(exhaustive-deps): apps/web/src/components/ChatView.tsx#L2965
React Hook useCallback has a missing dependency: 'composerRef.current'
eslint-plugin-react-hooks(exhaustive-deps): apps/web/src/components/ChatView.tsx#L2830
React Hook useCallback has a missing dependency: 'composerRef.current'
eslint-plugin-react-hooks(exhaustive-deps): apps/web/src/components/ChatView.tsx#L2767
React Hook useCallback has a missing dependency: 'composerRef.current'
eslint-plugin-react-hooks(exhaustive-deps): apps/web/src/components/ChatView.tsx#L2740
React Hook useCallback has a missing dependency: 'composerRef.current'
eslint-plugin-react-hooks(exhaustive-deps): apps/web/src/components/ChatView.tsx#L1548
React Hook useCallback has a missing dependency: 'composerRef.current'
eslint-plugin-react-hooks(exhaustive-deps): apps/web/src/components/ChatView.tsx#L1540
React Hook useCallback has a missing dependency: 'composerRef.current'
eslint-plugin-unicorn(prefer-array-find): apps/web/src/session-logic.ts#L356
Prefer `find` over filtering and accessing the first result.