Skip to content

fix: use base64 updater pubkey format for Tauri releases #64

fix: use base64 updater pubkey format for Tauri releases

fix: use base64 updater pubkey format for Tauri releases #64

Triggered via pull request February 28, 2026 05:54
Status Success
Total duration 15m 28s
Artifacts

ci.yml

on: pull_request
Matrix: test-tauri
Matrix: build-tauri
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
lint: src/features/threads/hooks/useThreads.ts#L511
React Hook useCallback has an unnecessary dependency: 'state.activeThreadIdByWorkspace'. Either exclude it or remove the dependency array
lint: src/features/threads/hooks/useThreadMessaging.ts#L1068
React Hook useCallback has a missing dependency: 'model'. Either include it or remove the dependency array
lint: src/features/threads/hooks/useThreadMessaging.ts#L793
React Hook useCallback has an unnecessary dependency: 'rateLimitsByWorkspace'. Either exclude it or remove the dependency array
lint: src/features/threads/hooks/useThreadActions.ts#L811
React Hook useCallback has a missing dependency: 'threadActivityRef'. Either include it or remove the dependency array
lint: src/features/layout/components/DesktopLayout.tsx#L136
React Hook useEffect has missing dependencies: 'chatLayerActive' and 'diffLayerActive'. Either include them or remove the dependency array
lint: src/features/app/components/RequestUserInputMessage.tsx#L45
The 'questions' logical expression could make the dependencies of useCallback Hook (at line 98) change on every render. To fix this, wrap the initialization of 'questions' in its own useMemo() Hook