@wu529778790/open-im 1.11.2-beta.29 → 1.11.2-beta.30

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 +2 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -171,6 +171,8 @@ function buildNotification(opts) {
171
171
  details.push(`📱 平台: ${opts.platform}`);
172
172
  if (opts.aiCommand)
173
173
  details.push(`🤖 AI: ${opts.aiCommand}`);
174
+ if (opts.dir)
175
+ details.push(`📁 目录: ${opts.dir}`);
174
176
  // 插件:最多显示 3 个,超过则截断
175
177
  const plugins = getEnabledPlugins();
176
178
  if (plugins.length > 0) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wu529778790/open-im",
3
- "version": "1.11.2-beta.29",
3
+ "version": "1.11.2-beta.30",
4
4
  "description": "Your AI coding assistant, in every chat app. Multi-platform IM bridge for Claude Code, Codex, and CodeBuddy.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",