Sweep

Stale
GitHub Jupyter Notebook NOASSERTION

Description

Sweep is an AI coding assistant for JetBrains IDEs that automatically resolves GitHub issues and submits code changes, automating software development workflows.

Key Features

  • AI coding assistant for JetBrains IDEs (IntelliJ, PyCharm, WebStorm, etc.)
  • Automatically resolves GitHub issues and submits code changes
  • Streamlines software development workflows with AI-powered automation
  • Integrated directly into the JetBrains plugin ecosystem
  • Handles end-to-end issue resolution from description to pull request

Use Cases

💡 Automatically triaging and fixing GitHub issues from within JetBrains IDE
💡 Accelerating code review by auto-generating fixes for reported bugs
💡 Reducing repetitive coding tasks through AI-assisted issue resolution
💡 Streamlining open-source contribution workflow for maintainers

Strengths & Limitations

Strengths

  • High community interest (7.7k stars)
  • Established track record (3 years in production)

⚠️ Limitations

  • No updates in over 11 months
  • High issue backlog (752 open issues)
  • No clear open-source license

Quick Start

Install the Sweep AI plugin from the JetBrains Marketplace (plugins.jetbrains.com). Configure your GitHub repository connection. Assign issues to Sweep and it will automatically analyze and submit code changes.

Related Projects

AutoCodeRover

3.1k · Python
Stale C

AutoCodeRover is a project structure-aware autonomous software engineer agent that achieves automated program repair and issue resolution by understanding the overall codebase architecture.

codingpythonagent +2
  • · Fully autonomous bug fixing and feature addition on GitHub issues using LLM-powered program analysis
  • · Program Structure Aware code search via abstract syntax tree analysis for precise context retrieval
  • · Statistical fault localization using test cases to achieve higher repair rates when tests are available

DeepCode

16.5k · Python
Active A+

DeepCode is an open agentic coding platform supporting Paper2Code, Text2Web, and Text2Backend, leveraging agent technology for automated software development workflows.

codingpythonllm +2
  • · Multi-agent coding system with separate Planning, Implementation, and Review agents for structured development
  • · Paper2Code capability to convert research papers into working code implementations
  • · Text2Web and Text2Backend for generating web frontends and backend services from natural language descriptions

Mini SWE-Agent

6.9k · Python
Active A+

Mini SWE-Agent is a minimalist AI agent in just 100 lines of code that solves GitHub issues or assists developers in the command line, demonstrating core coding agent capabilities with minimal implementation.

codingpythonagent +2
  • · Minimal ~100-line Python agent class achieving >74% on SWE-bench verified
  • · Bash-only tool interface requiring no special LLM tool-calling capabilities
  • · Completely linear message history for easy debugging and fine-tuning

Kodus AI

1.3k · TypeScript
Active B

Kodus AI is an open-source AI code review tool with full control over model choice and costs, automatically analyzing pull requests and delivering high-quality code review feedback.

codingtypescriptagent +2
  • · Model agnostic — supports Claude, GPT-5, Gemini, Llama, GLM, Kimi and any OpenAI-compatible endpoint
  • · Zero markup on LLM costs — pay model providers directly with no hidden multipliers
  • · Kody agent learns your code architecture, standards and workflows for personalized reviews