mirror of
https://github.com/langchain-ai/openwork.git
synced 2026-07-19 14:43:32 -04:00
[PR #1] [MERGED] chore: refactor to use useStream #22
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langchain-ai/openwork/pull/1
Author: @christian-bromann
Created: 1/13/2026
Status: ✅ Merged
Merged: 1/13/2026
Merged by: @hntrl
Base:
main← Head:cb/useStream📝 Commits (2)
fa9dde5chore: refactor to use useStream609b122Merge branch 'main' into cb/useStream📊 Changes
15 files changed (+1817 additions, -565 deletions)
View changed files
📝
package.json(+3 -1)📝
pnpm-lock.yaml(+865 -0)📝
src/main/agent/runtime.ts(+16 -11)📝
src/main/db/index.ts(+6 -10)📝
src/main/ipc/agent.ts(+188 -212)📝
src/preload/index.d.ts(+6 -0)📝
src/preload/index.ts(+45 -8)📝
src/renderer/src/App.tsx(+12 -9)📝
src/renderer/src/components/chat/ChatContainer.tsx(+238 -63)📝
src/renderer/src/components/sidebar/ThreadSidebar.tsx(+29 -38)➕
src/renderer/src/lib/electron-transport.ts(+267 -0)📝
src/renderer/src/lib/store.ts(+72 -209)➕
src/types.ts(+64 -0)📝
tsconfig.node.json(+3 -2)📝
tsconfig.web.json(+3 -2)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.