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

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 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -184,7 +184,7 @@ function buildNotification(opts) {
184
184
  if (details.length > 0) {
185
185
  lines.push("", ...details);
186
186
  }
187
- return lines.join("\n");
187
+ return lines.join("\n\n");
188
188
  }
189
189
  function buildStartupMessage(platform, appVersion, aiCommand, defaultWorkDir, sessionManager) {
190
190
  let sessionDir;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wu529778790/open-im",
3
- "version": "1.11.2-beta.28",
3
+ "version": "1.11.2-beta.29",
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",