Remix.run Logo
summarity 6 hours ago

If you’re trying this for automating things on GitHub, also take a look at Agentic Workflows: https://github.github.com/gh-aw/

They support much of the same triggers and come with many additional security controls out of the box

eranation 3 hours ago | parent | next [-]

+1 for that, having that said, because GH agentic workflows require a bit more handholding and testing to work, (and have way more guardrails, which is great, but limiting), and lack some basic connectors (for example - last time I tried it, it had no easy slack connector, I had to do it on my own). This is why I'm moving some of the less critical gh-aw (all the read only ones) to Claude Routines.

deadfall23 4 hours ago | parent | prev | next [-]

Why not https://github.com/anthropics/claude-code-action?

gavinray 5 hours ago | parent | prev [-]

Why have I not heard of this? Was looking for a way to integrate LLM CLI's to do automated feature development + PR submission triggered by Github issues, seems like this would solve it.

eranation 2 hours ago | parent [-]

Built in Co-Pilot I believe can do this better than gh-aw (or a click away).

Cursor has that too by the way (issue -> remote coding session -> PR -> update slack)