@pensar/apex 0.0.4 → 0.0.6

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.
package/bin/pensar.js CHANGED
@@ -1,4 +1,4 @@
1
- #!/usr/bin/env node
1
+ #!/usr/bin/env bun
2
2
 
3
3
  /**
4
4
  * Pensar - AI-Powered Penetration Testing CLI
@@ -39472,13 +39472,13 @@ var AVAILABLE_MODELS = [
39472
39472
  contextLength: 128000
39473
39473
  },
39474
39474
  {
39475
- id: "anthropic/claude-haiku-4-5",
39475
+ id: "anthropic/claude-haiku-4.5",
39476
39476
  name: "Claude Haiku 4.5 (OpenRouter)",
39477
39477
  provider: "openrouter",
39478
39478
  contextLength: 200000
39479
39479
  },
39480
39480
  {
39481
- id: "anthropic/claude-sonnet-4-5",
39481
+ id: "anthropic/claude-sonnet-4.5",
39482
39482
  name: "Claude Sonnet 4.5 (OpenRouter)",
39483
39483
  provider: "openrouter",
39484
39484
  contextLength: 200000