agentvibes 3.5.3 → 3.5.5
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 +6 -6
- package/RELEASE_NOTES.md +5 -5
- package/package.json +1 -1
- package/src/installer.js +2 -2
package/README.md
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
[](https://github.com/paulpreibisch/AgentVibes/actions/workflows/publish.yml)
|
|
12
12
|
[](https://opensource.org/licenses/Apache-2.0)
|
|
13
13
|
|
|
14
|
-
**Author**: Paul Preibisch ([@997Fire](https://x.com/997Fire)) | **Version**: v3.5.
|
|
14
|
+
**Author**: Paul Preibisch ([@997Fire](https://x.com/997Fire)) | **Version**: v3.5.5
|
|
15
15
|
|
|
16
16
|
---
|
|
17
17
|
|
|
@@ -40,12 +40,12 @@ Whether you're coding in Claude Code, chatting in Claude Desktop, using Warp Ter
|
|
|
40
40
|
|
|
41
41
|
### 🎯 Key Features
|
|
42
42
|
|
|
43
|
-
**🪟 NEW IN v3.5.
|
|
43
|
+
**🪟 NEW IN v3.5.5 — Native Windows Support:**
|
|
44
44
|
- 🖥️ **Windows Native TTS** - Three providers: Soprano (neural), Piper (offline), Windows SAPI (zero setup). No WSL required!
|
|
45
45
|
- 🎵 **Background Music** - 16 genre tracks (Bachata, Flamenco, Bossa Nova, City Pop, and more) mixed under voice
|
|
46
46
|
- 🎛️ **Reverb & Audio Effects** - 5 reverb levels via ffmpeg (Light, Medium, Heavy, Cathedral)
|
|
47
47
|
- 🔊 **Verbosity Control** - Choose how much Claude speaks: High, Medium, or Low
|
|
48
|
-
- 🎨 **Beautiful Installer** -
|
|
48
|
+
- 🎨 **Beautiful Installer** - `npx agentvibes install` (Node.js) or `.\setup-windows.ps1` (no Node.js required)
|
|
49
49
|
|
|
50
50
|
**⚡ v3.4.0 Highlights:**
|
|
51
51
|
- 🎤 **Soprano TTS Provider** - Ultra-fast neural TTS with 20x CPU, 2000x GPU acceleration (thanks [@nathanchase](https://github.com/nathanchase)!)
|
|
@@ -97,7 +97,7 @@ All 50+ Piper voices AgentVibes provides are sourced from Hugging Face's open-so
|
|
|
97
97
|
- [📱 Android/Termux](#-quick-setup-android--termux-claude-code-on-your-phone) - Run Claude Code on your phone
|
|
98
98
|
- [📋 Prerequisites](#-prerequisites) - What you actually need (Node.js + optional tools)
|
|
99
99
|
- [✨ What is AgentVibes?](#-what-is-agentvibes) - Overview & key features
|
|
100
|
-
- [📰 Latest Release](#-latest-release) - v3.5.
|
|
100
|
+
- [📰 Latest Release](#-latest-release) - v3.5.5 - Native Windows Support with Soprano, Piper & SAPI
|
|
101
101
|
- [🪟 Windows Setup Guide for Claude Desktop](mcp-server/WINDOWS_SETUP.md) - Complete Windows installation with WSL & Python
|
|
102
102
|
|
|
103
103
|
### AgentVibes MCP (Natural Language Control)
|
|
@@ -141,9 +141,9 @@ All 50+ Piper voices AgentVibes provides are sourced from Hugging Face's open-so
|
|
|
141
141
|
|
|
142
142
|
## 📰 Latest Release
|
|
143
143
|
|
|
144
|
-
**[v3.5.
|
|
144
|
+
**[v3.5.5 - Native Windows Support: Soprano, Piper & SAPI Providers](https://github.com/paulpreibisch/AgentVibes/releases/tag/v3.5.5)** 🪟🎤
|
|
145
145
|
|
|
146
|
-
AgentVibes v3.5.
|
|
146
|
+
AgentVibes v3.5.5 delivers native Windows support with a polished PowerShell installer offering three TTS providers (Soprano neural, Piper offline, Windows SAPI), background music selection from 16 genre tracks, reverb effects via ffmpeg aecho filter, and verbosity control. The release includes 8 Windows hook scripts, MCP server platform detection for automatic .sh-to-.ps1 resolution, and 46 new unit tests. Security hardening adds path traversal prevention with regex allowlisting and path containment checks, reverb config allowlist validation, and strict mode compliance across all scripts. Cross-platform test fixes ensure the full 93-test suite passes on both Windows and Unix.
|
|
147
147
|
|
|
148
148
|
Install via `npx agentvibes install` or the standalone PowerShell installer (`.\setup-windows.ps1`). No WSL required!
|
|
149
149
|
|
package/RELEASE_NOTES.md
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
# AgentVibes Release Notes
|
|
2
2
|
|
|
3
|
-
## 📦 v3.5.
|
|
3
|
+
## 📦 v3.5.5 - Native Windows Support: Soprano, Piper & SAPI Providers
|
|
4
4
|
|
|
5
5
|
**Release Date:** February 12, 2026
|
|
6
6
|
|
|
7
|
-
### 🎯 Why v3.5.
|
|
7
|
+
### 🎯 Why v3.5.5?
|
|
8
8
|
|
|
9
|
-
v3.5.
|
|
9
|
+
v3.5.5 brings **native Windows support** to AgentVibes with a full-featured PowerShell installer and three TTS providers. Windows users no longer need WSL - AgentVibes runs natively with Soprano (neural), Piper (offline neural), or Windows SAPI (zero-setup) voices. The installer also adds **background music selection** (16 genre tracks), **reverb/audio effects** (via ffmpeg aecho), and **verbosity control** for the TTS experience.
|
|
10
10
|
|
|
11
11
|
### 🚀 Key Highlights
|
|
12
12
|
|
|
@@ -33,7 +33,7 @@ v3.5.0 brings **native Windows support** to AgentVibes with a full-featured Powe
|
|
|
33
33
|
|
|
34
34
|
### 🤖 AI Summary
|
|
35
35
|
|
|
36
|
-
AgentVibes v3.5.
|
|
36
|
+
AgentVibes v3.5.5 delivers native Windows support with a polished PowerShell installer offering three TTS providers (Soprano neural, Piper offline, Windows SAPI), background music selection from 16 genre tracks, reverb effects via ffmpeg aecho filter, and verbosity control. The release includes 8 Windows hook scripts, MCP server platform detection for automatic .sh-to-.ps1 resolution, and 46 new unit tests. Security hardening adds path traversal prevention with regex allowlisting and path containment checks, reverb config allowlist validation, and strict mode compliance across all scripts. Cross-platform test fixes ensure the full 93-test suite passes on both Windows and Unix.
|
|
37
37
|
|
|
38
38
|
---
|
|
39
39
|
|
|
@@ -149,7 +149,7 @@ None - all changes are backward compatible. Existing Unix/macOS installations ar
|
|
|
149
149
|
|
|
150
150
|
---
|
|
151
151
|
|
|
152
|
-
**Full Changelog**: https://github.com/paulpreibisch/AgentVibes/compare/v3.4.1...v3.5.
|
|
152
|
+
**Full Changelog**: https://github.com/paulpreibisch/AgentVibes/compare/v3.4.1...v3.5.5
|
|
153
153
|
|
|
154
154
|
---
|
|
155
155
|
|
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.5.
|
|
4
|
+
"version": "3.5.5",
|
|
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": [
|
package/src/installer.js
CHANGED
|
@@ -1602,9 +1602,9 @@ function showWelcome() {
|
|
|
1602
1602
|
* Shown during install and update commands
|
|
1603
1603
|
*/
|
|
1604
1604
|
function getReleaseInfoBoxen() {
|
|
1605
|
-
return chalk.cyan.bold('📦 AgentVibes v3.5.
|
|
1605
|
+
return chalk.cyan.bold('📦 AgentVibes v3.5.5 - Native Windows Support: Soprano, Piper & SAPI\n\n') +
|
|
1606
1606
|
chalk.green.bold('🎙️ WHAT\'S NEW:\n\n') +
|
|
1607
|
-
chalk.cyan('AgentVibes v3.5.
|
|
1607
|
+
chalk.cyan('AgentVibes v3.5.5 brings native Windows support with three TTS providers (Soprano neural,\n') +
|
|
1608
1608
|
chalk.cyan('Piper offline, Windows SAPI), background music selection from 16 genre tracks, reverb effects\n') +
|
|
1609
1609
|
chalk.cyan('via ffmpeg, and verbosity control. Includes 8 Windows hook scripts, beautiful PowerShell\n') +
|
|
1610
1610
|
chalk.cyan('installer with figlet banner, and 46 new Windows-specific unit tests.\n\n') +
|