Batch operations for code search / in general
- Dominant language
- Go
- Stars
- 46.3k
- Forks
- 9k
- Avg merge
- 2d 9h
- Merged PRs (30d)
- 89
Description
Hello people,
AI related feature
https://github.com/cli/cli/issues/5782 is a related issue but is for batch issue edits. Maybe something more thorough should be thought of for batch operations on other commands
In my case, i am at a large enterprise developing a system to use an agent to triage incoming issues and whatnot, without needing the repository cloned on device, this is powered by gh cli + other context from internal services.
The main use is gh search code, however the agent fires multiple parallel calls in quick succession to get results for a few searches.
I can fix this by stopping that ofc, but it is faster this way and the agent does get rate limited.
However if this is implemented, execution becomes faster and cleaner. Whilst i also believe it saves api costs overall and would be used by others as well.
Could be done as a prefix command like gh batch search code or something; thats just an idea
Contributor guide
Assessment
This issue has not been assessed yet.