mirror of
https://github.com/GH05TCREW/pentestagent.git
synced 2026-07-25 02:35:23 -04:00
[PR #15] [CLOSED] More tui tweaks #20
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/GH05TCREW/pentestagent/pull/15
Author: @giveen
Created: 1/10/2026
Status: ❌ Closed
Base:
main← Head:more-tui-tweaks📝 Commits (10+)
3ea7d09Add screenshots to README.mdff65972Update README.md6ee9241Update README.md5ec4527Update available toolsbc625f9Update dependencies60b9a15Add nodejs check0c81936Update README.mddd8d902Improve token management423e51aImprove context utilizationa48875aMerge branch 'main' of https://github.com/GH05TCREW/GHOSTCREW📊 Changes
5 files changed (+177 additions, -23 deletions)
View changed files
📝
pentestagent/config/settings.py(+18 -0)📝
pentestagent/interface/tui.py(+132 -18)📝
pentestagent/llm/llm.py(+8 -0)📝
pentestagent/llm/memory.py(+18 -4)📝
pentestagent/mcp/discovery.py(+1 -1)📄 Description
After /target is set, shows it at the top, so we can visually see whats targeted

Adjust the display of the /memory command
Gives us a more "feel" for the token budget
In the enviorment variables, we can set this manually, that way we know when we are approaching our limits. This is very useful when using public LLM's that charge money.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.