claude stream-json with --print also requires --verbose
This commit is contained in:
parent
496bb5484a
commit
c4d94798a1
1 changed files with 1 additions and 0 deletions
|
|
@ -101,6 +101,7 @@ impl ShardSession {
|
||||||
let mut cmd = Command::new("claude");
|
let mut cmd = Command::new("claude");
|
||||||
cmd.args([
|
cmd.args([
|
||||||
"--print",
|
"--print",
|
||||||
|
"--verbose",
|
||||||
"--input-format",
|
"--input-format",
|
||||||
"stream-json",
|
"stream-json",
|
||||||
"--output-format",
|
"--output-format",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue