chore: auto-commit from dashboard

This commit is contained in:
2026-04-23 21:24:43 +00:00
parent 277a43b81f
commit 1b2b37a6bb
5 changed files with 33 additions and 6 deletions

View File

@@ -393,6 +393,7 @@ class Scheduler:
CLAUDE_BIN, "-p", job["prompt"],
"--model", job["model"],
"--output-format", "json",
"--dangerously-skip-permissions",
]
try: