@pylon-dev/cli
v0.1.2
Published
Inspect and debug Claude Code sessions — local dashboard + API server
Maintainers
Readme
@pylon-dev/cli
Local observability for Claude Code sessions.
npm install -g @pylon-dev/cli
pylon startOpens a live dashboard at http://localhost:3002 showing all your active Claude Code sessions — what agents are running, what files they're touching, and a turn-by-turn session inspector.
Upgrade
npm install -g @pylon-dev/cli@latestRequired for current relay connect links (?c=... one-time code format).
Commands
pylon start # Start server + dashboard
pylon start --foreground # Run in foreground
pylon start --port 8080 # Custom port
pylon status # Show server info
pylon stop # Stop the server
pylon restart # RestartRelay commands:
pylon relay <connect-link> # Add/update relay target from cloud link
pylon relay list # List relay targets
pylon relay sessions # List active local sessions/projects
pylon relay include <pylonId> <projectPath> # Start relaying project
pylon relay exclude <pylonId> <projectPath> # Stop relaying project
pylon relay remove <pylonId> # Remove relay targetConnect link format:
pylon+wss://relay.example.com/ws?p=<pylonId>&c=<connectCode>&n=<teamName>Requirements
- Node.js >= 20
- Claude Code installed (
~/.claude/projects/must exist)
License
MIT
