feat: improve runtime visibility and browser interaction

This commit is contained in:
lofyer
2026-08-07 17:53:14 +08:00
parent 2c715e5e81
commit 53d18e2b06
36 changed files with 1680 additions and 907 deletions
+6
View File
@@ -159,6 +159,12 @@ const desktopApi: DesktopApi = {
}
},
browser: {
interact: async (conversationId: string) => {
await ipcRenderer.invoke(
ipcChannels.browserInteract,
{ conversationId }
)
},
stop: async (conversationId: string) => {
await ipcRenderer.invoke(
ipcChannels.browserStop,