Hacker News new | ask | show | jobs
by outside1234 6 days ago
You aren't the only one. There are many people using Github Copilot.

Github Copilot CLI is for automation. For example, in a Rust project, I use it to audit for security, documentation gaps, and test issues crate by crate. This can take an hour and I look at the suggested stories it writes afterwards to triage for implementation.

1 comments

And does Copilot CLI make that more convenient than letting the Copilot Plugin in Agent mode do it? Maybe because of swarms of agents?