@wu529778790/open-im 1.11.3-beta.3 → 1.11.3-beta.4
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.
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -219,7 +219,7 @@ function buildStartupMessage(platform, appVersion, aiCommand, defaultWorkDir, se
|
|
|
219
219
|
}
|
|
220
220
|
const platformName = PLATFORM_DISPLAY_NAMES[platform] ?? platform;
|
|
221
221
|
const toolName = getAIToolDisplayName(aiCommand);
|
|
222
|
-
const dir =
|
|
222
|
+
const dir = escapePathForMarkdown(sessionDir || defaultWorkDir);
|
|
223
223
|
return buildNotification({
|
|
224
224
|
emoji: "✅",
|
|
225
225
|
title: `open-im v${appVersion} 已就绪`,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wu529778790/open-im",
|
|
3
|
-
"version": "1.11.3-beta.
|
|
3
|
+
"version": "1.11.3-beta.4",
|
|
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",
|