summaryrefslogtreecommitdiff
path: root/internal/executor/claude.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/executor/claude.go')
-rw-r--r--internal/executor/claude.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/executor/claude.go b/internal/executor/claude.go
index fc54995..8901d35 100644
--- a/internal/executor/claude.go
+++ b/internal/executor/claude.go
@@ -99,6 +99,7 @@ func (r *ClaudeRunner) buildArgs(t *task.Task) []string {
args := []string{
"-p", t.Claude.Instructions,
"--output-format", "stream-json",
+ "--verbose",
}
if t.Claude.Model != "" {