@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 CHANGED
@@ -1618,6 +1618,15 @@ var chutesModels = {
1618
1618
  inputPrice: 0.1481,
1619
1619
  outputPrice: 0.5926,
1620
1620
  description: "Moonshot AI Kimi K2 Instruct model with 75k context window."
1621
+ },
1622
+ "Qwen/Qwen3-235B-A22B-Thinking-2507": {
1623
+ maxTokens: 32768,
1624
+ contextWindow: 262144,
1625
+ supportsImages: false,
1626
+ supportsPromptCache: false,
1627
+ inputPrice: 0.077968332,
1628
+ outputPrice: 0.31202496,
1629
+ description: "Qwen3 235B A22B Thinking 2507 model with 262K context window."
1621
1630
  }
1622
1631
  };
1623
1632
 
@@ -4395,7 +4404,8 @@ var staticAppPropertiesSchema = import_zod10.z.object({
4395
4404
  appVersion: import_zod10.z.string(),
4396
4405
  vscodeVersion: import_zod10.z.string(),
4397
4406
  platform: import_zod10.z.string(),
4398
- editorName: import_zod10.z.string()
4407
+ editorName: import_zod10.z.string(),
4408
+ hostname: import_zod10.z.string().optional()
4399
4409
  });
4400
4410
  var dynamicAppPropertiesSchema = import_zod10.z.object({
4401
4411
  language: import_zod10.z.string(),