ACP: add hidden-boundary separator for hidden tool events

This commit is contained in:
Onur
2026-03-01 14:55:40 +01:00
committed by Onur Solmaz
parent acd6ddb829
commit c8b958e573
8 changed files with 291 additions and 1 deletions

View File

@@ -176,6 +176,8 @@ export const FIELD_HELP: Record<string, string> = {
"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 projected output incrementally, final_only buffers all projected ACP output until terminal turn events.",
"acp.stream.hiddenBoundarySeparator":
"Separator inserted before next visible assistant text when hidden ACP tool lifecycle events occurred (none|space|newline|paragraph).",
"acp.stream.maxTurnChars":
"Maximum assistant text characters projected per ACP turn before truncation notice is emitted.",
"acp.stream.maxToolSummaryChars":