@locusai/cli 0.3.3 → 0.4.0

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/bin/locus.js +1 -1
  2. package/package.json +2 -2
package/bin/locus.js CHANGED
@@ -30886,7 +30886,7 @@ Return ONLY a JSON object with this structure:
30886
30886
  File Tree:
30887
30887
  ${tree}`;
30888
30888
  const claude = spawn3("claude", ["--print"], {
30889
- stdio: ["pipe", "pipe", "pipe"],
30889
+ stdio: ["pipe", "pipe", "ignore"],
30890
30890
  cwd: this.projectPath
30891
30891
  });
30892
30892
  let output = "";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@locusai/cli",
3
- "version": "0.3.3",
3
+ "version": "0.4.0",
4
4
  "description": "Local-first AI development platform & engineering workspace",
5
5
  "type": "module",
6
6
  "bin": {
@@ -31,7 +31,7 @@
31
31
  "author": "",
32
32
  "license": "MIT",
33
33
  "dependencies": {
34
- "@locusai/sdk": "^0.3.3"
34
+ "@locusai/sdk": "^0.4.0"
35
35
  },
36
36
  "devDependencies": {}
37
37
  }