| name | remotty-status |
| description | Check remotty bridge status. Use when the user asks whether remotty is running or asks for bridge status. |
remotty status
Check local status.
The supported Telegram flow is for Codex CLI.
- Run:
remotty service status
- Also list likely local processes:
Get-Process remotty, codex -ErrorAction SilentlyContinue | Select-Object Id,ProcessName,Path
- Check whether Telegram access is locked down:
$configPath = Join-Path $env:APPDATA "remotty\bridge.toml"
remotty telegram policy allowlist --config $configPath
- Run the live environment check:
$configPath = Join-Path $env:APPDATA "remotty\bridge.toml"
remotty telegram live-env-check --config $configPath
- Summarize whether a bridge is likely running.
- State whether the allowlist check passed.
- If the bridge was just started, tell the user to look for:
Listening for Telegram channel messages from: remotty:telegram
- Do not print secrets.