nsauditor-ai 0.1.25 → 0.1.26

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/cli.mjs +1 -1
  2. package/package.json +1 -1
package/cli.mjs CHANGED
@@ -350,7 +350,7 @@ async function maybeSendToOpenAI({ host, results, conclusion, promptMode = 'basi
350
350
 
351
351
  resp = await client.messages.create({
352
352
  model,
353
- max_tokens: 4096,
353
+ max_tokens: 16384,
354
354
  system: promptText,
355
355
  messages: [
356
356
  { role: 'user', content: userContent }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nsauditor-ai",
3
- "version": "0.1.25",
3
+ "version": "0.1.26",
4
4
  "description": "Modular AI-assisted network security audit platform — Community Edition",
5
5
  "type": "module",
6
6
  "private": false,