sona-code 0.1.1 → 0.1.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 +5 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -7,11 +7,13 @@
7
7
  ╚══════╝ ╚═════╝ ╚═╝ ╚═══╝╚═╝ ╚═╝ ╚═════╝ ╚═════╝ ╚═════╝ ╚══════╝
8
8
  ```
9
9
 
10
- **AI coding agent for your terminal.** Fast. Capable. Cost-effective.
10
+ **A Highly efficient, cost optimized CLI Native AI agent for your daily use.** Fast. Capable. Cost-effective.
11
11
 
12
- Built for developers who ship. SONA handles the heavy lifting—navigating complex codebases, managing multi-file refactors, debugging across services, and working with large GitHub repositories—so you can focus on what matters. Whether you're deep in a monorepo, spinning up a new feature, or fixing a production bug at 2am, SONA keeps up.
12
+ Sona Code is built for developers who ship daily and for those who think most used CLI agents have become very expensive.
13
13
 
14
- Optimized for daily coding sessions. Instant startup. Persistent workspace memory. No context window anxiety.
14
+ Sona is built on top of the Deepseek v3/r1 model to minimize token cost. We also integrated our own tested compression algorithm to even minimize inefficient costs on tokens. Sona Code handles the heavy lifting on navigating complex codebases really fast, managing multi file refactors, debugging across services, and working with large GitHub repositories so you can focus on what matters. Whether you're deep in a monorepo, spinning up a new feature, or fixing a production bug, SONA keeps up.
15
+
16
+ Optimized for daily coding sessions. Instant startup. Persistent workspace memory. No context window anxiety. We just began building it, so your welcome to use it and write me feedback on X - @zeradamfantaye.
15
17
 
16
18
  ---
17
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sona-code",
3
- "version": "0.1.1",
3
+ "version": "0.1.3",
4
4
  "description": "AI coding agent for your terminal. Fast, capable, cost-effective.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",