ACP: make final_only defer all projected output

This commit is contained in:
Onur
2026-03-01 13:33:57 +01:00
committed by Onur Solmaz
parent 4a82012461
commit c3a1fe01ae
6 changed files with 151 additions and 20 deletions

View File

@@ -175,7 +175,7 @@ export const FIELD_HELP: Record<string, string> = {
"acp.stream.repeatSuppression":
"When true (default), suppress repeated ACP status/tool projection lines in a turn while keeping raw ACP events unchanged.",
"acp.stream.deliveryMode":
"ACP delivery style: live streams block chunks incrementally, final_only buffers text deltas until terminal turn events.",
"ACP delivery style: live streams projected output incrementally, final_only buffers all projected ACP output until terminal turn events.",
"acp.stream.maxTurnChars":
"Maximum assistant text characters projected per ACP turn before truncation notice is emitted.",
"acp.stream.maxToolSummaryChars":