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)) {
+1 -1
View File
@@ -1,7 +1,7 @@
{
"schema": 2,
"profileId": "bare-os-posix-like",
"generatedAt": "2026-04-22T04:06:23.964Z",
"generatedAt": "2026-04-22T04:14:01.274Z",
"note": "Sparse POSIX Issue 7 coverage hints for /bin utilities. Omitted command names are not yet profiled here.",
"commandIndex": [
{
+1 -1
View File
@@ -1,6 +1,6 @@
{
"schema": 1,
"atMs": 1776830783964,
"atMs": 1776831241273,
"commands": [
"agent",
"arch",
File diff suppressed because one or more lines are too long