feat(android): improve chat streaming and markdown rendering#26079
Merged
feat(android): improve chat streaming and markdown rendering#26079
Conversation
Contributor
Author
Jackson3195
pushed a commit
to Jackson3195/openclaw-with-a-personal-touch
that referenced
this pull request
Feb 25, 2026
brianleach
pushed a commit
to brianleach/openclaw
that referenced
this pull request
Feb 26, 2026
2 tasks
This was referenced Feb 26, 2026
execute008
pushed a commit
to execute008/openclaw
that referenced
this pull request
Feb 27, 2026
r4jiv007
pushed a commit
to r4jiv007/openclaw
that referenced
this pull request
Feb 28, 2026
6 tasks
hughdidit
pushed a commit
to hughdidit/DAISy-Agency
that referenced
this pull request
Mar 1, 2026
(cherry picked from commit d942e59)
hughdidit
pushed a commit
to hughdidit/DAISy-Agency
that referenced
this pull request
Mar 3, 2026
(cherry picked from commit d942e59)
zooqueen
pushed a commit
to hanzoai/bot
that referenced
this pull request
Mar 6, 2026
thebenjaminlee
pushed a commit
to escape-velocity-ventures/openclaw
that referenced
this pull request
Mar 7, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Improve Android chat UX in one pass:
Changes
ChatControllerand consumechatdelta updates.commonmark+ GFM extension dependencies.2026.02.002.9.71.10.06.1.34.16.1Validation
cd apps/android && ./gradlew :app:compileDebugKotlinGreptile Summary
This PR restores incremental chat streaming and upgrades markdown rendering to use a proper CommonMark AST parser with GFM extensions. The streaming fix adds
deltastate handling inChatControllerand corrects session filtering fromrunIdtosessionKey. The markdown renderer now supports headings, lists (including task lists), blockquotes, tables, code blocks, and inline formatting through thecommonmarklibrary instead of brittle regex patterns.Confidence Score: 4/5
Last reviewed commit: 3523b0f