@wu529778790/open-im 1.0.0 → 1.0.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.
@@ -48,6 +48,7 @@ export function runClaude(cliPath, prompt, sessionId, workDir, callbacks, option
48
48
  stdio: ["ignore", "pipe", "pipe"],
49
49
  env,
50
50
  shell: true,
51
+ windowsHide: true,
51
52
  });
52
53
  }
53
54
  else {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wu529778790/open-im",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Multi-platform IM bridge for AI CLI tools (Claude, Codex, Cursor)",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",