pentesting 0.55.5 → 0.55.6
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
|
@@ -1240,7 +1240,7 @@ var INPUT_PROMPT_PATTERNS = [
|
|
|
1240
1240
|
|
|
1241
1241
|
// src/shared/constants/agent.ts
|
|
1242
1242
|
var APP_NAME = "Pentest AI";
|
|
1243
|
-
var APP_VERSION = "0.55.
|
|
1243
|
+
var APP_VERSION = "0.55.6";
|
|
1244
1244
|
var APP_DESCRIPTION = "Autonomous Penetration Testing AI Agent";
|
|
1245
1245
|
var LLM_ROLES = {
|
|
1246
1246
|
SYSTEM: "system",
|