[PR #1211] [MERGED] feat(langgraph): support removing all messsages with RemoveMessage #1303

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

📋 Pull Request Information

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

Base: mainHead: dqbd/remove-message-all


📝 Commits (1)

  • 8676ada feat(langgraph): support removing all messsages with RemoveMessage

📊 Changes

4 files changed (+55 additions, -4 deletions)

View changed files

📝 libs/langgraph/src/graph/index.ts (+1 -0)
📝 libs/langgraph/src/graph/message.test.ts (+38 -1)
📝 libs/langgraph/src/graph/message.ts (+15 -3)
📝 libs/langgraph/src/web.ts (+1 -0)

📄 Description

Port of https://github.com/langchain-ai/langgraph/pull/4117


🔄 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/1211 **Author:** [@dqbd](https://github.com/dqbd) **Created:** 5/23/2025 **Status:** ✅ Merged **Merged:** 5/23/2025 **Merged by:** [@dqbd](https://github.com/dqbd) **Base:** `main` ← **Head:** `dqbd/remove-message-all` --- ### 📝 Commits (1) - [`8676ada`](https://github.com/langchain-ai/langgraphjs/commit/8676ada543f77eef07ced7c1f394aeac40edb48a) feat(langgraph): support removing all messsages with RemoveMessage ### 📊 Changes **4 files changed** (+55 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `libs/langgraph/src/graph/index.ts` (+1 -0) 📝 `libs/langgraph/src/graph/message.test.ts` (+38 -1) 📝 `libs/langgraph/src/graph/message.ts` (+15 -3) 📝 `libs/langgraph/src/web.ts` (+1 -0) </details> ### 📄 Description Port of https://github.com/langchain-ai/langgraph/pull/4117 --- <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:11 -05:00
yindo closed this issue 2026-02-15 20:15:11 -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#1303