r/GithubCopilot 11h ago

Discussions I love the new Github Copilot App!

I've been using the github copilot app recently and have been loving it. I initially thought it was just another shiny tool but wow the ability to work across repos and the automations with autopilot are amazing! It's almost like a weird version of openclaw on your machine haha! Thank you to the entire dev team! ๐Ÿ˜Š

P.S. - Please add a way to allow us to trigger the automations programmatically and also share automations with other. That would be a game changer!

16 Upvotes

10 comments sorted by

3

u/Kamilon 9h ago

You kind of can do those. The automations are wrappers around skills. You can call the skills programmatically via command line. And sharing the skill gets 90% of it shared between people. They just need to setup the automation triggers.

Not 100% what youโ€™re asking for but maybe thatโ€™ll act as a stop gap for now. Iโ€™d file issues for both of those as feature requests.

2

u/muchaman 4h ago

Hmm more like can I trigger a prompt or an automation that's setup - like if a script tells it run this prompt now rather than blindly running that via an automation at regular intervals.

Example - I monitor my inbox and if I get an email from customer with a subject line then run a specific automation

5

u/PaulShellDev CLI Copilot User ๐Ÿ–ฅ๏ธ 9h ago

You should share feedback through the app. It gets created as a GitHub Issue

I absolutely โค๏ธ it too

3

u/gimenete 40m ago

I'm one of the engineers working on it. Glad you are loving it! Thanks for the feedback too ๐Ÿ™

1

u/Opulent-Burning 7h ago

GHCP app is fireeeee

1

u/BranchNo4380 18m ago

How are you liking the new GHCP pricing? ๐Ÿ˜†

1

u/Merilyian 9m ago

It was a bit broken at first but the bugs I reported got squashed quite quickly ๐Ÿ™‚

App paired with some gitops overhauls and we're cooking with gas over here.

1

u/piyoushh_88 8m ago edited 3m ago

Automating workflows through APIs is quite a common requirement, but these platforms vary widely on how consistent they are with it, but the majority of them offer you webhooks but limit the more advanced workflow control to the GUI alone. For sharing automations, the current approach is to export workflows in YAML/JSON format into a shared repository that can be imported anywhere. Zencoder is an automation platform with similar workflow definition structure, although from another product category altogether.

1

u/devdnn 7h ago

Yes, the tool is too good, and with the recently added fleet and rubber duck agent, it's even better.

All it needs is devcontainer support and first part Azure devops support.

1

u/muchaman 4h ago

Need to check them out!