@roo-code/types 1.69.0 → 1.71.0
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.cjs +11 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +172 -1
- package/dist/index.d.ts +172 -1
- package/dist/index.js +11 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1346,6 +1346,15 @@ var chutesModels = {
|
|
|
1346
1346
|
inputPrice: 0.1481,
|
|
1347
1347
|
outputPrice: 0.5926,
|
|
1348
1348
|
description: "Moonshot AI Kimi K2 Instruct model with 75k context window."
|
|
1349
|
+
},
|
|
1350
|
+
"Qwen/Qwen3-235B-A22B-Thinking-2507": {
|
|
1351
|
+
maxTokens: 32768,
|
|
1352
|
+
contextWindow: 262144,
|
|
1353
|
+
supportsImages: false,
|
|
1354
|
+
supportsPromptCache: false,
|
|
1355
|
+
inputPrice: 0.077968332,
|
|
1356
|
+
outputPrice: 0.31202496,
|
|
1357
|
+
description: "Qwen3 235B A22B Thinking 2507 model with 262K context window."
|
|
1349
1358
|
}
|
|
1350
1359
|
};
|
|
1351
1360
|
|
|
@@ -4123,7 +4132,8 @@ var staticAppPropertiesSchema = z10.object({
|
|
|
4123
4132
|
appVersion: z10.string(),
|
|
4124
4133
|
vscodeVersion: z10.string(),
|
|
4125
4134
|
platform: z10.string(),
|
|
4126
|
-
editorName: z10.string()
|
|
4135
|
+
editorName: z10.string(),
|
|
4136
|
+
hostname: z10.string().optional()
|
|
4127
4137
|
});
|
|
4128
4138
|
var dynamicAppPropertiesSchema = z10.object({
|
|
4129
4139
|
language: z10.string(),
|