scai 0.1.33 โ 0.1.34
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 +1 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -7,10 +7,8 @@
|
|
|
7
7
|
**scai** is a privacy-first, local AI assistant for developers. It brings semantic understanding to your codebase, directly from the terminal:
|
|
8
8
|
|
|
9
9
|
- ๐ฌ Suggest intelligent Git commit messages
|
|
10
|
-
- โจ Comment and refactor code files
|
|
11
10
|
- ๐ง Summarize files in plain English
|
|
12
11
|
- ๐ Auto-update your changelog
|
|
13
|
-
- ๐งช Generate Jest tests (ALPHA)
|
|
14
12
|
- ๐ Search and ask questions across your codebase (ALPHA)
|
|
15
13
|
- ๐ 100% local โ no API keys, no cloud, no telemetry
|
|
16
14
|
|
|
@@ -33,6 +31,7 @@ scai runs entirely on your machine and doesn't require cloud APIs or API keys. T
|
|
|
33
31
|
- โ
**Privacy-first**: no telemetry, no server round-trips
|
|
34
32
|
- โ
**EU & GDPR-friendly**: designed with compliance in mind
|
|
35
33
|
- โ
**Developer control**: full transparency and override options
|
|
34
|
+
- โ
**Offline support**: works even without an internet connection
|
|
36
35
|
|
|
37
36
|
---
|
|
38
37
|
|