[PR #15] [CLOSED] More tui tweaks #20

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

📋 Pull Request Information

Original PR: https://github.com/GH05TCREW/pentestagent/pull/15
Author: @giveen
Created: 1/10/2026
Status: Closed

Base: mainHead: more-tui-tweaks


📝 Commits (10+)

📊 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
image

Adjust the display of the /memory command
Gives us a more "feel" for the token budget

image

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.

## 📋 Pull Request Information **Original PR:** https://github.com/GH05TCREW/pentestagent/pull/15 **Author:** [@giveen](https://github.com/giveen) **Created:** 1/10/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `more-tui-tweaks` --- ### 📝 Commits (10+) - [`3ea7d09`](https://github.com/GH05TCREW/pentestagent/commit/3ea7d09d57a6f21e406731aa9d001da0d30fcbdf) Add screenshots to README.md - [`ff65972`](https://github.com/GH05TCREW/pentestagent/commit/ff65972230579537019e03359c4525c373a00fc8) Update README.md - [`6ee9241`](https://github.com/GH05TCREW/pentestagent/commit/6ee9241ce9b93273293cb71ede0b11b613b12cd1) Update README.md - [`5ec4527`](https://github.com/GH05TCREW/pentestagent/commit/5ec4527fb05b5fce9943820c631a0fbb8a89eda6) Update available tools - [`bc625f9`](https://github.com/GH05TCREW/pentestagent/commit/bc625f9e2666ba2cd139d9aad305484d2814bd26) Update dependencies - [`60b9a15`](https://github.com/GH05TCREW/pentestagent/commit/60b9a15799d9ae9c937f6596fa55ec4621dd14f5) Add nodejs check - [`0c81936`](https://github.com/GH05TCREW/pentestagent/commit/0c819362ca4275b20cee081fd92cbf8bb5b353aa) Update README.md - [`dd8d902`](https://github.com/GH05TCREW/pentestagent/commit/dd8d902e51188065ab18123f637c21ca12c8e18b) Improve token management - [`423e51a`](https://github.com/GH05TCREW/pentestagent/commit/423e51af1c3965e8f423ad4f2805a3130e5fecb2) Improve context utilization - [`a48875a`](https://github.com/GH05TCREW/pentestagent/commit/a48875a3a38bfe673f7efb1386fcb1e8fae1d85c) Merge branch 'main' of https://github.com/GH05TCREW/GHOSTCREW ### 📊 Changes **5 files changed** (+177 additions, -23 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description After /target is set, shows it at the top, so we can visually see whats targeted <img width="659" height="96" alt="image" src="https://github.com/user-attachments/assets/57439a5a-4b63-4eec-b7b3-c6c8f44db9c6" /> Adjust the display of the /memory command Gives us a more "feel" for the token budget <img width="520" height="195" alt="image" src="https://github.com/user-attachments/assets/9980b315-e6f4-48a8-8896-e64a229613bb" /> 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. --- <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:23 -05:00
yindo closed this issue 2026-02-27 13:59:26 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: yindo/pentestagent#20