app
Session Monitor
Public Made by Adomby adom
Drive your Claude Code sessions from your phone — every container's sessions in one board. Talk to any of them by voice or text, pick the model per session, and get a push when a session asks a question or is ready for you. Install this CLI to hook a container in and manage its keeper.
#!/usr/bin/env bash
# Remove the session-monitor CLI. (Does NOT stop a running keeper — do that first
# with `session-monitor keeper stop`.)
set -uo pipefail
rm -f "$HOME/.local/bin/session-monitor"
rm -rf "$HOME/.session-monitor-cli"
echo "✓ session-monitor CLI removed (keeper, if running, is untouched — stop it with the keeper's own stop.sh)"