Skip to content

feat(ipc): add chat:complete headless LLM channel#86

Merged
andrewchumchal merged 2 commits into
devfrom
feat/chat-complete
May 24, 2026
Merged

feat(ipc): add chat:complete headless LLM channel#86
andrewchumchal merged 2 commits into
devfrom
feat/chat-complete

Conversation

@andrewchumchal

Copy link
Copy Markdown
Contributor

Adds the chat:complete IPC channel needed by service.chat.complete() in the renderer (used by the background assistant and pipelines extensions).\n\n- ipc.ts: ipcMain.handle(IPC.CHAT_COMPLETE, ...) — collects all delta events, returns { text: string }\n- preload.ts: exposes window.api.chat.complete() via ipcRenderer.invoke\n- env.d.ts: adds SimpleCompletionRequest import and complete type to Window.api.chat

@andrewchumchal andrewchumchal merged commit d4e123e into dev May 24, 2026
2 of 3 checks passed
@andrewchumchal andrewchumchal deleted the feat/chat-complete branch May 24, 2026 19:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant