@ynhcj/xiaoyi-channel 0.0.180-beta → 0.0.181-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.
Files changed (2) hide show
  1. package/dist/src/bot.js +2 -0
  2. package/package.json +1 -1
package/dist/src/bot.js CHANGED
@@ -188,6 +188,7 @@ export async function handleXYMessage(params) {
188
188
  modelOverrideSource: "user",
189
189
  model: "",
190
190
  modelProvider: "",
191
+ contextTokens: 256_000,
191
192
  }),
192
193
  });
193
194
  if (!result) {
@@ -205,6 +206,7 @@ export async function handleXYMessage(params) {
205
206
  providerOverride: "xiaoyiprovider",
206
207
  modelOverride: modelName,
207
208
  modelOverrideSource: "user",
209
+ contextTokens: 256_000,
208
210
  };
209
211
  }
210
212
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ynhcj/xiaoyi-channel",
3
- "version": "0.0.180-beta",
3
+ "version": "0.0.181-beta",
4
4
  "description": "OpenClaw Xiaoyi Channel plugin - Xiaoyi A2A protocol integration",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",