Sweep CLI V2
We just released Sweep CLI on Pypi! This let’s you run Sweep locally on your machine using your own API keys. You can install this by running
pip install sweep && sweep init
and then fill in your OpenAI, Anthropic and GitHub API keys. Then run:
sweep run https://github.com/ORG_NAME/REPO_NAME/issues/ISSUE_NUMBER
Over the past We also migrated many of our LLM calls to Anthropic’s Claude v3 for a:
- 70% improvement on code search using Voyage AI and a new reranker
- 50% improvement on the code modification agent with multi-file editing support
Try out the new Sweep CLI: Sweep CLI Installation