@ynhcj/xiaoyi-channel 0.0.138-beta → 0.0.139-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.
@@ -8,7 +8,7 @@ import { getCurrentTaskId, getCurrentMessageId } from "../task-manager.js";
8
8
  * 仅用于全局 Map 回退路径的清理,不影响 ALS 路径。
9
9
  * 工具已改为闭包捕获 ctx,此 TTL 仅作为防止 session 泄漏的最后防线。
10
10
  * 正常对话中 registerSession 会刷新 createdAt,所以长对话不受影响。 */
11
- const SESSION_TTL_MS = 60 * 60 * 1000; // 1 hour
11
+ const SESSION_TTL_MS = 6 * 60 * 60 * 1000; // 6 hours
12
12
  // Use globalThis to ensure a single Map instance across all module copies.
13
13
  // The xy_channel plugin may be loaded by openclaw from different module resolution
14
14
  // paths (plugin entry vs tool registration), causing session-manager.ts to be
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ynhcj/xiaoyi-channel",
3
- "version": "0.0.138-beta",
3
+ "version": "0.0.139-beta",
4
4
  "description": "OpenClaw Xiaoyi Channel plugin - Xiaoyi A2A protocol integration",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",