Agent white text

This commit is contained in:
Raven Scott
2026-04-22 00:14:12 -04:00
parent 64106b7ac5
commit 596b7962a4
9 changed files with 9 additions and 18 deletions
+1 -4
View File
@@ -3937,10 +3937,7 @@ async function bareOsRunAgentSession(ctx, argv0, task, runOpts) {
if (e.type === 'delta_content') {
const chunk = typeof e.content === 'string' ? e.content : ''
assistantContent += chunk
bareAgentWriteOut(
stdout,
bareEditSgr('string', useColor) + chunk + EDIT_ANSI_RESET
)
bareAgentWriteOut(stdout, chunk)
} else if (e.type === 'delta_tool_calls') {
const arr = e.tool_calls
if (Array.isArray(arr)) {