pentesting 0.8.28 → 0.8.29

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -5089,7 +5089,7 @@ ${this.currentSpec.systemPrompt}`;
5089
5089
  tools: this.tools,
5090
5090
  messages,
5091
5091
  // Enable extended thinking for GLM/Claude models
5092
- thinking: { type: "enabled", budget_tokens: 4e3 }
5092
+ thinking: { type: "enabled", budget_tokens: 16e3 }
5093
5093
  });
5094
5094
  stream.on("contentBlock", (block) => {
5095
5095
  if (block.type === "thinking" && block.thinking) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pentesting",
3
- "version": "0.8.28",
3
+ "version": "0.8.29",
4
4
  "description": "Autonomous Penetration Testing AI Agent",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",