←back to thread

280 points zachwills | 1 comments | | HN request time: 0.001s | source
Show context
simianwords ◴[] No.45229697[source]
Slightly off topic but I would really like agentic workflow that is embedded in my IDE as well as my code host provider like GitHub for pull requests.

Ideally I would like to spin off multiple agents to solve multiple bugs or features. The agents have to use the ci in GitHub to get feedback on tests. And I would like to view it on IDE because I like the ability to understand code by jumping through definitions.

Support for multiple branches at once - I should be able to spin off multiple agents that work on multiple branches simultaneously.

replies(3): >>45229872 #>>45230470 #>>45230733 #
Jare ◴[] No.45229872[source]
Would that be solved by having several clones of your repo, each with a IDE and a Claude working on each problem? Much like how multiple people work in parallel.
replies(1): >>45229923 #
1. simianwords ◴[] No.45229923[source]
Yeah but it’s not ideal. I thought of this too.