opencommand-plugin 0.0.14 → 0.0.15

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/dist/index.js CHANGED
@@ -96,6 +96,15 @@ export const COMMAND_CODE_GO_PLAN_MODELS = [
96
96
  output: 8192,
97
97
  cost: { input: 0.27, output: 0.95, cache_read: 0.03 },
98
98
  },
99
+ {
100
+ id: "Qwen/Qwen3.7-Max",
101
+ name: "Qwen 3.7 Max",
102
+ description: "State-of-the-art Qwen reasoning and agent execution",
103
+ reasoning: true,
104
+ context: 200000,
105
+ output: 8192,
106
+ cost: { input: 1.3, output: 7.8, cache_read: 0.26, cache_write: 1.63 },
107
+ },
99
108
  {
100
109
  id: "Qwen/Qwen3.6-Max-Preview",
101
110
  name: "Qwen 3.6 Max Preview",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencommand-plugin",
3
- "version": "0.0.14",
3
+ "version": "0.0.15",
4
4
  "description": "OpenCommand - CommandCode API Plugin for OpenCode",
5
5
  "main": "./bin/opencode-plugin.js",
6
6
  "module": "./bin/opencode-plugin.js",