Skip to content

fix: buffer harness streaming text for readable GitHub Actions logs#946

Merged
jesseturner21 merged 1 commit intoaws:mainfrom
jesseturner21:fix/harness-review-formatting
Apr 24, 2026
Merged

fix: buffer harness streaming text for readable GitHub Actions logs#946
jesseturner21 merged 1 commit intoaws:mainfrom
jesseturner21:fix/harness-review-formatting

Conversation

@jesseturner21
Copy link
Copy Markdown
Contributor

Summary

  • Buffers streamed text deltas from the harness and flushes them as complete lines at block boundaries
  • Previously each tiny token chunk was printed individually, creating one log line per token in GitHub Actions (see example run)

Test plan

  • Trigger workflow_dispatch on pr-ai-review.yml and verify the "Run AI review" step shows readable multi-word lines instead of fragmented tokens

…ions

Each text delta from the harness was printed individually with flush,
creating a separate log line per token. Now text is buffered and
flushed as complete lines at block boundaries.
@jesseturner21 jesseturner21 requested a review from a team April 24, 2026 13:12
@github-actions github-actions Bot added the size/xs PR size: XS label Apr 24, 2026
@github-actions
Copy link
Copy Markdown
Contributor

Package Tarball

aws-agentcore-0.10.0.tgz

How to install

npm install https://github.com/aws/agentcore-cli/releases/download/pr-946-tarball/aws-agentcore-0.10.0.tgz

@jesseturner21 jesseturner21 merged commit cb1e81a into aws:main Apr 24, 2026
22 of 23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size/xs PR size: XS

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants