agentvibes 4.6.3 โ 4.6.6
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/github-star-reminder.txt +1 -1
- package/.claude/hooks/audio-processor.sh +433 -433
- package/.claude/hooks/play-tts-macos.sh +368 -368
- package/.claude/hooks/play-tts-piper.sh +679 -679
- package/.claude/hooks/play-tts-soprano.sh +356 -356
- package/.clawdbot/skill/SKILL.md +237 -241
- package/CLAUDE.md +41 -0
- package/README.md +2162 -2121
- package/RELEASE_NOTES.md +60 -0
- package/bin/agentvibes.js +15 -0
- package/package.json +1 -1
- package/src/console/app.js +41 -19
- package/src/console/tabs/agents-tab.js +5 -5
- package/src/console/tabs/help-tab.js +1 -1
- package/src/console/tabs/install-tab.js +5 -8
- package/src/console/tabs/music-tab.js +1 -1
- package/src/console/tabs/readme-tab.js +4 -1
- package/src/console/tabs/receiver-tab.js +1 -1
- package/src/console/tabs/settings-tab.js +93 -106
- package/src/console/tabs/voices-tab.js +1 -1
- package/src/installer.js +76 -27
- package/.claude/config/background-music-enabled.txt +0 -1
package/.clawdbot/skill/SKILL.md
CHANGED
|
@@ -1,241 +1,237 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: agentvibes
|
|
3
|
-
description: ๐ค AgentVibes
|
|
4
|
-
---
|
|
5
|
-
|
|
6
|
-
# ๐ค AgentVibes Voice Management
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
/agent-vibes:
|
|
40
|
-
/agent-vibes:
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
/agent-vibes:
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
/agent-vibes:
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
/agent-vibes:
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
/agent-vibes:
|
|
96
|
-
/agent-vibes:
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
/agent-vibes:
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
/agent-vibes:
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
/agent-vibes:
|
|
152
|
-
```
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
-
|
|
173
|
-
-
|
|
174
|
-
-
|
|
175
|
-
-
|
|
176
|
-
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
###
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
/agent-vibes:
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
- **
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
- **Custom pretext**: Set a pretext to brand all your responses (e.g., "AgentVibes:")
|
|
239
|
-
- **Mute for focus**: Use `/agent-vibes:mute` during intensive work sessions
|
|
240
|
-
|
|
241
|
-
Enjoy your TTS experience! ๐ต
|
|
1
|
+
---
|
|
2
|
+
name: agentvibes
|
|
3
|
+
description: ๐ค AgentVibes TTS for Claude Code & OpenClaw โ Switch voices, set personality, control speed, background music, language learning mode, reverb/effects, and more. Free offline TTS with 914+ Piper voices across 30+ languages. Works on Windows (SAPI/Piper), macOS (Say/Piper), Linux, and Android/Termux. No account or API key required.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# ๐ค AgentVibes Voice Management
|
|
7
|
+
|
|
8
|
+
Professional text-to-speech for Claude Code and OpenClaw. Free, offline, no account required.
|
|
9
|
+
|
|
10
|
+
**Providers:** Piper TTS (914+ voices, all platforms) ยท macOS Say (built-in) ยท Windows SAPI (zero setup) ยท Soprano (neural)
|
|
11
|
+
|
|
12
|
+
---
|
|
13
|
+
|
|
14
|
+
## Voice Commands
|
|
15
|
+
|
|
16
|
+
### /agent-vibes:switch \<voice_name\>
|
|
17
|
+
Switch to a different voice.
|
|
18
|
+
|
|
19
|
+
```bash
|
|
20
|
+
/agent-vibes:switch en_US-amy-medium
|
|
21
|
+
/agent-vibes:switch en_GB-alan-medium
|
|
22
|
+
/agent-vibes:switch fr_FR-siwis-medium
|
|
23
|
+
```
|
|
24
|
+
|
|
25
|
+
### /agent-vibes:list [first|last] [N]
|
|
26
|
+
List available voices.
|
|
27
|
+
|
|
28
|
+
```bash
|
|
29
|
+
/agent-vibes:list # Show all voices
|
|
30
|
+
/agent-vibes:list first 5 # Show first 5
|
|
31
|
+
/agent-vibes:list last 3 # Show last 3
|
|
32
|
+
```
|
|
33
|
+
|
|
34
|
+
### /agent-vibes:preview [first|last] [N]
|
|
35
|
+
Preview voices with audio samples.
|
|
36
|
+
|
|
37
|
+
```bash
|
|
38
|
+
/agent-vibes:preview # Preview first 3 voices
|
|
39
|
+
/agent-vibes:preview 5 # Preview first 5
|
|
40
|
+
/agent-vibes:preview last 5 # Preview last 5
|
|
41
|
+
```
|
|
42
|
+
|
|
43
|
+
### /agent-vibes:sample \<voice_name\>
|
|
44
|
+
Play a sample of a specific voice.
|
|
45
|
+
|
|
46
|
+
```bash
|
|
47
|
+
/agent-vibes:sample en_US-ryan-high
|
|
48
|
+
```
|
|
49
|
+
|
|
50
|
+
### /agent-vibes:get
|
|
51
|
+
Show the currently active voice.
|
|
52
|
+
|
|
53
|
+
### /agent-vibes:set-favorite-voice
|
|
54
|
+
Mark current voice as your favorite.
|
|
55
|
+
|
|
56
|
+
---
|
|
57
|
+
|
|
58
|
+
## Personality & Style
|
|
59
|
+
|
|
60
|
+
### /agent-vibes:personality [name|list|add|edit|get|reset]
|
|
61
|
+
Set a personality style for TTS output.
|
|
62
|
+
|
|
63
|
+
```bash
|
|
64
|
+
/agent-vibes:personality list # Show available personalities
|
|
65
|
+
/agent-vibes:personality sarcastic # Switch to sarcastic style
|
|
66
|
+
/agent-vibes:personality dramatic # Switch to dramatic style
|
|
67
|
+
/agent-vibes:personality reset # Back to default
|
|
68
|
+
```
|
|
69
|
+
|
|
70
|
+
### /agent-vibes:set-pretext \<phrase\>
|
|
71
|
+
Add a spoken prefix before every TTS message.
|
|
72
|
+
|
|
73
|
+
```bash
|
|
74
|
+
/agent-vibes:set-pretext "AgentVibes" # Speaks "AgentVibes: ..." before each message
|
|
75
|
+
/agent-vibes:set-pretext "" # Clear pretext
|
|
76
|
+
```
|
|
77
|
+
|
|
78
|
+
---
|
|
79
|
+
|
|
80
|
+
## Speed & Effects
|
|
81
|
+
|
|
82
|
+
### /agent-vibes:set-speed \<speed\>
|
|
83
|
+
Control speech rate (0.5x โ 3.0x).
|
|
84
|
+
|
|
85
|
+
```bash
|
|
86
|
+
/agent-vibes:set-speed 1.0 # Normal speed
|
|
87
|
+
/agent-vibes:set-speed 1.5 # 50% faster
|
|
88
|
+
/agent-vibes:set-speed 0.8 # Slower
|
|
89
|
+
```
|
|
90
|
+
|
|
91
|
+
### /agent-vibes:effects [reverb|echo|pitch|eq|reset]
|
|
92
|
+
Configure voice effects.
|
|
93
|
+
|
|
94
|
+
```bash
|
|
95
|
+
/agent-vibes:effects reverb hall # Hall reverb
|
|
96
|
+
/agent-vibes:effects reverb none # No reverb
|
|
97
|
+
/agent-vibes:effects reset # Clear all effects
|
|
98
|
+
```
|
|
99
|
+
|
|
100
|
+
---
|
|
101
|
+
|
|
102
|
+
## Background Music
|
|
103
|
+
|
|
104
|
+
### /agent-vibes:background-music [on|off|status|list|switch]
|
|
105
|
+
Toggle or change background music played under TTS.
|
|
106
|
+
|
|
107
|
+
```bash
|
|
108
|
+
/agent-vibes:background-music on # Enable background music
|
|
109
|
+
/agent-vibes:background-music off # Disable
|
|
110
|
+
/agent-vibes:background-music list # Show available tracks
|
|
111
|
+
/agent-vibes:background-music switch jazz # Switch to jazz track
|
|
112
|
+
```
|
|
113
|
+
|
|
114
|
+
---
|
|
115
|
+
|
|
116
|
+
## Verbosity
|
|
117
|
+
|
|
118
|
+
### /agent-vibes:verbosity [low|medium|high]
|
|
119
|
+
Control how much Claude speaks while working.
|
|
120
|
+
|
|
121
|
+
```bash
|
|
122
|
+
/agent-vibes:verbosity low # Brief acknowledgments only
|
|
123
|
+
/agent-vibes:verbosity medium # Key decisions (default)
|
|
124
|
+
/agent-vibes:verbosity high # Full reasoning
|
|
125
|
+
```
|
|
126
|
+
|
|
127
|
+
---
|
|
128
|
+
|
|
129
|
+
## Mute / Replay
|
|
130
|
+
|
|
131
|
+
### /agent-vibes:mute / /agent-vibes:unmute
|
|
132
|
+
Silence or restore TTS output (persists across sessions).
|
|
133
|
+
|
|
134
|
+
### /agent-vibes:replay [N]
|
|
135
|
+
Replay recent audio (last 10 kept).
|
|
136
|
+
|
|
137
|
+
```bash
|
|
138
|
+
/agent-vibes:replay # Replay last audio
|
|
139
|
+
/agent-vibes:replay 2 # Replay second-to-last
|
|
140
|
+
```
|
|
141
|
+
|
|
142
|
+
---
|
|
143
|
+
|
|
144
|
+
## Language & Learning
|
|
145
|
+
|
|
146
|
+
### /agent-vibes:language \<lang\>
|
|
147
|
+
Set your native language.
|
|
148
|
+
|
|
149
|
+
```bash
|
|
150
|
+
/agent-vibes:language english
|
|
151
|
+
/agent-vibes:language japanese
|
|
152
|
+
```
|
|
153
|
+
|
|
154
|
+
### /agent-vibes:learn [on|off]
|
|
155
|
+
Enable language learning mode โ Claude speaks in both your native and target language.
|
|
156
|
+
|
|
157
|
+
```bash
|
|
158
|
+
/agent-vibes:learn on
|
|
159
|
+
/agent-vibes:learn off
|
|
160
|
+
```
|
|
161
|
+
|
|
162
|
+
### /agent-vibes:translate \<text\>
|
|
163
|
+
Translate and speak text in the target language.
|
|
164
|
+
|
|
165
|
+
---
|
|
166
|
+
|
|
167
|
+
## Provider Management
|
|
168
|
+
|
|
169
|
+
### /agent-vibes:provider [list|switch|info]
|
|
170
|
+
|
|
171
|
+
```bash
|
|
172
|
+
/agent-vibes:provider list
|
|
173
|
+
/agent-vibes:provider switch piper # Piper TTS (free, offline, 914+ voices)
|
|
174
|
+
/agent-vibes:provider switch macos # macOS Say (Mac only)
|
|
175
|
+
/agent-vibes:provider switch sapi # Windows SAPI (Windows only, zero setup)
|
|
176
|
+
/agent-vibes:provider switch soprano # Soprano (neural)
|
|
177
|
+
```
|
|
178
|
+
|
|
179
|
+
---
|
|
180
|
+
|
|
181
|
+
## Providers
|
|
182
|
+
|
|
183
|
+
| Provider | Platform | Cost | Voices |
|
|
184
|
+
|----------|----------|------|--------|
|
|
185
|
+
| **Piper TTS** | All platforms | Free, offline | 914+ in 30+ languages |
|
|
186
|
+
| **macOS Say** | macOS only | Free (built-in) | 100+ system voices |
|
|
187
|
+
| **Windows SAPI** | Windows only | Free (built-in) | System voices, zero setup |
|
|
188
|
+
| **Soprano** | All platforms | Free | Neural voices |
|
|
189
|
+
|
|
190
|
+
---
|
|
191
|
+
|
|
192
|
+
## Miscellaneous
|
|
193
|
+
|
|
194
|
+
### /agent-vibes:whoami
|
|
195
|
+
Show current AgentVibes configuration.
|
|
196
|
+
|
|
197
|
+
### /agent-vibes:version
|
|
198
|
+
Show installed version.
|
|
199
|
+
|
|
200
|
+
### /agent-vibes:update
|
|
201
|
+
Update AgentVibes to the latest version.
|
|
202
|
+
|
|
203
|
+
### /agent-vibes:show / /agent-vibes:hide
|
|
204
|
+
Show or hide the AgentVibes status indicator.
|
|
205
|
+
|
|
206
|
+
### /agent-vibes:cleanup / /agent-vibes:clean
|
|
207
|
+
Remove cached audio files.
|
|
208
|
+
|
|
209
|
+
---
|
|
210
|
+
|
|
211
|
+
## Default Voices (Piper TTS โ Free & Offline)
|
|
212
|
+
|
|
213
|
+
**English (US):** en_US-lessac-medium ยท en_US-amy-medium ยท en_US-ryan-high ยท en_US-libritts-high (914 speakers)
|
|
214
|
+
|
|
215
|
+
**English (UK):** en_GB-alan-medium ยท en_GB-jenny_dioco-medium
|
|
216
|
+
|
|
217
|
+
**French:** fr_FR-siwis-medium ยท fr_FR-gilles-low
|
|
218
|
+
|
|
219
|
+
**German:** de_DE-thorsten-medium ยท de_DE-eva_k-x_low
|
|
220
|
+
|
|
221
|
+
**Spanish:** es_ES-davefx-medium ยท es_MX-claude-high
|
|
222
|
+
|
|
223
|
+
**Japanese:** ja_JP-ayanami-medium ยท **Chinese:** zh_CN-huayan-x_low ยท **Korean:** ko_KR-kss-medium
|
|
224
|
+
|
|
225
|
+
**+ 900 more** across 30+ languages. All voices are downloaded from [HuggingFace](https://huggingface.co/rhasspy/piper-voices) โ no account required.
|
|
226
|
+
|
|
227
|
+
---
|
|
228
|
+
|
|
229
|
+
## Tips
|
|
230
|
+
|
|
231
|
+
- **Preview first**: Use `/agent-vibes:preview` before committing to a voice
|
|
232
|
+
- **Verbosity**: Set to `low` for focused work, `high` for full narration
|
|
233
|
+
- **BMAD party mode**: Each agent gets their own voice, music, and personality
|
|
234
|
+
- **Replay**: Use `/agent-vibes:replay` to re-hear the last 10 responses
|
|
235
|
+
- **Speed**: Combine with personality for a fully custom TTS character
|
|
236
|
+
|
|
237
|
+
Enjoy your TTS experience! ๐ต
|
package/CLAUDE.md
CHANGED
|
@@ -39,6 +39,18 @@ For changes outside story development:
|
|
|
39
39
|
3. Test locally before pushing
|
|
40
40
|
4. Exception: Changes made by `/dev-story` auto-commit
|
|
41
41
|
|
|
42
|
+
### ๐ซ RELEASE: MANDATORY HUMAN APPROVAL BEFORE ANY PUSH
|
|
43
|
+
|
|
44
|
+
**NEVER run `git push`, `git push --follow-tags`, or `npm publish` during a release without first stopping and showing the user:**
|
|
45
|
+
|
|
46
|
+
1. The full content of `RELEASE_NOTES.md` for that release
|
|
47
|
+
2. The updated section of `README.md`
|
|
48
|
+
3. Explicitly asking: **"Please review โ type 'approve' to push, or request changes."**
|
|
49
|
+
|
|
50
|
+
**Wait for explicit approval. Do NOT push speculatively.** It doesn't matter how clean the content is. The human-in-the-loop checkpoint is non-negotiable.
|
|
51
|
+
|
|
52
|
+
This rule was added after Claude pushed v4.6.5 without pausing for review.
|
|
53
|
+
|
|
42
54
|
## Security Requirements (SonarCloud Compliance)
|
|
43
55
|
|
|
44
56
|
### Core Security Rules (NO EXCEPTIONS)
|
|
@@ -109,6 +121,35 @@ except (PermissionError, UnicodeDecodeError, OSError) as e:
|
|
|
109
121
|
return default_value
|
|
110
122
|
```
|
|
111
123
|
|
|
124
|
+
## Blessed TUI Color Rules (CRITICAL)
|
|
125
|
+
|
|
126
|
+
Paul's terminal does **not** render hex colors โ they all fall back to white. Always use **named ANSI colors**.
|
|
127
|
+
|
|
128
|
+
### Two coloring mechanisms โ use the right one:
|
|
129
|
+
|
|
130
|
+
**1. Content tags (`tags: true` on the widget) โ for text elements:**
|
|
131
|
+
```js
|
|
132
|
+
blessed.text({
|
|
133
|
+
tags: true,
|
|
134
|
+
content: `{yellow-fg}some text{/yellow-fg} {magenta-fg}other text{/magenta-fg}`,
|
|
135
|
+
style: { bg: COLORS.headerBg },
|
|
136
|
+
});
|
|
137
|
+
```
|
|
138
|
+
- โ
Works: `{yellow-fg}`, `{cyan-fg}`, `{magenta-fg}`, `{white-fg}`, `{green-fg}`, `{blue-fg}`
|
|
139
|
+
- โ Broken: `{#ffff00-fg}`, `{#90a4ae-fg}` โ hex tags render as white
|
|
140
|
+
|
|
141
|
+
**2. Style objects โ for list `selected`, `item`, widget `style`:**
|
|
142
|
+
```js
|
|
143
|
+
style: {
|
|
144
|
+
selected: { bg: 'blue', fg: 'yellow' }, // โ
named only
|
|
145
|
+
item: { fg: 'white' },
|
|
146
|
+
}
|
|
147
|
+
```
|
|
148
|
+
- โ
Works: `'yellow'`, `'blue'`, `'cyan'`, `'magenta'`, `'green'`, `'white'`
|
|
149
|
+
- โ Broken: `'#ffff00'`, `'#4a148c'` โ hex in style objects renders as white
|
|
150
|
+
|
|
151
|
+
**Direct screen children render tags correctly.** Elements parented to a `blessed.box` with `tags: false` may not render tags even if the child has `tags: true` โ attach directly to `this.screen` instead (same pattern as tab bar items).
|
|
152
|
+
|
|
112
153
|
## Code Quality Standards
|
|
113
154
|
|
|
114
155
|
- โ
**Error handling:** No silent failures - always handle errors explicitly
|