pentesting 0.72.8 → 0.72.9
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.
|
@@ -235,7 +235,7 @@ var INPUT_PROMPT_PATTERNS = [
|
|
|
235
235
|
|
|
236
236
|
// src/shared/constants/agent.ts
|
|
237
237
|
var APP_NAME = "Pentest AI";
|
|
238
|
-
var APP_VERSION = "0.72.
|
|
238
|
+
var APP_VERSION = "0.72.9";
|
|
239
239
|
var APP_DESCRIPTION = "Autonomous Penetration Testing AI Agent";
|
|
240
240
|
var LLM_ROLES = {
|
|
241
241
|
SYSTEM: "system",
|
package/dist/main.js
CHANGED
|
@@ -85,7 +85,7 @@ import {
|
|
|
85
85
|
stopBackgroundProcess,
|
|
86
86
|
validateRequiredConfig,
|
|
87
87
|
writeFileContent
|
|
88
|
-
} from "./chunk-
|
|
88
|
+
} from "./chunk-PQIB3DUX.js";
|
|
89
89
|
import {
|
|
90
90
|
DETECTION_PATTERNS,
|
|
91
91
|
EXIT_CODES,
|
|
@@ -12907,7 +12907,7 @@ var makeRotateTurns = (_llm, _opts) => async (_ctx) => {
|
|
|
12907
12907
|
};
|
|
12908
12908
|
var makeSaveSession = (_llm, _opts) => async (ctx) => {
|
|
12909
12909
|
try {
|
|
12910
|
-
const { saveState: saveState2 } = await import("./persistence-
|
|
12910
|
+
const { saveState: saveState2 } = await import("./persistence-7L4UXPIJ.js");
|
|
12911
12911
|
saveState2(ctx.state);
|
|
12912
12912
|
} catch {
|
|
12913
12913
|
}
|