agentvibes 3.5.2 โ 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 +7 -7
- package/RELEASE_NOTES.md +8 -5
- package/package.json +1 -1
- package/setup-windows.ps1 +20 -0
- package/src/installer.js +12 -11
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)!)
|
|
@@ -53,7 +53,7 @@ Whether you're coding in Claude Code, chatting in Claude Desktop, using Warp Ter
|
|
|
53
53
|
- ๐ **Environment Intelligence** - PulseAudio tunnel auto-detection for SSH scenarios
|
|
54
54
|
|
|
55
55
|
**โก Core Features:**
|
|
56
|
-
- โก **One-Command Install** - Get started in 30 seconds (`npx agentvibes install`)
|
|
56
|
+
- โก **One-Command Install** - Get started in 30 seconds (`npx agentvibes install` or `.\setup-windows.ps1` without Node.js)
|
|
57
57
|
- ๐ญ **Multi-Provider Support** - Soprano (neural), Piper TTS (50+ free voices), macOS Say (100+ built-in), or Windows SAPI
|
|
58
58
|
- ๐๏ธ **27+ Professional AI Voices** - Character voices, accents, and unique personalities
|
|
59
59
|
- ๐๏ธ **Verbosity Control** - Choose how much Claude speaks (LOW, MEDIUM, HIGH)
|
|
@@ -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
|
|
|
@@ -133,6 +133,9 @@ None - all changes are backward compatible. Existing Unix/macOS installations ar
|
|
|
133
133
|
|
|
134
134
|
## ๐ Acknowledgments
|
|
135
135
|
|
|
136
|
+
### Project Lead
|
|
137
|
+
- **[@paulpreibisch](https://github.com/paulpreibisch)** (Paul Preibisch) โ Creator and maintainer of AgentVibes
|
|
138
|
+
|
|
136
139
|
### Community Contributors
|
|
137
140
|
- **[@nathanchase](https://github.com/nathanchase)** โ For contributing the Soprano TTS provider in v3.4.0, whose ultra-fast neural engine is now one of the three Windows-native providers
|
|
138
141
|
- **[@alexeyv](https://github.com/alexeyv)** โ For suggesting native Windows support and recommending Windows SAPI as a zero-dependency provider
|
|
@@ -146,7 +149,7 @@ None - all changes are backward compatible. Existing Unix/macOS installations ar
|
|
|
146
149
|
|
|
147
150
|
---
|
|
148
151
|
|
|
149
|
-
**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
|
|
150
153
|
|
|
151
154
|
---
|
|
152
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/setup-windows.ps1
CHANGED
|
@@ -123,6 +123,26 @@ Write-BoxLine " https://agentvibes.org" "DarkCyan"
|
|
|
123
123
|
Write-BoxBottom
|
|
124
124
|
Write-Host ""
|
|
125
125
|
|
|
126
|
+
# โโ What's New โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
|
|
127
|
+
|
|
128
|
+
Write-Host " WHAT'S NEW in v$Version" -ForegroundColor Green
|
|
129
|
+
Write-Host ""
|
|
130
|
+
Write-Host " Native Windows support with three TTS providers (Soprano neural," -ForegroundColor Cyan
|
|
131
|
+
Write-Host " Piper offline, Windows SAPI), background music from 16 genre tracks," -ForegroundColor Cyan
|
|
132
|
+
Write-Host " reverb effects via ffmpeg, and verbosity control." -ForegroundColor Cyan
|
|
133
|
+
Write-Host ""
|
|
134
|
+
Write-Host " Thanks to @nathanchase (Soprano), @alexeyv (Windows SAPI)," -ForegroundColor Yellow
|
|
135
|
+
Write-Host " @bmadcode (BMAD Method)!" -ForegroundColor Yellow
|
|
136
|
+
Write-Host ""
|
|
137
|
+
Write-Host " KEY HIGHLIGHTS:" -ForegroundColor Green
|
|
138
|
+
Write-Host " [*] Native Windows TTS - Soprano, Piper, SAPI. No WSL needed!" -ForegroundColor Gray
|
|
139
|
+
Write-Host " [*] Background Music - 16 genre tracks (Bachata, Flamenco, etc.)" -ForegroundColor Gray
|
|
140
|
+
Write-Host " [*] Reverb & Effects - 5 reverb levels via ffmpeg aecho filter" -ForegroundColor Gray
|
|
141
|
+
Write-Host " [*] Verbosity Control - High, Medium, or Low transparency" -ForegroundColor Gray
|
|
142
|
+
Write-Host " [*] Beautiful Installer - Figlet banner, provider detection" -ForegroundColor Gray
|
|
143
|
+
Write-Host " [*] 93/93 Tests Passing - 46 Windows + 47 cross-platform" -ForegroundColor Gray
|
|
144
|
+
Write-Host ""
|
|
145
|
+
|
|
126
146
|
# โโ Node.js Detection โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
|
|
127
147
|
|
|
128
148
|
try {
|
package/src/installer.js
CHANGED
|
@@ -1602,19 +1602,20 @@ function showWelcome() {
|
|
|
1602
1602
|
* Shown during install and update commands
|
|
1603
1603
|
*/
|
|
1604
1604
|
function getReleaseInfoBoxen() {
|
|
1605
|
-
return chalk.cyan.bold('๐ฆ AgentVibes v3.
|
|
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.
|
|
1608
|
-
chalk.cyan('
|
|
1609
|
-
chalk.cyan('
|
|
1610
|
-
chalk.cyan('
|
|
1611
|
-
chalk.yellow('๐
|
|
1607
|
+
chalk.cyan('AgentVibes v3.5.5 brings native Windows support with three TTS providers (Soprano neural,\n') +
|
|
1608
|
+
chalk.cyan('Piper offline, Windows SAPI), background music selection from 16 genre tracks, reverb effects\n') +
|
|
1609
|
+
chalk.cyan('via ffmpeg, and verbosity control. Includes 8 Windows hook scripts, beautiful PowerShell\n') +
|
|
1610
|
+
chalk.cyan('installer with figlet banner, and 46 new Windows-specific unit tests.\n\n') +
|
|
1611
|
+
chalk.yellow('๐ Thanks to @nathanchase (Soprano), @alexeyv (Windows SAPI), @bmadcode (BMAD Method)!\n\n') +
|
|
1612
1612
|
chalk.green.bold('โจ KEY HIGHLIGHTS:\n\n') +
|
|
1613
|
-
chalk.gray('
|
|
1614
|
-
chalk.gray('
|
|
1615
|
-
chalk.gray('
|
|
1616
|
-
chalk.gray('
|
|
1617
|
-
chalk.gray('
|
|
1613
|
+
chalk.gray(' ๐ฅ๏ธ Native Windows TTS - Soprano, Piper, and Windows SAPI providers. No WSL needed!\n') +
|
|
1614
|
+
chalk.gray(' ๐ต Background Music - 16 genre tracks (Bachata, Flamenco, Bossa Nova, City Pop, and more)\n') +
|
|
1615
|
+
chalk.gray(' ๐๏ธ Reverb & Effects - 5 reverb levels via ffmpeg aecho filter\n') +
|
|
1616
|
+
chalk.gray(' ๐ Verbosity Control - High, Medium, or Low transparency levels\n') +
|
|
1617
|
+
chalk.gray(' ๐จ Beautiful Installer - Figlet banner, directory explanations, provider detection\n') +
|
|
1618
|
+
chalk.gray(' ๐งช 93/93 Tests Passing - 46 Windows + 47 cross-platform\n\n') +
|
|
1618
1619
|
chalk.gray('๐ Full Release Notes: RELEASE_NOTES.md\n') +
|
|
1619
1620
|
chalk.gray('๐ Website: https://agentvibes.org\n') +
|
|
1620
1621
|
chalk.gray('๐ฆ Repository: https://github.com/paulpreibisch/AgentVibes\n\n') +
|