Skip to content

fix(cli): display plain-string chat content in non-streaming mode#179

Merged
kylexqian merged 1 commit intomainfrom
claude/blissful-cannon
Mar 12, 2026
Merged

fix(cli): display plain-string chat content in non-streaming mode#179
kylexqian merged 1 commit intomainfrom
claude/blissful-cannon

Conversation

@kylexqian
Copy link
Collaborator

The print_llm_chat_result function silently dropped text responses because the elif branch only matched list-type content. Plain string content (normal LLM replies) never matched any branch and was never printed.

The print_llm_chat_result function silently dropped text responses
because the elif branch only matched list-type content. Plain string
content (normal LLM replies) never matched any branch and was never
printed.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@kylexqian kylexqian merged commit 92bc0da into main Mar 12, 2026
4 of 5 checks passed
@kylexqian kylexqian deleted the claude/blissful-cannon branch March 12, 2026 03:46
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