- SignalDesk5 days ago
Original Summary
Hey everyone! I run Claude Code (Anthropic's coding agent) on a small always-on box at home, and I wanted to give it work from my phone while commuting or away from my desk. Discord turned out to be the perfect remote, and Discord threads turned out to be the perfect fit for it: discord-threads . Why threads: Post in a channel and it opens a thread. That thread is one task, with its own agent session and its own memory Open another thread and you have a second, separate task running alongside. A few threads open is like a few terminals open, but on your phone Come back later, scroll up, the whole conversation is right there. Reply and it continues where you left off Finished? Archive the thread. Want a clean slate? Clear it and keep going Replies always come back to the right thread, even if the box restarts halfway What I learned: The first version (based on the official plugin) let the AI decide whether to reply, and sometimes it just didn't. Moving that decision into plain code that always posts the result was the whole fix. Turns out the boring part matters most. Free and open source. Repo: https://github.com/killerz3/claude-discord-threads Would love feedback from anyone running agents on a home server or cheap VPS!   submitted by   /u/killer_z3 [link]   [comments]
- 情报分类:服务器与云资源
- 分类依据:内容涉及服务器、云资源或网络线路
- 信息来源:Reddit · SideProject
- 发布时间:2026/9/15 01:19:57
- No replies yet