agentvibes 4.0.1 → 4.2.0
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/.claude/config/audio-effects.cfg +3 -2
- package/.claude/config/background-music-position.txt +1 -1
- package/.claude/hooks/audio-processor.sh +87 -43
- package/.claude/hooks/bmad-speak.sh +184 -27
- package/.claude/hooks/play-tts-enhanced.sh +40 -5
- package/.claude/hooks/play-tts-macos.sh +29 -6
- package/.claude/hooks/play-tts-piper.sh +166 -65
- package/.claude/hooks/play-tts-soprano.sh +42 -6
- package/.claude/hooks/play-tts-ssh-remote.sh +117 -38
- package/.claude/hooks/play-tts.sh +12 -9
- package/.claude/hooks/session-start-tts.sh +10 -0
- package/.claude/hooks/stop-tts.sh +84 -0
- package/.claude/hooks/tts-queue-worker.sh +51 -20
- package/.claude/hooks/tts-queue.sh +37 -8
- package/.claude/hooks/voice-manager.sh +5 -1
- package/CLAUDE.md +0 -11
- package/README.md +176 -78
- package/RELEASE_NOTES.md +1197 -60
- package/bin/agentvibes-voice-browser.js +35 -21
- package/mcp-server/server.py +36 -0
- package/package.json +1 -3
- package/src/console/app.js +22 -4
- package/src/console/constants/personalities.js +44 -0
- package/src/console/footer-config.js +5 -1
- package/src/console/navigation.js +3 -2
- package/src/console/tabs/agents-tab.js +1219 -72
- package/src/console/tabs/placeholder-tab.js +9 -2
- package/src/console/tabs/receiver-tab.js +1212 -0
- package/src/console/tabs/settings-tab.js +33 -323
- package/src/console/widgets/destroy-list.js +25 -0
- package/src/console/widgets/format-utils.js +89 -0
- package/src/console/widgets/notice.js +55 -0
- package/src/console/widgets/personality-picker.js +185 -0
- package/src/console/widgets/reverb-picker.js +94 -0
- package/src/console/widgets/track-picker.js +285 -0
- package/src/installer.js +54 -2
- package/src/services/agent-voice-store.js +282 -22
- package/src/services/navigation-service.js +1 -1
- package/src/utils/music-file-validator.js +41 -31
- package/templates/agentvibes-receiver.sh +431 -111
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**: v4.
|
|
14
|
+
**Author**: Paul Preibisch ([@997Fire](https://x.com/997Fire)) | **Version**: v4.2
|
|
15
15
|
|
|
16
16
|
---
|
|
17
17
|
|
|
@@ -40,36 +40,94 @@ Whether you're coding in Claude Code, chatting in Claude Desktop, using Warp Ter
|
|
|
40
40
|
|
|
41
41
|
---
|
|
42
42
|
|
|
43
|
-
## 🌟 NEW
|
|
43
|
+
## 🌟 NEW IN v4.2 — BMAD Voices, SSH Receiver & More
|
|
44
44
|
|
|
45
|
-
###
|
|
45
|
+
### 🎭 BMAD Party Mode — Every Agent Has Its Own Voice
|
|
46
46
|
|
|
47
|
-
|
|
47
|
+
The BMad Method (Build More Architect Dreams) is an AI-driven development framework that helps you build software from ideation through agentic implementation with specialized AI agents, guided workflows, and intelligent planning that adapts to your project's complexity.
|
|
48
48
|
|
|
49
|
-
|
|
49
|
+
**Every BMAD agent now speaks with their own unique voice, music, and personality.**
|
|
50
|
+
|
|
51
|
+
When party mode runs a multi-agent discussion, the Architect, PM, Developer, QA, and Analyst each sound completely different — making every role immediately recognizable.
|
|
52
|
+
|
|
53
|
+
**Auto-enabled** — if BMAD is installed, party mode activates automatically. Open the BMad Tab to configure each agent:
|
|
50
54
|
|
|
51
55
|
```bash
|
|
52
|
-
npx agentvibes
|
|
56
|
+
npx agentvibes # Press B to open the BMad Tab
|
|
53
57
|
```
|
|
54
58
|
|
|
55
|
-
|
|
59
|
+
**Per-agent configuration:**
|
|
60
|
+
- 🎙️ **Voice** — 914 voices to choose from, auto-assigned gender-aware
|
|
61
|
+
- 🎵 **Background Music** — Unique ambient track per agent (cinematic, lo-fi, jazz...)
|
|
62
|
+
- 🎚️ **Music Volume** — Per-agent level, or set all at once via Bulk Edit
|
|
63
|
+
- 🎛️ **Reverb** — none / room / hall / cathedral / studio per agent
|
|
64
|
+
- 💬 **Pretext** — Custom intro phrase ("Winston says:..." before every line)
|
|
65
|
+
- 🎭 **Personality** — sarcastic, dramatic, pirate, cheerful, and more
|
|
66
|
+
- 🔇 **No Overlap** — Speech lock ensures agents never talk over each other
|
|
67
|
+
- ✨ **Markdown-Clean** — Asterisks and formatting stripped before TTS
|
|
56
68
|
|
|
57
|
-
|
|
58
|
-
- 🎤 **Voices Tab** - Browse, sample, and install 914+ voices with one keypress
|
|
59
|
-
- 🎵 **Music Tab** - Browse and preview 16 background music tracks
|
|
60
|
-
- ❓ **Help Tab** - Built-in documentation and quick reference
|
|
69
|
+
### 🎛️ BMad Tab — Visual Agent Configurator
|
|
61
70
|
|
|
62
|
-
**
|
|
63
|
-
- 904 High-Quality Piper TTS Speakers (libritts-high model)
|
|
64
|
-
- 10 Hand-Curated Personality Voices
|
|
71
|
+
The `npx agentvibes` TUI now includes a full **BMad Tab** for managing every agent visually — inspired by the Voices tab, with the same columns and navigation polish:
|
|
65
72
|
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
73
|
+
```bash
|
|
74
|
+
npx agentvibes # Press B for BMad Tab
|
|
75
|
+
```
|
|
76
|
+
|
|
77
|
+
| Agent | Voice | Gender | Provider | Reverb | Music | Vol | Pretext |
|
|
78
|
+
|-------|-------|--------|----------|--------|-------|-----|---------|
|
|
79
|
+
| 🏢 Winston | Rose Ibex | Female | Piper (LibriTTS) | studio | jazz | 65% | Winston says |
|
|
80
|
+
| 🧠 Larry | Kusal | Male | Piper | hall | cinematic | 80% | Larry says |
|
|
81
|
+
|
|
82
|
+
**Highlights:**
|
|
83
|
+
- **Beautified voice names** — `16Speakers::Rose_Ibex` shows as `Rose Ibex`; `en_US-kusal-medium` shows as `Kusal`
|
|
84
|
+
- **Gender & Provider columns** — see voice metadata at a glance, just like the Voices tab
|
|
85
|
+
- **Inline row hints** — navigate to any agent and see `[Space] Preview [Enter] Configure` on the row itself
|
|
86
|
+
- **Preview spinner** — animated `⠋⠙⠹⠸` braille spinner while audio plays
|
|
87
|
+
|
|
88
|
+
| Key | Action |
|
|
89
|
+
|-----|--------|
|
|
90
|
+
| `↑↓` / `jk` | Navigate agents |
|
|
91
|
+
| `Space` | Preview agent (spinner shows while playing) |
|
|
92
|
+
| `Enter` | Configure voice, music, volume, reverb, personality, pretext |
|
|
93
|
+
| `A` | Auto-assign unique voices (gender-aware, no repeats) |
|
|
94
|
+
| `B` | Bulk Edit — set music / volume / pretext / reverb for all agents |
|
|
95
|
+
| `X` | Reset agent to defaults |
|
|
96
|
+
|
|
97
|
+
---
|
|
98
|
+
|
|
99
|
+
### 🖥️ SSH Receiver — Hear Your Headless Server
|
|
100
|
+
|
|
101
|
+
**Run Claude on a cloud box and hear the TTS on your local machine.**
|
|
71
102
|
|
|
72
|
-
|
|
103
|
+
The new **Receiver Tab** streams TTS audio from voiceless remote servers to your local machine over TCP — perfect for AWS/GCP dev boxes, WSL2, and SSH sessions.
|
|
104
|
+
|
|
105
|
+
```bash
|
|
106
|
+
# On your local machine — open TUI, go to Receiver tab, click Start
|
|
107
|
+
npx agentvibes
|
|
108
|
+
|
|
109
|
+
# On the remote server — AgentVibes auto-detects the receiver and streams
|
|
110
|
+
```
|
|
111
|
+
|
|
112
|
+
Zero-config forwarding. Works with Piper, macOS Say, and Soprano.
|
|
113
|
+
|
|
114
|
+
---
|
|
115
|
+
|
|
116
|
+
### ⚡ TTS Latency -~1 Second
|
|
117
|
+
|
|
118
|
+
- **Batched Node.js calls** — 6 separate profile reads collapsed into 1 (~900ms saved)
|
|
119
|
+
- **inotifywait queue** — file-event-based worker, no polling delay
|
|
120
|
+
- **Background cache cleanup** — off the critical path every 10th call
|
|
121
|
+
|
|
122
|
+
---
|
|
123
|
+
|
|
124
|
+
### 🎨 ANSI Banner Colors + Toggle
|
|
125
|
+
|
|
126
|
+
Full color in the TTS banner (gold voice, cyan reverb, traffic-light cache). Hide it without muting:
|
|
127
|
+
|
|
128
|
+
```bash
|
|
129
|
+
touch ~/.agentvibes/banner-disabled # or say "turn off the TTS banner"
|
|
130
|
+
```
|
|
73
131
|
|
|
74
132
|
---
|
|
75
133
|
|
|
@@ -77,8 +135,10 @@ Launch now: `npx agentvibes`
|
|
|
77
135
|
|
|
78
136
|
**Add custom prefixes to every TTS announcement!**
|
|
79
137
|
|
|
138
|
+
Configure via the AgentVibes TUI Settings tab:
|
|
139
|
+
|
|
80
140
|
```bash
|
|
81
|
-
npx agentvibes
|
|
141
|
+
npx agentvibes # Navigate to Settings tab
|
|
82
142
|
```
|
|
83
143
|
|
|
84
144
|
Transform generic AI responses into your personal brand:
|
|
@@ -112,7 +172,7 @@ Transform generic AI responses into your personal brand:
|
|
|
112
172
|
- `"CodeBot: "` - Development assistant
|
|
113
173
|
- `"Chef AI: "` - Cooking helper
|
|
114
174
|
|
|
115
|
-
Configure
|
|
175
|
+
Configure via: `npx agentvibes` → Settings tab
|
|
116
176
|
|
|
117
177
|
---
|
|
118
178
|
|
|
@@ -120,11 +180,13 @@ Configure now: `npx agentvibes config intro-text`
|
|
|
120
180
|
|
|
121
181
|
**Upload your own background music with battle-tested security!**
|
|
122
182
|
|
|
183
|
+
Configure via the AgentVibes TUI Music tab:
|
|
184
|
+
|
|
123
185
|
```bash
|
|
124
|
-
npx agentvibes
|
|
186
|
+
npx agentvibes # Navigate to Music tab
|
|
125
187
|
```
|
|
126
188
|
|
|
127
|
-
Replace the default background tracks with your own audio files
|
|
189
|
+
Replace the default background tracks with your own audio files.
|
|
128
190
|
|
|
129
191
|
**Supported Formats:**
|
|
130
192
|
- 🎵 MP3 (.mp3)
|
|
@@ -149,10 +211,10 @@ Replace the default background tracks with your own audio files for complete son
|
|
|
149
211
|
- Duration warnings for non-optimal lengths
|
|
150
212
|
|
|
151
213
|
**Perfect for:**
|
|
152
|
-
-
|
|
153
|
-
-
|
|
154
|
-
-
|
|
155
|
-
- 🎹 **
|
|
214
|
+
- 🎮 **Making coding fun** - Your favorite beats while you build
|
|
215
|
+
- 🎼 **Setting the mood** - Match the music to the task (lo-fi for debugging, epic for shipping)
|
|
216
|
+
- 🗂️ **Identifying projects** - Different track per repo so you always know which project Claude is in
|
|
217
|
+
- 🎹 **Deep focus** - Ambient or classical to stay in flow
|
|
156
218
|
|
|
157
219
|
**Features:**
|
|
158
220
|
- Preview before setting
|
|
@@ -168,7 +230,7 @@ Replace the default background tracks with your own audio files for complete son
|
|
|
168
230
|
4. Enable/Disable - Toggle background music
|
|
169
231
|
5. Preview current - Sample your music
|
|
170
232
|
|
|
171
|
-
Configure
|
|
233
|
+
Configure via: `npx agentvibes` → Music tab
|
|
172
234
|
|
|
173
235
|
**Security Certified:** See full audit report at `docs/security/SECURITY-AUDIT.md`
|
|
174
236
|
|
|
@@ -176,14 +238,22 @@ Configure now: `npx agentvibes config music`
|
|
|
176
238
|
|
|
177
239
|
### 🎯 Key Features
|
|
178
240
|
|
|
179
|
-
**🌟 NEW IN v4.
|
|
180
|
-
-
|
|
181
|
-
-
|
|
182
|
-
-
|
|
241
|
+
**🌟 NEW IN v4.2 — BMAD Party Mode & SSH Receiver:**
|
|
242
|
+
- 🎭 **BMAD Party Mode Voices** — Each agent speaks with their unique voice, music, reverb, personality
|
|
243
|
+
- 🖥️ **SSH Receiver Tab** — Stream TTS audio from headless servers to your local machine over TCP
|
|
244
|
+
- 🎛️ **BMad Tab (TUI)** — Visual agent configurator with auto-assign and bulk edit
|
|
245
|
+
- ⚡ **TTS Latency -1s** — Batched Node.js calls, inotifywait queue, background cleanup
|
|
246
|
+
- 🎨 **ANSI Banner Colors Restored** — Gold/cyan/traffic-light colors in TTS info banner
|
|
247
|
+
- 🔕 **Banner Toggle** — Hide TTS banner without muting (`~/.agentvibes/banner-disabled`)
|
|
248
|
+
- 🔇 **No Party Mode Overlap** — Agents wait for full audio before next speaks
|
|
249
|
+
- 🧹 **Markdown-Clean Speech** — Asterisks/formatting stripped automatically from party mode
|
|
250
|
+
|
|
251
|
+
**🌟 NEW IN v3.6.0 — Voice Explorer Release:**
|
|
183
252
|
- 🏷️ **Friendly Voice Names** - "Ryan" instead of "en_US-libritts_r-medium-speaker-123"
|
|
184
253
|
- 💬 **Intro Text (Pretext)** - Custom prefix for all TTS ("FireBot: Starting...")
|
|
185
254
|
- 🎵 **Custom Background Music** - Upload your own audio files with battle-tested security
|
|
186
|
-
-
|
|
255
|
+
- 🎨 **Interactive Installer** - Preview voices and music during installation
|
|
256
|
+
- 🛡️ **Security Hardening** - 180+ attack variations tested, 100% blocked, OWASP compliant
|
|
187
257
|
|
|
188
258
|
**🪟 NEW IN v3.5.5 — Native Windows Support:**
|
|
189
259
|
- 🖥️ **Windows Native TTS** - Soprano, Piper, and Windows SAPI providers. No WSL required!
|
|
@@ -243,10 +313,11 @@ All 50+ Piper voices AgentVibes provides are sourced from Hugging Face's open-so
|
|
|
243
313
|
- [📋 Prerequisites](#-prerequisites) - What you actually need (Node.js + optional tools)
|
|
244
314
|
- [✨ What is AgentVibes?](#-what-is-agentvibes) - Overview & key features
|
|
245
315
|
- [🌟 NEW FEATURE HIGHLIGHTS](#-new-feature-highlights) - **START HERE!**
|
|
246
|
-
- [
|
|
316
|
+
- [🎭 BMAD Party Mode](#-bmad-party-mode--multi-agent-voice-conversations) - Per-agent voices, music, reverb
|
|
317
|
+
- [🖥️ SSH Receiver](#️-agentvibes-receiver--remote-audio-streaming) - Stream audio from headless servers
|
|
247
318
|
- [💬 Intro Text](#-intro-text-pretext---your-personal-ai-branding) - Custom TTS prefixes
|
|
248
319
|
- [🎵 Custom Background Music](#-custom-background-music---complete-audio-control) - Upload your own tracks
|
|
249
|
-
- [📰 Latest Release](#-latest-release) - v4.
|
|
320
|
+
- [📰 Latest Release](#-latest-release) - v4.2 "Party Mode" — BMAD multi-agent voices, SSH Receiver, BMad Tab, ~1s latency improvement
|
|
250
321
|
- [🪟 Windows Setup Guide for Claude Desktop](mcp-server/WINDOWS_SETUP.md) - Complete Windows installation with WSL & Python
|
|
251
322
|
|
|
252
323
|
### AgentVibes MCP (Natural Language Control)
|
|
@@ -292,44 +363,81 @@ All 50+ Piper voices AgentVibes provides are sourced from Hugging Face's open-so
|
|
|
292
363
|
|
|
293
364
|
## 📰 Latest Release
|
|
294
365
|
|
|
295
|
-
**[v4.
|
|
366
|
+
**[v4.2 - "Party Mode" Release](https://github.com/paulpreibisch/AgentVibes/releases/tag/v4.2)** 🎉
|
|
296
367
|
|
|
297
|
-
|
|
368
|
+
This is the biggest AgentVibes release since the TUI launched in v4.0. Two headline features: **BMAD Party Mode** gives every agent their own voice and music, and the **SSH Receiver** lets you hear your headless server speak on your local machine.
|
|
298
369
|
|
|
299
|
-
###
|
|
370
|
+
### 🎭 BMAD Party Mode — Multi-Agent Voice Conversations
|
|
300
371
|
|
|
301
|
-
|
|
372
|
+
The BMad Method (Build More Architect Dreams) is an AI-driven development framework module that helps you build software from ideation through agentic implementation with specialized AI agents, guided workflows, and intelligent planning.
|
|
302
373
|
|
|
303
|
-
|
|
374
|
+
Every agent in a BMAD discussion now speaks with their own individually configured voice, music, reverb, and personality — making the Architect, PM, Developer, QA, and Analyst immediately recognizable the moment they speak.
|
|
304
375
|
|
|
305
|
-
|
|
376
|
+
**Auto-enabled** — party mode activates automatically when BMAD is detected. Configure agents visually:
|
|
306
377
|
|
|
307
378
|
```bash
|
|
308
|
-
npx agentvibes
|
|
379
|
+
npx agentvibes # Press B for BMad Tab
|
|
309
380
|
```
|
|
310
381
|
|
|
311
|
-
|
|
382
|
+
**Each agent gets:**
|
|
383
|
+
- 🎙️ **Their own voice** — 914 to choose from, or auto-assign gender-aware
|
|
384
|
+
- 🎵 **Their own music track** — cinematic for the Architect, lo-fi for the Dev
|
|
385
|
+
- 🎚️ **Their own volume** — fine-tune per-agent, or bulk-set all at once
|
|
386
|
+
- 🎛️ **Their own reverb** — studio, hall, cathedral, room, or none
|
|
387
|
+
- 💬 **Their own pretext** — "Winston says:..." before every line
|
|
388
|
+
- 🎭 **Their own personality** — sarcastic, dramatic, pirate, cheerful...
|
|
389
|
+
- 🔇 **No overlap** — agents wait for full audio before the next one speaks
|
|
390
|
+
- ✨ **Markdown stripped** — no "asterisk asterisk" in TTS output
|
|
391
|
+
|
|
392
|
+
### 🎛️ BMad Tab — Full Visual Agent Configurator
|
|
312
393
|
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
394
|
+
Manage every agent from an interactive table — same polish as the Voices tab:
|
|
395
|
+
|
|
396
|
+
| Key | Action |
|
|
397
|
+
|-----|--------|
|
|
398
|
+
| `Space` | Preview agent with full profile (animated spinner while playing) |
|
|
399
|
+
| `Enter` | Configure voice, music, volume, reverb, personality, pretext |
|
|
400
|
+
| `A` | Auto-assign unique voices (gender-aware, no repeats) |
|
|
401
|
+
| `B` | Bulk Edit — set music / volume / pretext / reverb for all agents |
|
|
402
|
+
| `X` | Reset agent to defaults |
|
|
403
|
+
|
|
404
|
+
The table shows **Voice, Gender, Provider, Reverb, Music, Vol, Pretext** columns. Voice names are automatically beautified: `16Speakers::Rose_Ibex` → `Rose Ibex`.
|
|
405
|
+
|
|
406
|
+
### 🖥️ SSH Receiver — Hear Your Headless Server
|
|
407
|
+
|
|
408
|
+
Stream TTS from a cloud box, WSL2, or any voiceless server directly to your local machine over TCP:
|
|
409
|
+
|
|
410
|
+
```bash
|
|
411
|
+
# Local: open TUI → Receiver tab → Start
|
|
412
|
+
npx agentvibes
|
|
413
|
+
|
|
414
|
+
# Remote: AgentVibes auto-detects the receiver and streams audio to you
|
|
415
|
+
```
|
|
416
|
+
|
|
417
|
+
### ⚡ ~1 Second Faster TTS
|
|
418
|
+
|
|
419
|
+
- 6 Node.js profile reads collapsed into 1 (~900ms saved per speech)
|
|
420
|
+
- `inotifywait` queue worker — no polling delay
|
|
421
|
+
- Cache cleanup runs off the critical path
|
|
422
|
+
|
|
423
|
+
### 🎨 ANSI Colors Restored + Banner Toggle
|
|
424
|
+
|
|
425
|
+
Full color in the TTS banner. Silence it without muting audio:
|
|
426
|
+
```bash
|
|
427
|
+
touch ~/.agentvibes/banner-disabled # or: "turn off the TTS banner" via MCP
|
|
428
|
+
```
|
|
320
429
|
|
|
321
430
|
### Quick Install
|
|
322
431
|
|
|
323
432
|
```bash
|
|
324
|
-
# Install AgentVibes
|
|
325
433
|
npx agentvibes install
|
|
326
434
|
```
|
|
327
435
|
|
|
328
|
-
💡 **Tip:** If `npx agentvibes` shows an older version
|
|
436
|
+
💡 **Tip:** If `npx agentvibes` shows an older version: `npm cache clean --force && npx agentvibes@latest`
|
|
329
437
|
|
|
330
|
-
🐛 **Found a bug?**
|
|
438
|
+
🐛 **Found a bug?** [GitHub Issues](https://github.com/paulpreibisch/AgentVibes/issues)
|
|
331
439
|
|
|
332
|
-
[→ View Complete Release Notes](RELEASE_NOTES.md) | [→ View All Releases](https://github.com/paulpreibisch/AgentVibes/releases)
|
|
440
|
+
[→ View Complete Release Notes](RELEASE_NOTES.md) | [→ View Previous Release (v4.0.1)](https://github.com/paulpreibisch/AgentVibes/releases/tag/v4.0.1) | [→ View All Releases](https://github.com/paulpreibisch/AgentVibes/releases)
|
|
333
441
|
|
|
334
442
|
[↑ Back to top](#-table-of-contents)
|
|
335
443
|
|
|
@@ -391,7 +499,7 @@ AgentVibes includes a full **Text User Interface (TUI)** built with blessed.js f
|
|
|
391
499
|
| `npx agentvibes install` | Open the Install tab directly |
|
|
392
500
|
| `npx agentvibes config` | Open the Settings tab directly |
|
|
393
501
|
|
|
394
|
-
Once inside, use **Tab** / **Shift+Tab** to switch between tabs: **Voices**, **Music**, **Settings**, and **Install**. Use **[** / **]** to page through voice and music catalogs.
|
|
502
|
+
Once inside, use **Tab** / **Shift+Tab** to switch between tabs: **Voices**, **Music**, **BMad**, **Settings**, **Receiver**, and **Install**. Use **[** / **]** to page through voice and music catalogs.
|
|
395
503
|
|
|
396
504
|
---
|
|
397
505
|
|
|
@@ -407,6 +515,8 @@ macOS ships with bash 3.2 (from 2007). After this, everything works perfectly!
|
|
|
407
515
|
|
|
408
516
|
[↑ Back to top](#-table-of-contents)
|
|
409
517
|
|
|
518
|
+
[↑ Back to top](#-table-of-contents)
|
|
519
|
+
|
|
410
520
|
---
|
|
411
521
|
|
|
412
522
|
## 📋 Prerequisites - What You Actually Need
|
|
@@ -755,9 +865,8 @@ AgentVibes provides **50+ slash commands** and **natural language MCP equivalent
|
|
|
755
865
|
### Intro Text Commands
|
|
756
866
|
|
|
757
867
|
```bash
|
|
758
|
-
# Configure intro text
|
|
759
|
-
|
|
760
|
-
npx agentvibes config intro-text
|
|
868
|
+
# Configure intro text — open Settings tab
|
|
869
|
+
npx agentvibes
|
|
761
870
|
|
|
762
871
|
# View current intro text
|
|
763
872
|
cat ~/.claude/config/intro-text.txt
|
|
@@ -773,16 +882,8 @@ cat ~/.claude/config/intro-text.txt
|
|
|
773
882
|
### Custom Music Commands
|
|
774
883
|
|
|
775
884
|
```bash
|
|
776
|
-
# Configure background music
|
|
777
|
-
|
|
778
|
-
npx agentvibes config music
|
|
779
|
-
|
|
780
|
-
# Menu options:
|
|
781
|
-
# 1. Change music - Upload new audio file
|
|
782
|
-
# 2. Remove music - Clear custom music
|
|
783
|
-
# 3. Reset to default - Restore built-in tracks
|
|
784
|
-
# 4. Enable/Disable - Toggle background music
|
|
785
|
-
# 5. Preview current - Sample current music
|
|
885
|
+
# Configure background music — open Music tab
|
|
886
|
+
npx agentvibes
|
|
786
887
|
```
|
|
787
888
|
|
|
788
889
|
**MCP Equivalent:**
|
|
@@ -890,7 +991,7 @@ Every task acknowledgment plays **twice** - first in English, then in your targe
|
|
|
890
991
|
|
|
891
992
|
## 🗣️ Voice Library
|
|
892
993
|
|
|
893
|
-
**
|
|
994
|
+
Use the **AgentVibes TUI installer** (`/audio-browser`) to browse, sample, and install from 914 voices interactively.
|
|
894
995
|
|
|
895
996
|
### Friendly Voice Names
|
|
896
997
|
|
|
@@ -1754,19 +1855,19 @@ Both do the exact same thing - MCP is more convenient, slash commands are more t
|
|
|
1754
1855
|
- **Optional**: sox (audio effects), ffmpeg (background music, padding)
|
|
1755
1856
|
- All TTS generation works without optional dependencies - they just enhance the experience
|
|
1756
1857
|
|
|
1757
|
-
###
|
|
1858
|
+
### Voice Features
|
|
1758
1859
|
|
|
1759
1860
|
**Q: How do I browse and install voices?**
|
|
1760
|
-
**A:**
|
|
1861
|
+
**A:** Use the built-in TUI installer by running `/audio-browser` in Claude Code. Navigate with arrow keys, press ENTER to sample voices, and select one to install. AgentVibes switches to the chosen voice automatically.
|
|
1761
1862
|
|
|
1762
1863
|
**Q: What are friendly voice names?**
|
|
1763
1864
|
**A:** Instead of technical IDs like `en_US-ryan-high`, you can now use simple names like "Ryan" when switching voices. All 904+ voices have friendly names matched to their characteristics.
|
|
1764
1865
|
|
|
1765
1866
|
**Q: How do I set up custom intro text?**
|
|
1766
|
-
**A:** During installation
|
|
1867
|
+
**A:** During installation you'll be prompted for intro text. You can also configure it anytime via `npx agentvibes` → Settings tab. Enter text like "FireBot: " and it will prefix all TTS announcements.
|
|
1767
1868
|
|
|
1768
1869
|
**Q: Can I use my own background music?**
|
|
1769
|
-
**A:** Yes! Run `npx agentvibes
|
|
1870
|
+
**A:** Yes! Run `npx agentvibes` and open the Music tab. Select "Change music" and provide the path to your audio file (.mp3, .wav, .ogg, or .m4a). Files are validated for security and must be under 50MB.
|
|
1770
1871
|
|
|
1771
1872
|
**Q: What's the recommended duration for custom music?**
|
|
1772
1873
|
**A:** Between 30-90 seconds is ideal for smooth looping. The system supports up to 300 seconds (5 minutes) but will warn you if the duration is non-optimal.
|
|
@@ -1774,14 +1875,11 @@ Both do the exact same thing - MCP is more convenient, slash commands are more t
|
|
|
1774
1875
|
**Q: Are friendly voice names case-sensitive?**
|
|
1775
1876
|
**A:** No! You can type "ryan", "Ryan", or "RYAN" - they all work. The voice resolution is case-insensitive.
|
|
1776
1877
|
|
|
1777
|
-
**Q: Can I favorite voices without installing them?**
|
|
1778
|
-
**A:** Yes! In the Voices tab, press 'F' to mark any voice as a favorite. Favorites are saved and you can filter to show only favorites later.
|
|
1779
|
-
|
|
1780
1878
|
**Q: Does custom music work with all TTS providers?**
|
|
1781
1879
|
**A:** Yes! Custom background music works with Piper TTS, Soprano, macOS Say, and Windows SAPI.
|
|
1782
1880
|
|
|
1783
1881
|
**Q: Can I preview music before setting it as my background?**
|
|
1784
|
-
**A:** Yes!
|
|
1882
|
+
**A:** Yes! In `npx agentvibes` → Music tab, select "Preview current" to hear your music. During installation, you can also sample all built-in tracks.
|
|
1785
1883
|
|
|
1786
1884
|
**Q: What security measures protect custom music uploads?**
|
|
1787
1885
|
**A:** AgentVibes implements **defense-in-depth security with 7 validation layers**, tested against 180+ attack variations:
|