pentesting 0.40.0 → 0.40.1
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
|
@@ -308,7 +308,7 @@ var ORPHAN_PROCESS_NAMES = [
|
|
|
308
308
|
var ID_LENGTH = AGENT_LIMITS.ID_LENGTH;
|
|
309
309
|
var ID_RADIX = AGENT_LIMITS.ID_RADIX;
|
|
310
310
|
var APP_NAME = "Pentest AI";
|
|
311
|
-
var APP_VERSION = "0.40.
|
|
311
|
+
var APP_VERSION = "0.40.1";
|
|
312
312
|
var APP_DESCRIPTION = "Autonomous Penetration Testing AI Agent";
|
|
313
313
|
var LLM_ROLES = {
|
|
314
314
|
SYSTEM: "system",
|