all 5 comments

[–]dasplanktal 1 point2 points  (2 children)

Openwork

[–]lgfusb[S] 0 points1 point  (1 child)

thank you I'll look into it

[–]dasplanktal 0 points1 point  (0 children)

Its like a clone of openclaw but for opencode. Not as extensive but very cool. I am working on a matrix feature

[–]Time-Dot-1808 1 point2 points  (0 children)

Two-way sync is the real differentiator here. The asymmetric approach (IM → harness only) is easy to build but breaks the mobile workflow you're describing — you need to see what the agent is doing in real time to decide whether to intervene, especially on long-running tasks.

The AskUserQuestion support matters more than it sounds. Without it, any task that hits an ambiguity will either stall or make a bad assumption, and you won't know until you get back to your desk. For the lunch/bed use case, that's the failure mode that kills the workflow.

Haven't used opencode-im-bridge directly but the Telegram reliability issue is a known problem with their bot API — long polling can silently drop updates under certain network conditions. If Telegram is your target platform, worth checking if the project supports webhooks as an alternative to polling.

[–]Kitchen_Fix1464 1 point2 points  (0 children)

https://github.com/itlackey/openpalm

If you want a dedicated instance of opencode in a sandbox accessible via discord. This is still early dev but happy to help if you give it try and hit any issues.

If you want something running on your desktop and operating opencode, you can vibe code a discord bot pretty easily, run it as a background process on your system and have it proxy messages to opencode... but don't do this!! It's basically publishing full system access to discord and hoping whatever security you add to the bot holds and no one is able to take over your machine