[PR #1] [MERGED] chore: refactor to use useStream #22

Closed
opened 2026-02-16 09:17:49 -05:00 by yindo · 0 comments
Owner

📋 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: mainHead: cb/useStream


📝 Commits (2)

  • fa9dde5 chore: refactor to use useStream
  • 609b122 Merge 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.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/openwork/pull/1 **Author:** [@christian-bromann](https://github.com/christian-bromann) **Created:** 1/13/2026 **Status:** ✅ Merged **Merged:** 1/13/2026 **Merged by:** [@hntrl](https://github.com/hntrl) **Base:** `main` ← **Head:** `cb/useStream` --- ### 📝 Commits (2) - [`fa9dde5`](https://github.com/langchain-ai/openwork/commit/fa9dde534b131dd646240ac29e6f7204a5cdb3c1) chore: refactor to use useStream - [`609b122`](https://github.com/langchain-ai/openwork/commit/609b122812561c2032349b1d4c276e789724f86b) Merge branch 'main' into cb/useStream ### 📊 Changes **15 files changed** (+1817 additions, -565 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 09:17:49 -05:00
yindo closed this issue 2026-02-16 09:17:49 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/openwork#22