@docyrus/docyrus 0.0.65 → 0.0.66

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@docyrus/docyrus",
3
- "version": "0.0.65",
3
+ "version": "0.0.66",
4
4
  "private": false,
5
5
  "description": "Docyrus API CLI",
6
6
  "main": "./main.js",
@@ -14,8 +14,8 @@
14
14
  "@clack/prompts": "^0.11.0",
15
15
  "@ff-labs/fff-node": "0.6.4",
16
16
  "@hono/node-server": "^1.19.13",
17
- "@mariozechner/pi-ai": "0.69.0",
18
- "@mariozechner/pi-coding-agent": "0.69.0",
17
+ "@mariozechner/pi-ai": "0.70.2",
18
+ "@mariozechner/pi-coding-agent": "0.70.2",
19
19
  "@modelcontextprotocol/ext-apps": "^1.2.2",
20
20
  "@modelcontextprotocol/sdk": "^1.25.1",
21
21
  "@mozilla/readability": "^0.6.0",
package/server-loader.js CHANGED
@@ -41035,7 +41035,7 @@ var DEEPSEEK_MODELS = [
41035
41035
  input: 0.14,
41036
41036
  output: 0.28,
41037
41037
  cacheRead: 0.028,
41038
- cacheWrite: 0.14
41038
+ cacheWrite: 0
41039
41039
  }
41040
41040
  },
41041
41041
  {
@@ -41045,7 +41045,7 @@ var DEEPSEEK_MODELS = [
41045
41045
  input: 1.74,
41046
41046
  output: 3.48,
41047
41047
  cacheRead: 0.145,
41048
- cacheWrite: 1.74
41048
+ cacheWrite: 0
41049
41049
  }
41050
41050
  }
41051
41051
  ];
@@ -41068,7 +41068,8 @@ function createDeepseekProviderConfig() {
41068
41068
  cacheWrite: model.cost.cacheWrite
41069
41069
  },
41070
41070
  compat: {
41071
- supportsReasoningEffort: true,
41071
+ thinkingFormat: "deepseek",
41072
+ requiresReasoningContentOnAssistantMessages: true,
41072
41073
  reasoningEffortMap: {
41073
41074
  minimal: "high",
41074
41075
  low: "high",