fix(logging): quiet embedded run console logs

This commit is contained in:
Peter Steinberger
2026-01-03 20:57:32 +00:00
parent 3b075dff8a
commit 3872f32419
3 changed files with 18 additions and 14 deletions

View File

@@ -29,6 +29,7 @@
- Control UI: generate UUIDs when `crypto.randomUUID()` is unavailable over HTTP — thanks @ratulsarna.
- Control UI: stream live tool output cards in Chat (agent events include sessionKey).
- Agent: add soft block-stream chunking (8001200 chars default) with paragraph/newline preference.
- Agent: route embedded run lifecycle logs through subsystem console formatting and reduce log noise.
- Agent tools: scope the Discord tool to Discord surface runs.
- Agent tools: format verbose tool summaries without brackets, with unique emojis and `tool: detail` style.
- Agent tools: emit verbose tool summaries at tool start (no debounce).