@ynhcj/xiaoyi-channel 0.0.93-beta → 0.0.94-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.
@@ -17,9 +17,9 @@ function isRetryableProviderError(message) {
17
17
  if (!message)
18
18
  return false;
19
19
  const lower = message.toLowerCase();
20
- if (lower.includes("server_error"))
20
+ if (lower.includes("the server had an error while processing your request"))
21
21
  return true;
22
- if (lower.includes("rate_limit_error"))
22
+ if (lower.includes("rate limit reached for requests"))
23
23
  return true;
24
24
  return false;
25
25
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ynhcj/xiaoyi-channel",
3
- "version": "0.0.93-beta",
3
+ "version": "0.0.94-beta",
4
4
  "description": "OpenClaw Xiaoyi Channel plugin - Xiaoyi A2A protocol integration",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",