Skip to content

Release

Release #57

Triggered via schedule June 10, 2026 10:23
Status Failure
Total duration 7m 31s
Artifacts

release.yml

on: schedule
Matrix: build
Publish CLI to npm
0s
Publish CLI to npm
Publish GitHub Release
Publish GitHub Release
Finalize release
Finalize release
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 9 warnings
Build Linux x64
Process completed with exit code 1.
Build macOS arm64
Process completed with exit code 1.
Build Windows x64
Process completed with exit code 1.
Build macOS x64
Process completed with exit code 1.
eslint-plugin-react-hooks(exhaustive-deps): apps/web/src/components/ChatView.tsx#L3023
React Hook useCallback has a missing dependency: 'composerRef.current'
eslint-plugin-react-hooks(exhaustive-deps): apps/web/src/components/ChatView.tsx#L2888
React Hook useCallback has a missing dependency: 'composerRef.current'
eslint-plugin-react-hooks(exhaustive-deps): apps/web/src/components/ChatView.tsx#L2825
React Hook useCallback has a missing dependency: 'composerRef.current'
eslint-plugin-react-hooks(exhaustive-deps): apps/web/src/components/ChatView.tsx#L2798
React Hook useCallback has a missing dependency: 'composerRef.current'
eslint-plugin-react-hooks(exhaustive-deps): apps/web/src/components/ChatView.tsx#L1594
React Hook useEffect has a missing dependency: 'composerRef.current'
eslint-plugin-react-hooks(exhaustive-deps): apps/web/src/components/ChatView.tsx#L1575
React Hook useCallback 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-unicorn(prefer-array-find): apps/web/src/session-logic.ts#L356
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