mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 16:50:43 +00:00
fix(agents): keep claude live streams valid
This commit is contained in:
@@ -147,8 +147,12 @@ export function buildClaudeLiveArgs(params: {
|
||||
return appendArg(
|
||||
upsertArgValue(
|
||||
upsertArgValue(
|
||||
stripLiveProcessArgs(params.args, params.backend, params.useResume),
|
||||
"--input-format",
|
||||
upsertArgValue(
|
||||
stripLiveProcessArgs(params.args, params.backend, params.useResume),
|
||||
"--input-format",
|
||||
"stream-json",
|
||||
),
|
||||
"--output-format",
|
||||
"stream-json",
|
||||
),
|
||||
"--permission-prompt-tool",
|
||||
|
||||
Reference in New Issue
Block a user