You have access to recon, a CLI tool for monitoring and managing Claude Code sessions running in tmux.
Step 1: Discover capabilities
recon --help
Step 2: Execute the task
Use the commands discovered in Step 1. Common examples:
recon— open the table dashboardrecon view— open the visual dashboardrecon new— interactive form to create a new sessionrecon next— jump to the next agent waiting for inputrecon resume— interactive picker to resume a past sessionrecon json— get all session state as JSON (useful for scripting)
Source: gavraz/recon — distributed by TomeVault.