ylib-syim 0.0.34 → 0.0.35

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 +3 -3
package/bridges/main.ts CHANGED
@@ -6883,6 +6883,7 @@ function readEffectiveWhitelistFromConfig(
6883
6883
  "gatewayBaseUrl",
6884
6884
  "gatewayToken",
6885
6885
  "streaming",
6886
+ "injectSenderContextToPrompt",
6886
6887
  "uploadHost",
6887
6888
  ],
6888
6889
  runtimeReadonlyFields: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ylib-syim",
3
- "version": "0.0.34",
3
+ "version": "0.0.35",
4
4
  "description": "多 IM / 多 Agent 的会话路由与上下文管理(支持 /new)",
5
5
  "type": "module",
6
6
  "exports": {
@@ -47,8 +47,8 @@
47
47
  "dependencies": {
48
48
  "@ffmpeg-installer/ffmpeg": "^1.1.0",
49
49
  "ylib-dingtalk-connector": "0.7.10-beta.20",
50
- "ylib-openclaw-lark": "2026.3.17-beta.25",
51
- "ylib-openclaw-weixin": "2.1.7-beta.12",
50
+ "ylib-openclaw-lark": "2026.3.17-beta.26",
51
+ "ylib-openclaw-weixin": "2.1.7-beta.13",
52
52
  "axios": "^1.6.0",
53
53
  "dingtalk-stream": "^2.1.4",
54
54
  "fluent-ffmpeg": "^2.1.3",