clawnexus 0.2.0 → 0.2.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.
package/dist/cli/index.js CHANGED
@@ -245,7 +245,9 @@ async function cmdStart(args) {
245
245
  detached: true,
246
246
  stdio: ["ignore", logFd, logFd, "ipc"],
247
247
  env: { ...process.env },
248
+ windowsHide: true,
248
249
  });
250
+ child.disconnect();
249
251
  child.unref();
250
252
  if (child.pid) {
251
253
  // Wait briefly for daemon to start
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clawnexus",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "ClawNexus daemon and CLI — AI instance registry for OpenClaw",
5
5
  "license": "MIT",
6
6
  "author": "alan-silverstreams <alan@silverstream.tech>",