[PR #1335] [MERGED] fix(acp): Fix double approval bug #1316

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

📋 Pull Request Information

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

Base: mainHead: jacob/doublehitl


📝 Commits (2)

  • a4099be Fix double approval bug
  • 88e78a3 Remove redundant interrupt check

📊 Changes

2 files changed (+59 additions, -5 deletions)

View changed files

📝 libs/acp/deepagents_acp/server.py (+5 -5)
📝 libs/acp/tests/test_agent.py (+54 -0)

📄 Description

The ACP client was calling handle interrupts twice


🔄 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/1335 **Author:** [@jacoblee93](https://github.com/jacoblee93) **Created:** 2/13/2026 **Status:** ✅ Merged **Merged:** 2/13/2026 **Merged by:** [@jacoblee93](https://github.com/jacoblee93) **Base:** `main` ← **Head:** `jacob/doublehitl` --- ### 📝 Commits (2) - [`a4099be`](https://github.com/langchain-ai/deepagents/commit/a4099be84d598ec902f43f878c7aabcceb815a20) Fix double approval bug - [`88e78a3`](https://github.com/langchain-ai/deepagents/commit/88e78a3f9bfc8f8ab5ae1e56061f3c7eee2d925b) Remove redundant interrupt check ### 📊 Changes **2 files changed** (+59 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `libs/acp/deepagents_acp/server.py` (+5 -5) 📝 `libs/acp/tests/test_agent.py` (+54 -0) </details> ### 📄 Description The ACP client was calling handle interrupts twice --- <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:43 -05:00
yindo closed this issue 2026-02-16 09:18:43 -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#1316