Skip to content
This repository was archived by the owner on Feb 20, 2026. It is now read-only.

Martian-Engineering/lcm-tui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lcm-tui

A terminal UI for browsing OpenClaw LCM (Lossless Context Management) data.

Browse agents → sessions → conversations → LCM summaries interactively.

Install

go install github.com/Martian-Engineering/lcm-tui@latest

Or build from source:

git clone git@github.com:Martian-Engineering/lcm-tui.git
cd lcm-tui
go build -o lcm-tui .

Usage

./lcm-tui

Navigate with arrow keys, Enter to drill in, b to go back, q to quit.

Repair corrupted LCM summaries:

./lcm-tui repair <conversation_id>           # dry-run (default)
./lcm-tui repair <conversation_id> --apply   # apply repairs
./lcm-tui repair --all --dry-run             # scan all conversations

Requirements

  • OpenClaw with LCM enabled (~/.openclaw/lcm.db and ~/.openclaw/agents/ must exist)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages