AI-powered bug finder that knows your codebase
Project description
suss
Check your code for bugs with a codebase-aware agent.
Just run suss in your terminal to get a bug report in under a minute.
suss analyzes the diff between your local and remote branch. For each code change, an AI agent gathers context on how it interacts with the rest of the codebase. The agent then audits the code change for bugs, including downstream effects on other code.
Installation
> pipx install suss
Once installed, you must choose an LLM provider. To use OpenAI or Anthropic, just add your API key to your environment:
> export OPENAI_API_KEY="..." # For GPT
> export ANTHROPIC_API_KEY="..." # For Claude
You can also use other models, including local ones. suss wraps LiteLLM, so you can use any model listed here.
Usage
Run suss in the root directory of your codebase.
By default, it analyzes every code file that's new or modified compared to your remote branch. These are the same files you see when you run git status.
To run suss on a specific file:
> suss --file="path/to/file.py"
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file suss-0.3.0.tar.gz.
File metadata
- Download URL: suss-0.3.0.tar.gz
- Upload date:
- Size: 23.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
81f61a16124d3ce77f72d4795fe6c7f5d7e4dce580b89c21db0d2de02b31abbd
|
|
| MD5 |
7aac8af9d0df015e441e393811195244
|
|
| BLAKE2b-256 |
1e949768e62a8238908cef959b7bbef916572cf56cc30f6a09a9c7b37ac8442a
|
File details
Details for the file suss-0.3.0-py3-none-any.whl.
File metadata
- Download URL: suss-0.3.0-py3-none-any.whl
- Upload date:
- Size: 27.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b4e7cbc57275d4506208292d726cdb285ca1bc8ca69e71f3b6d3a7ecf310326b
|
|
| MD5 |
5a52d07a34a0d653e8f92d2b1daaa4d8
|
|
| BLAKE2b-256 |
915763b1461c51c0b9d0912bb030498e9f9e7fdaae3bcad329eec4a7ca026b8a
|