feat: Add Mini Chat quick access window (Spotlight-like) #42
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'.
|