mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-06 05:51:15 +08:00
Handle ACP status progress commentary
This commit is contained in:
@@ -1202,7 +1202,7 @@ Notes:
|
||||
- `stream.hiddenBoundarySeparator`: separator before visible text after hidden tool events (default: `"paragraph"`).
|
||||
- `stream.maxOutputChars`: maximum assistant output characters projected per ACP turn.
|
||||
- `stream.maxSessionUpdateChars`: maximum characters for projected ACP status/update lines.
|
||||
- `stream.assistantCommentary`: when `true`, relay assistant commentary/progress text into ACP parent stream updates. Defaults to `false`.
|
||||
- `stream.assistantCommentary`: when `true`, relay assistant commentary and selected ACP status progress text into ACP parent stream updates. Defaults to `false`.
|
||||
- `stream.tagVisibility`: record of tag names to boolean visibility overrides for streamed events.
|
||||
- `runtime.ttlMinutes`: idle TTL in minutes for ACP session workers before eligible cleanup.
|
||||
- `runtime.installCommand`: optional install command to run when bootstrapping an ACP runtime environment.
|
||||
|
||||
@@ -548,9 +548,9 @@ Two ways to start an ACP session:
|
||||
requester session as system events. Accepted responses include
|
||||
`streamLogPath` pointing to a session-scoped JSONL log
|
||||
(`<sessionId>.acp-stream.jsonl`) you can tail for full relay history.
|
||||
Assistant commentary/progress text is hidden by default; set
|
||||
`acp.stream.assistantCommentary: true` to include it in parent stream
|
||||
updates while keeping final-answer delivery unchanged.
|
||||
Assistant commentary and selected ACP status progress text are hidden by
|
||||
default; set `acp.stream.assistantCommentary: true` to include them in parent
|
||||
stream updates while keeping final-answer delivery unchanged.
|
||||
</ParamField>
|
||||
|
||||
ACP `sessions_spawn` runs use `agents.defaults.subagents.runTimeoutSeconds` for
|
||||
|
||||
Reference in New Issue
Block a user