@ruah-dev/watch

Watch (Lite)

Can I show someone what this session did?

Convert raw, messy agent sessions into beautiful, self-contained HTML replays. Includes interactive turn timelines, syntax-highlighted diffs, and automatic privacy redaction. Zero server required.

Source

See it

Quick start

Up and running in seconds

@ruah-dev/watch
$ ruah watch render --latest --out replay.html
# wrote replay.html (redacted)

Features

01Single-command replay generation (ruah watch render --latest)
02Automated privacy redaction (--redact strips paths, tokens, emails)
03Syntax-highlighted diff view for Edit and Write tool calls
04Turn-by-turn token, cost, and latency meter
05Embedded verification verdict block from Ruah Verify
06Zero server & zero external CDN dependencies (<500KB bundle)

1

HTML file

on

Redact default

0

Server

Command Reference

Commands

ruah watch render <session.jsonl>Render static HTML replay from transcript
ruah watch render --latestRender most recent Claude Code session in workspace
ruah watch render --redactEnable strict redaction for paths, secrets, & emails
ruah watch render --out <file.html>Specify output HTML path

Dive deeper

Full API reference, guides, and examples.