iOS Chat: clean UI noise and format tool outputs#22122
Merged
Conversation
3e4e1f7 to
34dd87b
Compare
Contributor
Author
MisterGuy420
pushed a commit
to MisterGuy420/openclaw-dev
that referenced
this pull request
Feb 20, 2026
Merged via /review-pr -> /prepare-pr -> /merge-pr. Prepared head SHA: 34dd87b Co-authored-by: mbelinky <[email protected]> Co-authored-by: mbelinky <[email protected]> Reviewed-by: @mbelinky
rodrigogs
pushed a commit
to rodrigogs/openclaw
that referenced
this pull request
Feb 20, 2026
Merged via /review-pr -> /prepare-pr -> /merge-pr. Prepared head SHA: 34dd87b Co-authored-by: mbelinky <[email protected]> Co-authored-by: mbelinky <[email protected]> Reviewed-by: @mbelinky
Hansen1018
added a commit
to Hansen1018/openclaw
that referenced
this pull request
Feb 21, 2026
Merged via /review-pr -> /prepare-pr -> /merge-pr. Prepared head SHA: 34dd87b Co-authored-by: mbelinky <[email protected]> Co-authored-by: mbelinky <[email protected]> Reviewed-by: @mbelinky
vincentkoc
pushed a commit
that referenced
this pull request
Feb 21, 2026
Merged via /review-pr -> /prepare-pr -> /merge-pr. Prepared head SHA: 34dd87b Co-authored-by: mbelinky <[email protected]> Co-authored-by: mbelinky <[email protected]> Reviewed-by: @mbelinky
dgarson
pushed a commit
to dgarson/clawdbot
that referenced
this pull request
Feb 21, 2026
Merged via /review-pr -> /prepare-pr -> /merge-pr. Prepared head SHA: 34dd87b Co-authored-by: mbelinky <[email protected]> Co-authored-by: mbelinky <[email protected]> Reviewed-by: @mbelinky
mmyyfirstb
pushed a commit
to mmyyfirstb/openclaw
that referenced
this pull request
Feb 21, 2026
Merged via /review-pr -> /prepare-pr -> /merge-pr. Prepared head SHA: 34dd87b Co-authored-by: mbelinky <[email protected]> Co-authored-by: mbelinky <[email protected]> Reviewed-by: @mbelinky
obviyus
pushed a commit
to guirguispierre/openclaw
that referenced
this pull request
Feb 22, 2026
Merged via /review-pr -> /prepare-pr -> /merge-pr. Prepared head SHA: 34dd87b Co-authored-by: mbelinky <[email protected]> Co-authored-by: mbelinky <[email protected]> Reviewed-by: @mbelinky
mreedr
pushed a commit
to mreedr/openclaw-custom
that referenced
this pull request
Feb 24, 2026
Merged via /review-pr -> /prepare-pr -> /merge-pr. Prepared head SHA: 34dd87b Co-authored-by: mbelinky <[email protected]> Co-authored-by: mbelinky <[email protected]> Reviewed-by: @mbelinky
6 tasks
hughdidit
pushed a commit
to hughdidit/DAISy-Agency
that referenced
this pull request
Mar 1, 2026
Merged via /review-pr -> /prepare-pr -> /merge-pr. Prepared head SHA: 34dd87b Co-authored-by: mbelinky <[email protected]> Co-authored-by: mbelinky <[email protected]> Reviewed-by: @mbelinky (cherry picked from commit 9476dda)
hughdidit
pushed a commit
to hughdidit/DAISy-Agency
that referenced
this pull request
Mar 3, 2026
Merged via /review-pr -> /prepare-pr -> /merge-pr. Prepared head SHA: 34dd87b Co-authored-by: mbelinky <[email protected]> Co-authored-by: mbelinky <[email protected]> Reviewed-by: @mbelinky (cherry picked from commit 9476dda) # Conflicts: # apps/shared/MoltbotKit/Sources/MoltbotChatUI/ChatComposer.swift # apps/shared/MoltbotKit/Sources/MoltbotChatUI/ChatMessageViews.swift # apps/shared/MoltbotKit/Sources/MoltbotChatUI/ToolResultTextFormatter.swift # apps/shared/MoltbotKit/Tests/MoltbotKitTests/ToolResultTextFormatterTests.swift
zooqueen
pushed a commit
to hanzoai/bot
that referenced
this pull request
Mar 6, 2026
Merged via /review-pr -> /prepare-pr -> /merge-pr. Prepared head SHA: 34dd87b Co-authored-by: mbelinky <[email protected]> Co-authored-by: mbelinky <[email protected]> Reviewed-by: @mbelinky
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
Files
apps/shared/OpenClawKit/Sources/OpenClawChatUI/ChatComposer.swiftapps/shared/OpenClawKit/Sources/OpenClawChatUI/ChatMarkdownPreprocessor.swiftapps/shared/OpenClawKit/Sources/OpenClawChatUI/ChatMessageViews.swiftapps/shared/OpenClawKit/Sources/OpenClawChatUI/ChatView.swiftapps/shared/OpenClawKit/Sources/OpenClawChatUI/ToolResultTextFormatter.swiftapps/shared/OpenClawKit/Tests/OpenClawKitTests/ChatMarkdownPreprocessorTests.swiftapps/shared/OpenClawKit/Tests/OpenClawKitTests/ToolResultTextFormatterTests.swiftValidation
cd apps/shared/OpenClawKit && swift testGreptile Summary
Cleaned up iOS chat UI by hiding inbound metadata blocks and timestamp prefixes, added structured tool-result formatter to suppress raw JSON noise, compacted composer while typing with keyboard dismiss on chat tap, and removed redundant "thinking..." text while keeping typing indicator.
ChatMarkdownPreprocessorfilters to strip untrusted metadata context blocks and timestamp prefixes from rendered chat textToolResultTextFormatterto format raw JSON tool results into concise summaries (e.g., nodes list, error messages)ChatComposerto compact UI on iOS when focused (hides toolbar, connection pill, and divider)ChatViewfor iOSConfidence Score: 5/5
Last reviewed commit: 3e4e1f7