@devness/useai 0.6.1 → 0.6.2

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 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -684,7 +684,7 @@ var VERSION;
684
684
  var init_version = __esm({
685
685
  "../shared/dist/constants/version.js"() {
686
686
  "use strict";
687
- VERSION = "0.6.1";
687
+ VERSION = "0.6.2";
688
688
  }
689
689
  });
690
690
 
@@ -5755,7 +5755,7 @@ async function ensureDaemon(options) {
5755
5755
  npxArgs.push("--prefer-online");
5756
5756
  npxArgs.push("@devness/useai@latest", "daemon", "--port", String(DAEMON_PORT));
5757
5757
  const child = spawn(npxPath, npxArgs, {
5758
- detached: true,
5758
+ detached: !isWindows2,
5759
5759
  stdio: "ignore",
5760
5760
  shell: isWindows2,
5761
5761
  windowsHide: true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devness/useai",
3
- "version": "0.6.1",
3
+ "version": "0.6.2",
4
4
  "description": "Track your AI-assisted development workflow. MCP server that records usage metrics across all your AI tools.",
5
5
  "keywords": [
6
6
  "mcp",