By agentoptics
Time-travel debugger for AI agents. Observe Claude Code sessions in real-time, inspect tool call traces, diff timelines, fork-and-replay from any point, and run regression tests. Use when debugging agent behavior, comparing runs, or building eval baselines.
Observe your Claude Code sessions in real-time with Rewind, the time-travel debugger for AI agents.
This plugin automatically captures every tool call, user prompt, and session event from Claude Code and sends them to your local Rewind server. You get:
pip install rewind-agent
Or from source:
cargo install --git https://github.com/agentoptics/rewind rewind-cli
# Add the marketplace
claude marketplace add agentoptics --source github --repo agentoptics/rewind-plugin
# Install
claude plugin install agentoptics/rewind
rewind web --port 4800
Open http://127.0.0.1:4800 — your Claude Code sessions will appear automatically.
The plugin registers hooks for Claude Code lifecycle events (PreToolUse, PostToolUse, SessionStart, etc.). Each event is wrapped in a JSON envelope and POSTed to the local Rewind server. Events are buffered to ~/.rewind/hooks/buffer.jsonl if the server isn't running, and drained on server startup.
rewind web runningMIT
Matches all tools
Hooks run on every tool call, not just specific ones
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub agentoptics/rewind-plugin --plugin rewindPhysics-of-reality decision framework for evaluating whether to build a product, feature, or spec. Produces a defensible build/pivot/kill verdict backed by evidence.
Session transcript timeline viewer for Claude Code and Codex agent sessions
Observability platform for Claude Code and Agent SDK — monitor, debug, and control AI coding agents
Real-time observability dashboard for Claude Code agents
Generate interactive HTML replays of AI coding sessions. Record, share, and replay your Claude Code, Cursor, and Codex sessions.
Thoughtbox observability, protocol enforcement, and CLI for Claude Code
Mission Control for Claude Code — auto-starts a web dashboard, provides 90 MCP tools (sessions, stats, live monitoring, projects, teams, insights, coaching, and more), and adds 9 skills including /session-recap, /daily-cost, /standup, /coaching, /insights, and /team-status.