Bridge THIS Claude Code session to Telegram, Discord, Feishu/Lark, or QQ so the user can chat with Claude from their phone. Use for: setting up, starting, st...
Always mask secrets in output (show only last 4 characters) โ users often share terminal output in bug reports, so exposed tokens would be a security incident.
Always check for config.env before starting the daemon โ without it the process crashes on startup and leaves a stale PID file that blocks future starts (requiring manual cleanup).
The daemon runs as a background Node.js process managed by platform supervisor (launchd on macOS, setsid on Linux, WinSW/NSSM on Windows).
Config persists at ~/.claude-to-im/config.env โ survives across sessions.