←back to thread

159 points jbredeche | 4 comments | | HN request time: 0.202s | source
1. afarah1 ◴[] No.45532159[source]
Any setups without Claude Code? I use CoPilot agent heavily on VSCode, from time to time I have independent grunt work that could be parallelized to two or three agents, but I haven't seen a decent setup for that with CoPilot or some other VSCode extension that I could use my CoPilot subscription with.
replies(3): >>45532266 #>>45536304 #>>45536411 #
2. wilsonnb3 ◴[] No.45532266[source]
GitHub Copilot has a CLI now, I think it is in beta.

It also supports background agents that you can kick off on the GitHub website, they run on VMs

3. typpilol ◴[] No.45536304[source]
Co-pilot has a new execute prompt tool in preview that lets it spin out its own requests to LLMs
4. ridruejo ◴[] No.45536411[source]
You can use Rover (disclaimer, I am one of the cofounders) which is an open source tool that you can use to parallelize the work of coding agents that in addition to Claude also works with Gemini, Codex and Qwen https://github.com/endorhq/rover/