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.8";
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-6YWYFB6E.js";
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-RDC7AENL.js");
12910
+ const { saveState: saveState2 } = await import("./persistence-7L4UXPIJ.js");
12911
12911
  saveState2(ctx.state);
12912
12912
  } catch {
12913
12913
  }
@@ -3,7 +3,7 @@ import {
3
3
  clearWorkspace,
4
4
  loadState,
5
5
  saveState
6
- } from "./chunk-6YWYFB6E.js";
6
+ } from "./chunk-PQIB3DUX.js";
7
7
  import "./chunk-74KL4OOU.js";
8
8
  export {
9
9
  StateSerializer,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pentesting",
3
- "version": "0.72.8",
3
+ "version": "0.72.9",
4
4
  "description": "Autonomous Penetration Testing AI Agent",
5
5
  "type": "module",
6
6
  "main": "dist/main.js",