-
-
Notifications
You must be signed in to change notification settings - Fork 80.7k
[Bug]: iOS app: Assistant response line breaks not rendered #98028
Copy link
Copy link
Closed
Labels
P2Normal backlog priority with limited blast radius.Normal backlog priority with limited blast radius.bugSomething isn't workingSomething isn't workingbug:behaviorIncorrect behavior without a crashIncorrect behavior without a crashclawsweeper:needs-live-reproClawSweeper needs live local, crabbox, or manual validation to confirm this issue.ClawSweeper needs live local, crabbox, or manual validation to confirm this issue.impact:otherThis issue has meaningful maintainer-visible impact outside the owned taxonomy.This issue has meaningful maintainer-visible impact outside the owned taxonomy.issue-rating: 🐚 platinum hermitGood issue quality with a plausible reproduction path needing some confirmation.Good issue quality with a plausible reproduction path needing some confirmation.
Description
Metadata
Metadata
Assignees
Labels
P2Normal backlog priority with limited blast radius.Normal backlog priority with limited blast radius.bugSomething isn't workingSomething isn't workingbug:behaviorIncorrect behavior without a crashIncorrect behavior without a crashclawsweeper:needs-live-reproClawSweeper needs live local, crabbox, or manual validation to confirm this issue.ClawSweeper needs live local, crabbox, or manual validation to confirm this issue.impact:otherThis issue has meaningful maintainer-visible impact outside the owned taxonomy.This issue has meaningful maintainer-visible impact outside the owned taxonomy.issue-rating: 🐚 platinum hermitGood issue quality with a plausible reproduction path needing some confirmation.Good issue quality with a plausible reproduction path needing some confirmation.
Type
Fields
Priority
None yet
Bug type
Behavior bug (incorrect output/state without crash)
Beta release blocker
No
Summary
The OpenClaw iOS app does not render line breaks in assistant responses. User messages display correctly with line breaks, but assistant responses are displayed as a single continuous block of text.
Steps to reproduce
Key Finding
To Reproduce
Environment
Workarounds Attempted (All Failed)
Suggested Fix
The iOS app's assistant message bubble renderer likely needs to preserve newline characters when rendering assistant message text, similar to how user message bubbles already work.
App Store Link
https://apps.apple.com/es/app/openclaw-ai-that-does-things/id6780396132
⸻Si puedes adjuntar la captura de pantalla que me enviaste antes, mejor aún.
Expected behavior
Line breaks in assistant responses should be preserved and displayed as new lines.
Actual behavior
Assistant response text is rendered as a single continuous string without line breaks.
OpenClaw version
2026.6.10 (1)
Operating system
iOS 26.5
Install method
App store
Model
kimi-k2.6, glm-5.2, minimax-m3, deepseek-v4-pro
Provider / routing chain
OpenClaw LAN Gateway
Additional provider/model setup details
After extensive testing with 4 different LLM models (kimi-k2.6, glm-5.2, minimax-m3, deepseek-v4-pro), the issue is consistent across all models. This confirms the bug is in the iOS app rendering layer.
Additionally, user messages DO display line breaks correctly, but assistant responses do NOT. This suggests the bug is specific to how the app renders assistant message bubbles.
Logs
Screenshots, recordings, and evidence
Impact and severity
No response
Additional information
No response