Skip to content

Conversation

@bokelley
Copy link
Contributor

@bokelley bokelley commented Jan 4, 2026

Summary

  • When Addie pauses to use a tool during streaming, the text before and after the tool call was being concatenated without proper spacing
  • This adds a paragraph break (\n\n) between tool execution and subsequent text when the accumulated text doesn't already end with a newline

Test plan

  • Run typecheck and all tests pass
  • Tested locally with Docker - sent a query that triggers tool use (What is the get_products tool used for in AdCP?) and verified the response renders with proper spacing

🤖 Generated with Claude Code

When Addie pauses to use a tool during streaming, the text before and
after the tool call was being concatenated without proper spacing. This
adds a paragraph break (\n\n) between tool execution and subsequent
text when the accumulated text doesn't already end with a newline.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@bokelley bokelley merged commit de406f1 into main Jan 4, 2026
6 checks passed
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.

2 participants