agentvibes 3.4.0 → 3.4.1
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 +8 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -39,9 +39,15 @@ Whether you're coding in Claude Code, chatting in Claude Desktop, using Warp Ter
|
|
|
39
39
|
|
|
40
40
|
### 🎯 Key Features
|
|
41
41
|
|
|
42
|
+
**⚡ NEW IN v3.4.0:**
|
|
43
|
+
- 🎤 **Soprano TTS Provider** - Ultra-fast neural TTS with 20x CPU, 2000x GPU acceleration (thanks [@nathanchase](https://github.com/nathanchase)!)
|
|
44
|
+
- 🛡️ **Security Hardening** - 9.5/10 score with comprehensive validation and timeouts
|
|
45
|
+
- 🌐 **Environment Intelligence** - PulseAudio tunnel auto-detection for SSH scenarios
|
|
46
|
+
- 🎯 **Smart Recommendations** - GPU/RAM-based provider suggestions in installer
|
|
47
|
+
|
|
42
48
|
**✨ NEW IN v3.3.0:**
|
|
43
|
-
- 📱 **AgentVibes Receiver -
|
|
44
|
-
- 🌐 **Voiceless Server Support -
|
|
49
|
+
- 📱 **AgentVibes Receiver** - Stream TTS from voiceless servers to your phone, laptop, or local machine via encrypted SSH tunnel
|
|
50
|
+
- 🌐 **Voiceless Server Support** - Generate TTS on cloud servers (AWS, GCP, Azure) and play on any device with speakers
|
|
45
51
|
|
|
46
52
|
**⚡ Core Features:**
|
|
47
53
|
- ⚡ **One-Command Install** - Get started in 30 seconds (`npx agentvibes install`)
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json.schemastore.org/package.json",
|
|
3
3
|
"name": "agentvibes",
|
|
4
|
-
"version": "3.4.
|
|
4
|
+
"version": "3.4.1",
|
|
5
5
|
"description": "Now your AI Agents can finally talk back! Professional TTS voice for Claude Code, Claude Desktop (via MCP), and Clawdbot with multi-provider support.",
|
|
6
6
|
"homepage": "https://agentvibes.org",
|
|
7
7
|
"keywords": [
|