@locusai/cli 0.20.0 → 0.20.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.
Files changed (2) hide show
  1. package/bin/locus.js +0 -1
  2. package/package.json +1 -1
package/bin/locus.js CHANGED
@@ -4534,7 +4534,6 @@ class SandboxedClaudeRunner {
4534
4534
  const text = chunk.toString();
4535
4535
  errorOutput += text;
4536
4536
  log.debug("sandboxed claude stderr", { text: text.slice(0, 500) });
4537
- options.onOutput?.(text);
4538
4537
  });
4539
4538
  this.process.on("close", (code) => {
4540
4539
  this.process = null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@locusai/cli",
3
- "version": "0.20.0",
3
+ "version": "0.20.1",
4
4
  "description": "GitHub-native AI engineering assistant",
5
5
  "type": "module",
6
6
  "bin": {