sieveai 0.2.2 → 0.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +9 -9
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# SieveAi
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
<img width="1536" height="615" alt="banner_f" src="https://github.com/user-attachments/assets/d3c2544d-66d6-46bd-9bfb-ae3c16c22b68" />
|
|
4
4
|
|
|
5
5
|

|
|
6
6
|

|
|
@@ -14,13 +14,13 @@ SieveAi is an open-source code review tool that combines static analysis with lo
|
|
|
14
14
|
|
|
15
15
|
## Features
|
|
16
16
|
|
|
17
|
-
-
|
|
18
|
-
-
|
|
19
|
-
-
|
|
20
|
-
-
|
|
21
|
-
-
|
|
22
|
-
-
|
|
23
|
-
-
|
|
17
|
+
- **Local-first**: Code never leaves your machine (uses Ollama by default)
|
|
18
|
+
- **Hybrid Analysis**: Combines static patterns with AI reasoning
|
|
19
|
+
- **Fast & Incremental**: SQLite-based caching for speed
|
|
20
|
+
- **Confidence Filtering**: Only show high-confidence findings (default ≥78%)
|
|
21
|
+
- **Multiple Agents**: Bug detection, security analysis, style/maintainability
|
|
22
|
+
- **Rich Output**: Text, JSON, or TUI formats
|
|
23
|
+
- **Learning System**: Reduce false positives over time
|
|
24
24
|
|
|
25
25
|
## Quick Start
|
|
26
26
|
|
|
@@ -161,4 +161,4 @@ MIT License - see [LICENSE](LICENSE) for details.
|
|
|
161
161
|
|
|
162
162
|
---
|
|
163
163
|
|
|
164
|
-
**Made
|
|
164
|
+
**Made for developers who value privacy and code quality**
|