Skip to content

feat: Release devtools opening keyboard shortcut when goose window is… #935

feat: Release devtools opening keyboard shortcut when goose window is…

feat: Release devtools opening keyboard shortcut when goose window is… #935

Triggered via push January 15, 2025 21:22
Status Success
Total duration 38s
Artifacts

ci-desktop.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: ui/desktop/src/App.tsx#L12
Unexpected any. Specify a different type
build: ui/desktop/src/ChatWindow.tsx#L18
'mockKeychain' is defined but never used. Allowed unused vars must match /^_/u
build: ui/desktop/src/ChatWindow.tsx#L40
Unexpected any. Specify a different type
build: ui/desktop/src/ChatWindow.tsx#L43
Unexpected any. Specify a different type
build: ui/desktop/src/ChatWindow.tsx#L64
'setSelectedChatId' is defined but never used. Allowed unused args must match /^_/u
build: ui/desktop/src/ChatWindow.tsx#L144
React Hook useEffect has missing dependencies: 'chats' and 'setChats'. Either include them or remove the dependency array. If 'setChats' changes too often, find the parent component that defines it and wrap that definition in useCallback
build: ui/desktop/src/ChatWindow.tsx#L152
React Hook useEffect has a missing dependency: 'append'. Either include it or remove the dependency array
build: ui/desktop/src/ChatWindow.tsx#L523
React Hook useEffect has a missing dependency: 'initializeSystem'. Either include it or remove the dependency array
build: ui/desktop/src/ai-sdk-fork/call-custom-chat-api.ts#L23
Unexpected any. Specify a different type
build: ui/desktop/src/ai-sdk-fork/call-custom-chat-api.ts#L51
Unnecessary try/catch wrapper