@pensar/apex 0.0.76-canary.04ba72d2 → 0.0.76-canary.1d64fde1

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/build/index.js +31 -1
  2. package/package.json +1 -1
package/build/index.js CHANGED
@@ -30594,6 +30594,12 @@ var init_anthropic = __esm(() => {
30594
30594
  provider: "anthropic",
30595
30595
  contextLength: 200000
30596
30596
  },
30597
+ {
30598
+ id: "claude-opus-4-6",
30599
+ name: "Claude Opus 4.6",
30600
+ provider: "anthropic",
30601
+ contextLength: 200000
30602
+ },
30597
30603
  {
30598
30604
  id: "claude-opus-4-5",
30599
30605
  name: "Claude Opus 4.5",
@@ -30703,6 +30709,12 @@ var init_openrouter = __esm(() => {
30703
30709
  provider: "openrouter",
30704
30710
  contextLength: 200000
30705
30711
  },
30712
+ {
30713
+ id: "anthropic/claude-opus-4.6",
30714
+ name: "Claude Opus 4.6 (OpenRouter)",
30715
+ provider: "openrouter",
30716
+ contextLength: 200000
30717
+ },
30706
30718
  {
30707
30719
  id: "anthropic/claude-opus-4.5",
30708
30720
  name: "Claude Opus 4.5 (OpenRouter)",
@@ -30998,6 +31010,12 @@ var init_bedrock = __esm(() => {
30998
31010
  provider: "bedrock",
30999
31011
  contextLength: 200000
31000
31012
  },
31013
+ {
31014
+ id: "anthropic.claude-opus-4-6-v1:0",
31015
+ name: "Claude Opus 4.6 (Bedrock)",
31016
+ provider: "bedrock",
31017
+ contextLength: 200000
31018
+ },
31001
31019
  {
31002
31020
  id: "cohere.command-text-v14",
31003
31021
  name: "Cohere Command Text v14 (Bedrock)",
@@ -31208,6 +31226,12 @@ var init_bedrock = __esm(() => {
31208
31226
  provider: "bedrock",
31209
31227
  contextLength: 200000
31210
31228
  },
31229
+ {
31230
+ id: "us.anthropic.claude-opus-4-6-v1:0",
31231
+ name: "Claude Opus 4.6 (US)",
31232
+ provider: "bedrock",
31233
+ contextLength: 200000
31234
+ },
31211
31235
  {
31212
31236
  id: "us.meta.llama3-1-8b-instruct-v1:0",
31213
31237
  name: "Llama 3.1 8B (US)",
@@ -31285,6 +31309,12 @@ var init_bedrock = __esm(() => {
31285
31309
  name: "Claude Sonnet 4.5 (Global)",
31286
31310
  provider: "bedrock",
31287
31311
  contextLength: 200000
31312
+ },
31313
+ {
31314
+ id: "global.anthropic.claude-opus-4-6-v1:0",
31315
+ name: "Claude Opus 4.6 (Global)",
31316
+ provider: "bedrock",
31317
+ contextLength: 200000
31288
31318
  }
31289
31319
  ];
31290
31320
  });
@@ -209113,7 +209143,7 @@ import fs2 from "fs/promises";
209113
209143
  // package.json
209114
209144
  var package_default2 = {
209115
209145
  name: "@pensar/apex",
209116
- version: "0.0.76-canary.04ba72d2",
209146
+ version: "0.0.76-canary.1d64fde1",
209117
209147
  description: "AI-powered penetration testing CLI tool with terminal UI",
209118
209148
  module: "src/tui/index.tsx",
209119
209149
  main: "build/index.js",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pensar/apex",
3
- "version": "0.0.76-canary.04ba72d2",
3
+ "version": "0.0.76-canary.1d64fde1",
4
4
  "description": "AI-powered penetration testing CLI tool with terminal UI",
5
5
  "module": "src/tui/index.tsx",
6
6
  "main": "build/index.js",