openrune 0.3.0 → 0.3.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/rune.js +1 -1
  2. package/package.json +1 -1
package/bin/rune.js CHANGED
@@ -720,8 +720,8 @@ function runRune(file, restArgs) {
720
720
 
721
721
  const claudeArgs = ['-p', '--print',
722
722
  '--permission-mode', 'auto',
723
+ '--verbose',
723
724
  '--output-format', 'stream-json',
724
- '--include-hook-events',
725
725
  ]
726
726
  if (systemPrompt) {
727
727
  claudeArgs.push('--system-prompt', systemPrompt)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openrune",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
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": {