owlcode 0.1.0 → 0.1.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.
@@ -20,7 +20,7 @@ export class ClaudeRunner extends EventEmitter {
20
20
  }
21
21
  hasSession = false;
22
22
  buildArgs(outputFormat) {
23
- const args = ["--print", "--output-format", outputFormat];
23
+ const args = ["--print", "--dangerously-skip-permissions", "--output-format", outputFormat];
24
24
  if (outputFormat === "stream-json") {
25
25
  args.push("--verbose");
26
26
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "owlcode",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Telegram bot for remote Claude Code access — your owl delivers code commands and brings back results",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",