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.
Files changed (2) hide show
  1. package/README.md +1 -2
  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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "scai",
3
- "version": "0.1.33",
3
+ "version": "0.1.34",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "scai": "./dist/index.js"