[PR #1364] [MERGED] fix(supervisor): masquerade bind call when withConfig was called #1407

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

📋 Pull Request Information

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

Base: mainHead: dqbd/prebuilt-nested-bind-tool-call


📝 Commits (4)

📊 Changes

3 files changed (+30 additions, -1 deletions)

View changed files

libs/langgraph-supervisor/CHANGELOG.md (+7 -0)
📝 libs/langgraph-supervisor/package.json (+1 -1)
📝 libs/langgraph-supervisor/src/supervisor.ts (+22 -0)

📄 Description

Land this fix as a patch release, next minor version of supervisor will drop support for @langchain/langgraph@0.2.x

Related #1217


🔄 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/1364 **Author:** [@dqbd](https://github.com/dqbd) **Created:** 7/7/2025 **Status:** ✅ Merged **Merged:** 7/7/2025 **Merged by:** [@dqbd](https://github.com/dqbd) **Base:** `main` ← **Head:** `dqbd/prebuilt-nested-bind-tool-call` --- ### 📝 Commits (4) - [`7815054`](https://github.com/langchain-ai/langgraphjs/commit/7815054d872073ecb24a974e666f19ec9d68fc8e) fix(supervisor): masquerade `bind` call when `withConfig` was called - [`210431c`](https://github.com/langchain-ai/langgraphjs/commit/210431c0e90beba3606d4beb529abcda187726ea) Add TODO - [`aa7542e`](https://github.com/langchain-ai/langgraphjs/commit/aa7542e23c523756195f80ca338a15adb24f67fd) Add changeset - [`1200259`](https://github.com/langchain-ai/langgraphjs/commit/12002592ae573926b310f7d5f55298e87b86b637) Bump version ### 📊 Changes **3 files changed** (+30 additions, -1 deletions) <details> <summary>View changed files</summary> ➕ `libs/langgraph-supervisor/CHANGELOG.md` (+7 -0) 📝 `libs/langgraph-supervisor/package.json` (+1 -1) 📝 `libs/langgraph-supervisor/src/supervisor.ts` (+22 -0) </details> ### 📄 Description Land this fix as a patch release, next minor version of `supervisor` will drop support for `@langchain/langgraph@0.2.x` Related #1217 --- <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:39 -05:00
yindo closed this issue 2026-02-15 20:15:39 -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#1407