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.
Files changed (2) hide show
  1. package/README.md +9 -9
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # SieveAi
2
2
 
3
- ![](https://raw.githubusercontent.com/Jayesh-Dev21/SieveAi/refs/heads/master/sieveAssets/banner_f.png?token=GHSAT0AAAAAADMCDFJPSGFGCRY5XQA6J34K2NJCCLA)
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
  ![TypeScript](https://img.shields.io/badge/TypeScript-007ACC?style=flat&logo=typescript&logoColor=white)
6
6
  ![Node.js](https://img.shields.io/badge/node-%3E%3D20-brightgreen)
@@ -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
- - 🔒 **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
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 with ❤️ for developers who value privacy and code quality**
164
+ **Made for developers who value privacy and code quality**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sieveai",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "description": "Local-first AI code review CLI/TUI with hybrid static+AI analysis, confidence filtering, and incremental caching",
5
5
  "keywords": [
6
6
  "code-review",