@ynhcj/xiaoyi-channel 0.0.179-beta → 0.0.180-beta

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.
@@ -436,7 +436,7 @@ export const xiaoyiProvider = {
436
436
  reasoning: false,
437
437
  input: ["text"],
438
438
  cost: { input: 0, output: 0, cacheRead: 0, cacheWrite: 0 },
439
- contextWindow: 128_000,
439
+ contextWindow: 256_000,
440
440
  maxTokens: 8192,
441
441
  ...(ctx.providerConfig?.headers && typeof ctx.providerConfig.headers === "object"
442
442
  ? { headers: ctx.providerConfig.headers }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ynhcj/xiaoyi-channel",
3
- "version": "0.0.179-beta",
3
+ "version": "0.0.180-beta",
4
4
  "description": "OpenClaw Xiaoyi Channel plugin - Xiaoyi A2A protocol integration",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",