Remix.run Logo
dheera 8 hours ago

Claude Code now has an official telegram plugin and cron jobs and can do 80% of the things people used OpenClaw for if you just give it access to tools and run it with --dangerously-skip-permissions.

giancarlostoro 5 hours ago | parent | next [-]

I don't use OpenClaw is what I'm saying though, I use Claude Code for coding, and would like to better equip Claude by a custom coding harness that has superior tooling out of the box, but that is fair.

Der_Einzige 8 hours ago | parent | prev [-]

The /loop command which is supposed to be the equivilant to heartbeat.md is EXTREMELY unreliable/shitty.

giancarlostoro 5 hours ago | parent [-]

I use it sparingly with my guardrails project. I basically tell it to:

Check any tasks if it's not currently working on one, and to continue until it finishes, dismiss this reminder if it's done, and then to ensure it runs unit tests / confirms the project builds before moving on to the next one. Compact the context when it will move to the next one. Once its exhausted all remaining tasks close the loop.

Works for me for my side projects, I can leave it running for a bit until it exhausts all remaining tasks.