omp-wechat 1.4.0 → 1.4.1

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/index.js +1 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1914,6 +1914,7 @@ class ChatSession {
1914
1914
  systemPrompt: config.systemPrompt,
1915
1915
  modelPattern: config.model
1916
1916
  });
1917
+ session.setAdvisorEnabled(false);
1917
1918
  if (modelFallbackMessage) {
1918
1919
  logger.warn(`Model fallback: ${modelFallbackMessage}`);
1919
1920
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "omp-wechat",
3
- "version": "1.4.0",
3
+ "version": "1.4.1",
4
4
  "description": "OMP/Pi extension: bridge WeChat messages to OMP's AI engine via the iLink Bot API",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",