6 ms·
If you’re trying this for automating things on GitHub, also take a look at Agentic Workflows: https://github.github.com/gh-aw/ https://github.github.com/gh-aw/
by summarity 5mo ago
If you’re trying this for automating things on GitHub, also take a look at Agentic Workflows: https://github.github.com/gh-aw/ https://github.github.com/gh-aw/
They support much of the same triggers and come with many additional security controls out of the box
- gavinray 5mo agoWhy 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 5mo agoBuilt 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)
- deadfall23 5mo agoWhy not https://github.com/anthropics/claude-code-action https://github.com/anthropics/claude-code-action?
- eranation 5mo ago+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.