← Back to What's New

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 10

Config 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 list

Other Changes

  • Improved tmux session detection on macOS
  • Added --session flag to attach to a specific tmux session
  • Better error messages when tmux is not installed
Loading...