orchestrating 0.1.5 → 0.1.6

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/orch +1 -1
  2. package/package.json +1 -1
package/bin/orch CHANGED
@@ -344,7 +344,7 @@ if (adapter) {
344
344
  function spawnClaude(claudeArgs) {
345
345
  process.stderr.write(`${DIM}[orch] Spawning: ${command} ${claudeArgs.join(" ")}${RESET}\n`);
346
346
  const proc = spawn(command, claudeArgs, {
347
- stdio: ["pipe", "pipe", "pipe"],
347
+ stdio: ["ignore", "pipe", "pipe"],
348
348
  cwd: process.cwd(),
349
349
  env: childEnv,
350
350
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "orchestrating",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "description": "Stream terminal sessions to the orchestrat.ing dashboard",
5
5
  "type": "module",
6
6
  "bin": {