Agent white text
This commit is contained in:
+1
-4
@@ -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,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,6 +1,6 @@
|
||||
{
|
||||
"schema": 1,
|
||||
"atMs": 1776830783964,
|
||||
"atMs": 1776831241273,
|
||||
"commands": [
|
||||
"agent",
|
||||
"arch",
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user