Skip to content

eqtylab/agent-console

Repository files navigation

Agent Console (for Claude Code)

Inspect event logs, view file edits, search conversations, and analyze policy evaluations.

Event Logs

Browse the full conversation history with timestamps. Filter by event type (me, context, assistant, system), drill into sub-agent sessions, and inspect raw JSON.

Event Logs

File Edits

See every file change made during a session. Toggle between tree and log views, view side-by-side or unified diffs, and compare against git HEAD.

File Edits

Boolean Search

Search across the entire session with AND/OR operators. Matching terms are highlighted in context snippets.

Boolean Search

Policy Viewer

Visualize Cupcake policy evaluations with timing traces. See which policies matched, what decisions were made (Allow, Deny, Halt), and why.

Policy Viewer


Getting Started

Prerequisites

Install Dependencies

pnpm install

Development

pnpm tauri dev

Build

pnpm tauri build

The built app will be in src-tauri/target/release/bundle/.

About

Live view of Claude Code sessions and the ability to search them

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published