ylib-syim 0.0.31 → 0.0.32

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/bridges/main.ts +1 -0
  2. package/package.json +2 -2
package/bridges/main.ts CHANGED
@@ -6909,6 +6909,7 @@ function readEffectiveWhitelistFromConfig(
6909
6909
  "modelName",
6910
6910
  "agentId",
6911
6911
  "asyncMode",
6912
+ "injectSenderContextToPrompt",
6912
6913
  "gatewayPort",
6913
6914
  "gatewayBaseUrl",
6914
6915
  "uploadHost",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ylib-syim",
3
- "version": "0.0.31",
3
+ "version": "0.0.32",
4
4
  "description": "多 IM / 多 Agent 的会话路由与上下文管理(支持 /new)",
5
5
  "type": "module",
6
6
  "exports": {
@@ -46,7 +46,7 @@
46
46
  },
47
47
  "dependencies": {
48
48
  "@ffmpeg-installer/ffmpeg": "^1.1.0",
49
- "ylib-dingtalk-connector": "0.7.10-beta.18",
49
+ "ylib-dingtalk-connector": "0.7.10-beta.19",
50
50
  "ylib-openclaw-lark": "2026.3.17-beta.23",
51
51
  "ylib-openclaw-weixin": "2.1.7-beta.11",
52
52
  "axios": "^1.6.0",