pentesting 0.21.10 → 0.21.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/main.js +1 -1
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -157,7 +157,7 @@ var EXIT_CODES = {
|
|
|
157
157
|
var ID_LENGTH = AGENT_LIMITS.ID_LENGTH;
|
|
158
158
|
var ID_RADIX = AGENT_LIMITS.ID_RADIX;
|
|
159
159
|
var APP_NAME = "Pentest AI";
|
|
160
|
-
var APP_VERSION = "0.21.
|
|
160
|
+
var APP_VERSION = "0.21.11";
|
|
161
161
|
var APP_DESCRIPTION = "Autonomous Penetration Testing AI Agent";
|
|
162
162
|
var LLM_ROLES = {
|
|
163
163
|
SYSTEM: "system",
|