openrune 0.3.2 → 0.3.3

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
@@ -719,7 +719,7 @@ function runRune(file, restArgs) {
719
719
  console.log(`🔮 [auto] ${rune.name} is working on: ${prompt}\n`)
720
720
 
721
721
  const claudeArgs = ['-p', '--print',
722
- '--permission-mode', 'auto',
722
+ '--dangerously-skip-permissions',
723
723
  '--verbose',
724
724
  '--output-format', 'stream-json',
725
725
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openrune",
3
- "version": "0.3.2",
3
+ "version": "0.3.3",
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": {