[PR #23] [MERGED] Added removed function #27

Closed
opened 2026-02-27 13:59:42 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/GH05TCREW/pentestagent/pull/23
Author: @famez
Created: 1/29/2026
Status: Merged
Merged: 1/31/2026
Merged by: @GH05TCREW

Base: mainHead: main


📝 Commits (2)

  • f140163 Restored removed function (when clicking Esc to cancel current task, it throws an exception).
  • 19e5c4a Moved COPY statement to avoid rebuilding the WEB browser when modifying the source code.

📊 Changes

2 files changed (+30 additions, -4 deletions)

View changed files

📝 Dockerfile (+2 -3)
📝 pentestagent/agents/base_agent.py (+28 -1)

📄 Description

  • Added removed function cleanup_after_cancel, otherwise, when clicking escape over a current task, it throws an exception.
  • Changed COPY statement on Dockerfile so that modifications on source code, does not recompile WEB browser.

🔄 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/GH05TCREW/pentestagent/pull/23 **Author:** [@famez](https://github.com/famez) **Created:** 1/29/2026 **Status:** ✅ Merged **Merged:** 1/31/2026 **Merged by:** [@GH05TCREW](https://github.com/GH05TCREW) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (2) - [`f140163`](https://github.com/GH05TCREW/pentestagent/commit/f14016302ecd75b9689b4a6fa9b9ab844ccb0dfc) Restored removed function (when clicking Esc to cancel current task, it throws an exception). - [`19e5c4a`](https://github.com/GH05TCREW/pentestagent/commit/19e5c4a89c74454c27561f9cdaa658ce062395c2) Moved COPY statement to avoid rebuilding the WEB browser when modifying the source code. ### 📊 Changes **2 files changed** (+30 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `Dockerfile` (+2 -3) 📝 `pentestagent/agents/base_agent.py` (+28 -1) </details> ### 📄 Description - Added removed function cleanup_after_cancel, otherwise, when clicking escape over a current task, it throws an exception. - Changed COPY statement on Dockerfile so that modifications on source code, does not recompile WEB browser. --- <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-27 13:59:42 -05:00
yindo closed this issue 2026-02-27 13:59:43 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: yindo/pentestagent#27