@nexus-cortex/core 4.63.9 → 4.63.10

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.
@@ -1 +1 @@
1
- {"version":3,"file":"deepseek-v4-pro.d.ts","sourceRoot":"","sources":["../../../../src/models/cards/deepseek/deepseek-v4-pro.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAGH,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,gCAAgC,CAAC;AAElE,eAAO,MAAM,aAAa,EAAE,WAiB1B,CAAC"}
1
+ {"version":3,"file":"deepseek-v4-pro.d.ts","sourceRoot":"","sources":["../../../../src/models/cards/deepseek/deepseek-v4-pro.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAGH,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,gCAAgC,CAAC;AAElE,eAAO,MAAM,aAAa,EAAE,WAmB1B,CAAC"}
@@ -11,8 +11,10 @@ export const deepseekV4Pro = createDeepSeekModelConfig({
11
11
  id: 'deepseek-v4-pro',
12
12
  displayName: 'DeepSeek V4 Pro',
13
13
  family: 'deepseek-v4',
14
- // Home-door anchor (P1pro 2026-08-17: anchored -35% latency at ceiling; bash-edit untested on pro conservative bash-plus).
15
- anchorProfile: 'bash-plus',
14
+ // Home-door anchor (P4pro sweep 2026-08-17: bash-edit 366 tok vs control 616
15
+ // (-41%) vs bash-plus 612 (no effect) — the dsh 2-tool shape is the DeepSeek
16
+ // family door; the bash-plus hedge was measured worthless on pro).
17
+ anchorProfile: 'bash-edit',
16
18
  contextWindow: 1000000,
17
19
  outputTokens: 65536,
18
20
  inputCost: 0.50,
@@ -1 +1 @@
1
- {"version":3,"file":"deepseek-v4-pro.js","sourceRoot":"","sources":["../../../../src/models/cards/deepseek/deepseek-v4-pro.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAEH,OAAO,EAAE,yBAAyB,EAAE,MAAM,6CAA6C,CAAC;AAGxF,MAAM,CAAC,MAAM,aAAa,GAAgB,yBAAyB,CAAC;IAClE,EAAE,EAAE,iBAAiB;IACrB,WAAW,EAAE,iBAAiB;IAC9B,MAAM,EAAE,aAAa;IAErB,6HAA6H;IAC7H,aAAa,EAAE,WAAW;IAC1B,aAAa,EAAE,OAAO;IACtB,YAAY,EAAE,KAAK;IACnB,SAAS,EAAE,IAAI;IACf,UAAU,EAAE,GAAG;IACf,SAAS,EAAE;QACT,SAAS,EAAE,IAAI;QACf,MAAM,EAAE,mBAAmB;QAC3B,gBAAgB,EAAE,gBAAgB;QAClC,OAAO,EAAE,aAAa;KACvB;CACF,CAAC,CAAC"}
1
+ {"version":3,"file":"deepseek-v4-pro.js","sourceRoot":"","sources":["../../../../src/models/cards/deepseek/deepseek-v4-pro.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAEH,OAAO,EAAE,yBAAyB,EAAE,MAAM,6CAA6C,CAAC;AAGxF,MAAM,CAAC,MAAM,aAAa,GAAgB,yBAAyB,CAAC;IAClE,EAAE,EAAE,iBAAiB;IACrB,WAAW,EAAE,iBAAiB;IAC9B,MAAM,EAAE,aAAa;IAErB,6EAA6E;IAC7E,6EAA6E;IAC7E,mEAAmE;IACnE,aAAa,EAAE,WAAW;IAC1B,aAAa,EAAE,OAAO;IACtB,YAAY,EAAE,KAAK;IACnB,SAAS,EAAE,IAAI;IACf,UAAU,EAAE,GAAG;IACf,SAAS,EAAE;QACT,SAAS,EAAE,IAAI;QACf,MAAM,EAAE,mBAAmB;QAC3B,gBAAgB,EAAE,gBAAgB;QAClC,OAAO,EAAE,aAAa;KACvB;CACF,CAAC,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nexus-cortex/core",
3
- "version": "4.63.9",
3
+ "version": "4.63.10",
4
4
  "description": "Core orchestration library implementing Claude CLI architecture patterns",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -47,8 +47,8 @@
47
47
  "@google/generative-ai": "^0.2.1",
48
48
  "@gradio/client": "^2.3.1",
49
49
  "@modelcontextprotocol/sdk": "^1.20.2",
50
- "@nexus-cortex/executors": "4.63.9",
51
- "@nexus-cortex/types": "4.63.9",
50
+ "@nexus-cortex/executors": "4.63.10",
51
+ "@nexus-cortex/types": "4.63.10",
52
52
  "@types/uuid": "^10.0.0",
53
53
  "ajv": "^8.12.0",
54
54
  "chokidar": "^3.6.0",