openclaw - 💡(How to fix) Fix [Feature]: Control UI — Session transcript browser [1 comments, 2 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
openclaw/openclaw#77637Fetched 2026-05-06 06:23:36
View on GitHub
Comments
1
Participants
2
Timeline
2
Reactions
2
Author
Timeline (top)
commented ×1labeled ×1

Add a dedicated transcript browser in the Control UI that lets users view data from session transcript files from any session, not just the currently active one.

Root Cause

Add a dedicated transcript browser in the Control UI that lets users view data from session transcript files from any session, not just the currently active one.

RAW_BUFFERClick to expand / collapse

Summary

Add a dedicated transcript browser in the Control UI that lets users view data from session transcript files from any session, not just the currently active one.

Problem to solve

Right now, raw session transcripts live on disk at ~/.openclaw/agents/<agentId>/sessions/<sessionId>.jsonl. There's no way to browse them from the web UI:

  • The Sessions panel only shows metadata (model, timestamps, overrides) — no transcript content
  • The Chat panel only shows the current session's conversation
  • The Logs tab tails operational gateway logs, not session transcripts

In my case Openclaw has been using API credits, and I do not know why. I am using the ~/.openclaw/agents/main/sessions/*.jsonl to track it down, but for my use a web front end would be very usefuil. I can imagine other uses for it too.

Proposed solution

A Transcripts tab or panel alongside the existing Sessions/Logs that provides:

Alternatives considered

  • Keep using SSH + cat/jq on the command line — works but not user-friendly for remote gateways
  • Extend the existing Sessions panel — adding a "view transcript" action per session row would be a lighter-weight first step instead of a full dedicated tab

Impact

  • Users on a budget
    • Users curious about what goes on behind the scenes

Evidence/examples

N/A

Additional information

Related existing issues that touch on session/transcript visibility (that Openclaw found for me)

  • #47120 — "Session List: Show timestamp + last message preview" (improving session metadata display)
  • #50701 — "transcript-backed historical lineage rollups" (usage cost from transcripts)
  • #75301 — "openclaw caches command... orphan transcripts" (pruning, not viewing)

None of these request a transcript browser directly.

extent analysis

TL;DR

Adding a dedicated transcript browser in the Control UI is likely the most effective solution to allow users to view session transcript files from any session.

Guidance

  • Consider extending the existing Sessions panel with a "view transcript" action per session row as a lighter-weight first step before implementing a full dedicated tab.
  • Evaluate the feasibility of integrating the transcript browser with the existing Logs tab to provide a more comprehensive view of session data.
  • Assess the potential impact of adding a new tab on the user interface and user experience, considering factors such as information density and navigation.
  • Review related existing issues (#47120, #50701, #75301) to ensure the proposed solution aligns with ongoing efforts to improve session and transcript visibility.

Example

No code snippet is provided as the issue focuses on the requirement for a new feature rather than a specific implementation detail.

Notes

The proposed solution should consider the trade-offs between a dedicated tab and an extension of the existing Sessions panel, weighing the benefits of a comprehensive transcript browser against potential complexity and usability concerns.

Recommendation

Apply a workaround by extending the existing Sessions panel with a "view transcript" action, as this approach allows for a more incremental and less invasive introduction of the new functionality, which can later be expanded into a dedicated tab if necessary.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING