You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dashboard: strip <system-reminder> blocks from the user-message preview
Claude Code wraps every user turn with injected <system-reminder>…</system-reminder>
context (email, date, tool notes), which the LAST USER MESSAGE column was showing
instead of what was actually typed. Add humanText(): strip those blocks for the
preview so the column reads e.g. "hello claude", falling back to the raw text
for turns that are only injected content. The detail overlay still keeps the full
message. Applies to both the live path and the mock echo.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
0 commit comments