Agent Console
Description
Live view of Claude Code sessions and the ability to search them
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
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.

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.

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

Policy Viewer
Visualize [Cupcake](https://github.com/eqtylab/cupcake) policy evaluations with timing traces. See which policies matched, what decisions were made (Allow, Deny, Halt), and why.

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/`.
Related Skills
Awesome Go
A curated list of awesome Go frameworks, libraries and software
Development next.js
| The React Framework | 138360 | 1503 | 1 |
Development sharing-skills
skill for guidance.
Development root-cause-tracing
Use when errors occur deep in execution and you need to trace back to find the original trigger.
Development Template Skill
Minimal skeleton for a new skill project structure.
Development Third-party Notices
THE FOLLOWING SETS FORTH ATTRIBUTION NOTICES FOR THIRD PARTY SOFTWARE THAT MAY BE CONTAINED IN PORTIONS OF THI
Development