Skip to content

Fix spacing between AGY harness responses#239

Open
rakyll wants to merge 1 commit into
mainfrom
agy-whitespace
Open

Fix spacing between AGY harness responses#239
rakyll wants to merge 1 commit into
mainfrom
agy-whitespace

Conversation

@rakyll

@rakyll rakyll commented Jul 3, 2026

Copy link
Copy Markdown
Member

The AGY harness streams each contiguous block of assistant text as a separate TextContent message, with tool calls in between. The CLI display (cmd/ax/internal/display.go) tracks a state field to decide when to insert separating newlines but the Content_ToolCall case was a pure no-op that left state == stateText.

Fixes #233.

The AGY harness streams each contiguous block of assistant text as a separate TextContent message, with tool calls in between. The CLI display (cmd/ax/internal/display.go) tracks a state field to decide when to insert separating newlines  but the Content_ToolCall case was a pure no-op that left state == stateText.

Fixes #233.
@rakyll rakyll requested a review from joycel-github July 3, 2026 21:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

No new space between AGY harness responses

1 participant