sona-ai-voice 0.1.11 → 0.1.12

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 +11 -9
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,16 +1,18 @@
1
1
  # Sona
2
2
 
3
- A production-ready voice-to-voice CLI companion powered by OpenAI's Realtime API. Natural speech-to-speech interaction with codebase awareness and web search capabilities.
3
+ Sona is an intelligent CLI AI agent we at ShadowLabs are working on. Sona was named after a close person i hold as dear, who is very smart, a good listener and genuinely a nice companion.
4
+
5
+ ## Description
6
+
7
+ On the higher level, Sona is currently a read-only CLI companion with agent capabilities for indexing your root codebase, answering any questions you have about implementations and logic without opening your agent panel if you're vibe coding. We at ShadowLabs believe the next human-agent interaction is through voice conversations without the hassle of opening your agent panel and typing your thoughts as prompts. With Sona, everything is smooth and conversational. We plan to make Sona so much more with future package updates, stay tuned.
4
8
 
5
9
  ## Features
6
10
 
7
- - **Real-time voice conversation** - Natural speech-to-speech interaction
8
- - **Codebase awareness** - Indexes your project and understands your code
9
- - **Web search** - Search the web for current information (no API key needed)
10
- - **Particle GUI** - Visual feedback (optional)
11
- - **Secure** - API keys stored locally with restricted permissions
12
- - **Barge-in support** - Interrupt Sona mid-sentence
13
- - **Echo cancellation** - Prevents feedback loops
11
+ - **Realtime voice conversation** with an amazing personalized and friendly agent behavior
12
+ - **High codebase awareness** where the agent is able to index your project and understands your code
13
+ - **Particle GUI** visual animation
14
+ - **Secure personal API key** based configuration for the user
15
+ - **Highly trained voice conversation sessions** architecture
14
16
 
15
17
  ## Prerequisites
16
18
 
@@ -161,4 +163,4 @@ MIT
161
163
 
162
164
  ## Author
163
165
 
164
- zerish
166
+ Zeradam Fantaye
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sona-ai-voice",
3
- "version": "0.1.11",
3
+ "version": "0.1.12",
4
4
  "description": "Voice-to-voice AI CLI companion powered by OpenAI Realtime API",
5
5
  "author": "zerish",
6
6
  "license": "MIT",