[PR #1466] [MERGED] feat(sdk): add isThreadLoading option to useStream, handle thread error fetching #1480

Closed
opened 2026-02-15 20:15:55 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/1466
Author: @dqbd
Created: 7/29/2025
Status: Merged
Merged: 7/29/2025
Merged by: @dqbd

Base: mainHead: dqbd/use-stream-is-fetching


📝 Commits (8)

  • 3cf55e9 feat(sdk): add isFetching option to useStream
  • bb2c165 Add changeset
  • a8f6d5e Update beige-melons-post.md
  • 9894650 Rename to isHistoryLoading, used for initial loading
  • b0c9433 Update changeset
  • 91dd2bf Rename back to isThreadLoading
  • fd86c8d Call error handler on thread history fetch error
  • 3cf7332 Code simplify

📊 Changes

2 files changed (+55 additions, -14 deletions)

View changed files

.changeset/beige-melons-post.md (+5 -0)
📝 libs/sdk/src/react/stream.tsx (+50 -14)

📄 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/langgraphjs/pull/1466 **Author:** [@dqbd](https://github.com/dqbd) **Created:** 7/29/2025 **Status:** ✅ Merged **Merged:** 7/29/2025 **Merged by:** [@dqbd](https://github.com/dqbd) **Base:** `main` ← **Head:** `dqbd/use-stream-is-fetching` --- ### 📝 Commits (8) - [`3cf55e9`](https://github.com/langchain-ai/langgraphjs/commit/3cf55e9b5311b5181fdbbfbcea621330c1af059e) feat(sdk): add `isFetching` option to `useStream` - [`bb2c165`](https://github.com/langchain-ai/langgraphjs/commit/bb2c165edfab494a6ca13d874f4c12cf68f3e2b1) Add changeset - [`a8f6d5e`](https://github.com/langchain-ai/langgraphjs/commit/a8f6d5e25b9baa055e5a81926442a98ac5f7f1e0) Update beige-melons-post.md - [`9894650`](https://github.com/langchain-ai/langgraphjs/commit/98946503884fe909ee96bd276875ffb9de02164f) Rename to `isHistoryLoading`, used for initial loading - [`b0c9433`](https://github.com/langchain-ai/langgraphjs/commit/b0c9433d532f4b8e1a2b296b66bfe1c522d2c977) Update changeset - [`91dd2bf`](https://github.com/langchain-ai/langgraphjs/commit/91dd2bf5c2f475c925309bdb879b7c325026e7ce) Rename back to isThreadLoading - [`fd86c8d`](https://github.com/langchain-ai/langgraphjs/commit/fd86c8dcb74427a3acff820307daf1486e87662b) Call error handler on thread history fetch error - [`3cf7332`](https://github.com/langchain-ai/langgraphjs/commit/3cf73323231ca0987a5d24bce250e1b02f3b9dcf) Code simplify ### 📊 Changes **2 files changed** (+55 additions, -14 deletions) <details> <summary>View changed files</summary> ➕ `.changeset/beige-melons-post.md` (+5 -0) 📝 `libs/sdk/src/react/stream.tsx` (+50 -14) </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-15 20:15:55 -05:00
yindo closed this issue 2026-02-15 20:15:55 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraphjs#1480