openrune 0.3.1 → 0.3.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/bin/rune.js +1 -1
  2. package/package.json +1 -1
package/bin/rune.js CHANGED
@@ -730,7 +730,7 @@ function runRune(file, restArgs) {
730
730
 
731
731
  const child = spawn('claude', claudeArgs, {
732
732
  cwd: folderPath,
733
- stdio: ['pipe', 'pipe', 'pipe'],
733
+ stdio: ['ignore', 'pipe', 'pipe'],
734
734
  env: { ...process.env },
735
735
  })
736
736
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openrune",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "description": "Rune — File-based AI Agent Harness for Claude Code",
5
5
  "keywords": ["ai", "agent", "claude", "desktop", "electron", "mcp", "claude-code", "harness", "automation"],
6
6
  "repository": {