pentesting 0.72.10 → 0.72.12

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.10";
238
+ var APP_VERSION = "0.72.12";
239
239
  var APP_DESCRIPTION = "Autonomous Penetration Testing AI Agent";
240
240
  var LLM_ROLES = {
241
241
  SYSTEM: "system",
package/dist/main.js CHANGED
@@ -87,7 +87,7 @@ import {
87
87
  stopBackgroundProcess,
88
88
  validateRequiredConfig,
89
89
  writeFileContent
90
- } from "./chunk-SLDFXMHL.js";
90
+ } from "./chunk-OUS2TZXI.js";
91
91
  import {
92
92
  DETECTION_PATTERNS,
93
93
  EXIT_CODES,
@@ -13411,7 +13411,7 @@ var makeRotateTurns = (_llm, _opts) => async (_ctx) => {
13411
13411
  };
13412
13412
  var makeSaveSession = (_llm, _opts) => async (ctx) => {
13413
13413
  try {
13414
- const { saveState: saveState2 } = await import("./persistence-7FTYXIZY.js");
13414
+ const { saveState: saveState2 } = await import("./persistence-UTTTBCYW.js");
13415
13415
  saveState2(ctx.state);
13416
13416
  } catch {
13417
13417
  }
@@ -3,7 +3,7 @@ import {
3
3
  clearWorkspace,
4
4
  loadState,
5
5
  saveState
6
- } from "./chunk-SLDFXMHL.js";
6
+ } from "./chunk-OUS2TZXI.js";
7
7
  import "./chunk-GHJPYI4S.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.10",
3
+ "version": "0.72.12",
4
4
  "description": "Autonomous Penetration Testing AI Agent",
5
5
  "type": "module",
6
6
  "main": "dist/main.js",