Telegram bot that bridges messages to Claude Code CLI with streaming responses and cross-session continuity.
Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
11
commits
fix: remove await from proc.stdin.write/close (Python 3.13 incompatibility)
05b198eView on GitHubfix: remove thinking placeholder, use typing indicator + final send_message
3ab0290View on GitHubfix: use communicate() to avoid subprocess deadlock, add typing action, proper timeout handling
245017dView on GitHubfix: remove dead code, use stdin to avoid CLI injection, handle CancelledError
2f98864View on GitHubfix: call node.exe directly instead of claude.cmd batch file, restore streaming with proper subprocess exec
0577f53View on GitHubfix: pass prompt via stdin instead of CLI args to fix Windows batch arg-passing
8bc5100View on GitHub