Skip to content

[Bug]: Conversation metadata visible to user in webchat and macOS app #21106

@1of13

Description

@1of13

Summary

Inbound message metadata (the Conversation info (untrusted metadata) JSON block and
timestamp/sender line) is being rendered in the conversation view, visible to the end user. This
context is intended only for the assistant's internal use and should be stripped before display.

Affected surfaces: Webchat UI and OpenClaw macOS app.

Steps to reproduce

  1. Send a message via webchat or the macOS app
  2. View the conversation
  3. Metadata blocks appear above the user's message text:
  Conversation info (untrusted metadata):                                                          
  {                                                                                                
    "message_id": "90DF7B1E-...",                                                                  
    "sender": "openclaw-macos"                                                                     
  }                                                                                                
  [Thu 2026-02-19 09:12 PST] hello                                                                 

Expected behavior

Only the user's message content is displayed. Metadata (message_id, sender,
timestamps) should be hidden from the UI.

Actual behavior

The full metadata envelope is rendered as part of the message.

OpenClaw version

OpenClaw app 2026.2.19 (build 12767), local mode, macOS.

Operating system

macOs

Install method

No response

Logs, screenshots, and evidence

Impact and severity

Severity: High
Frequency: 100% repro

Additional information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingclose:duplicateClosed as duplicatededupe:childDuplicate issue/PR child in dedupe clusterduplicateThis issue or pull request already exists

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions