CLI v2.0.8 — Auto-reconnect & Config Profiles
CLI v2.0.8 introduces automatic reconnection and configuration profiles for managing multiple environments.
Auto-reconnect
The agent now automatically reconnects when the network drops. No more manually restarting the agent after WiFi hiccups or VPN reconnections.
# Enable with increased retry count
sessioncast agent --max-retries 10Config Profiles
Manage multiple relay servers and tokens with named profiles:
# Create a profile
sessioncast config add work --relay wss://relay.company.com/ws --token agt_xxx
# Switch profiles
sessioncast config use work
# List profiles
sessioncast config listOther Changes
- Improved tmux session detection on macOS
- Added
--sessionflag to attach to a specific tmux session - Better error messages when tmux is not installed