[PR #1331] [MERGED] fix(acp): Fix mode switching for ACP client #1311

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/deepagents/pull/1331
Author: @jacoblee93
Created: 2/13/2026
Status: Merged
Merged: 2/13/2026
Merged by: @eyurtsev

Base: mainHead: jacob/acp_modes


📝 Commits (1)

  • 3820a67 Fix mode switching for ACP client

📊 Changes

2 files changed (+142 additions, -11 deletions)

View changed files

📝 libs/acp/deepagents_acp/server.py (+13 -10)
📝 libs/acp/tests/test_agent.py (+129 -1)

📄 Description

Fixes a bug where switching modes mid-run would crash the process.


🔄 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/deepagents/pull/1331 **Author:** [@jacoblee93](https://github.com/jacoblee93) **Created:** 2/13/2026 **Status:** ✅ Merged **Merged:** 2/13/2026 **Merged by:** [@eyurtsev](https://github.com/eyurtsev) **Base:** `main` ← **Head:** `jacob/acp_modes` --- ### 📝 Commits (1) - [`3820a67`](https://github.com/langchain-ai/deepagents/commit/3820a6705ac879ece475771a8eced27d6aa193a7) Fix mode switching for ACP client ### 📊 Changes **2 files changed** (+142 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `libs/acp/deepagents_acp/server.py` (+13 -10) 📝 `libs/acp/tests/test_agent.py` (+129 -1) </details> ### 📄 Description Fixes a bug where switching modes mid-run would crash the process. --- <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:18:42 -05:00
yindo closed this issue 2026-02-16 09:18:42 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/deepagents#1311