Skip to content

Commit 5102c48

Browse files
Terraphim CIclaude
andcommitted
fix(symphony): add --verbose flag for claude -p stream-json mode
Claude Code CLI requires --verbose when using --output-format stream-json with -p (print) mode. Without it, all sessions exit immediately with code 1. Co-Authored-By: Terraphim AI <noreply@anthropic.com>
1 parent 7eedf4d commit 5102c48

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

crates/terraphim_symphony/src/runner/claude_code.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ impl ClaudeCodeSession {
112112
prompt.to_string(),
113113
"--output-format".to_string(),
114114
"stream-json".to_string(),
115+
"--verbose".to_string(),
115116
];
116117

117118
// Append max-turns from config

0 commit comments

Comments
 (0)