pi-opencode-go-provider 1.0.4 → 1.0.5

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/package.json +1 -1
  2. package/patch.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-opencode-go-provider",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "Opencode Go provider extension for pi - Fast, efficient GLM, Kimi, and MiniMax models through the opencode.ai API",
5
5
  "type": "module",
6
6
  "main": "index.ts",
package/patch.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "deepseek-v4-flash": {
3
3
  "compat": { "requiresReasoningContentOnAssistantMessages": true, "thinkingFormat": "deepseek" },
4
- "thinkingLevelMap": { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": "max" }
4
+ "thinkingLevelMap": { "minimal": null, "low": null, "medium": null, "high": "high", "max": "max" }
5
5
  },
6
6
  "deepseek-v4-pro": {
7
7
  "compat": { "requiresReasoningContentOnAssistantMessages": true, "thinkingFormat": "deepseek" },
8
- "thinkingLevelMap": { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": "max" }
8
+ "thinkingLevelMap": { "minimal": null, "low": null, "medium": null, "high": "high", "max": "max" }
9
9
  },
10
10
  "kimi-k2.6": {
11
11
  "compat": { "thinkingFormat": "deepseek", "supportsReasoningEffort": false },