Skip to content

feat: Add Mini Chat quick access window (Spotlight-like) #42

feat: Add Mini Chat quick access window (Spotlight-like)

feat: Add Mini Chat quick access window (Spotlight-like) #42

Re-run triggered January 27, 2026 21:45
Status Failure
Total duration 46s
Artifacts

ci.yml

on: pull_request
Type Check
40s
Type Check
Fit to window
Zoom out
Zoom in

Annotations

4 errors
Type Check
Process completed with exit code 2.
Type Check: src/renderer/stores/miniChatStore.ts#L171
Type '{ id: string; role: "user" | "assistant"; content: string; createdAt: Date; }[]' is not assignable to type 'UIMessage<unknown, UIDataTypes, UITools>[]'.
Type Check: src/renderer/components/mini-chat/MiniChatHeader.tsx#L26
Property 'getSelected' does not exist on type '{ fetchOpenRouter: (apiKey?: string | undefined) => Promise<{ success: boolean; data?: any[] | undefined; error?: string | undefined; }>; fetchGateway: (apiKey: string, baseUrl?: string | undefined) => Promise<...>; ... 7 more ...; validateHuggingFaceModel: (modelId: string, inferenceProvider: string) => Promise<......'.
Type Check: src/main/windows/miniChatWindow.ts#L62
Object literal may only specify known properties, and 'visibleOnAllWorkspaces' does not exist in type 'BrowserWindowConstructorOptions'.