agentvibes 2.0.20 โ†’ 2.0.22

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.
Files changed (233) hide show
  1. package/.claude/agents/health-coach.md +154 -0
  2. package/.claude/agents/motivator.md +171 -0
  3. package/.claude/agents/negotiator.md +97 -0
  4. package/.claude/commands/agent-vibes/agent-health-coach.md +15 -0
  5. package/.claude/commands/agent-vibes/agent-motivator.md +15 -0
  6. package/.claude/commands/agent-vibes/agent-negotiator.md +15 -0
  7. package/.claude/commands/agent-vibes/agent.md +79 -0
  8. package/.claude/commands/agent-vibes/commands.json +4 -0
  9. package/.claude/commands/agent-vibes/set-favorite-voice.md +84 -0
  10. package/.claude/github-star-reminder.txt +1 -1
  11. package/.claude/hooks/download-extra-voices.sh +244 -0
  12. package/.claude/hooks/personality-manager.sh +81 -0
  13. package/.claude/hooks/piper-download-voices.sh +3 -93
  14. package/.claude/hooks/piper-multispeaker-registry.sh +165 -0
  15. package/.claude/hooks/play-tts-elevenlabs.sh +5 -3
  16. package/.claude/hooks/play-tts-piper.sh +27 -44
  17. package/.claude/hooks/provider-manager.sh +24 -5
  18. package/.claude/hooks/speed-manager.sh +10 -12
  19. package/.claude/hooks/voice-manager.sh +94 -56
  20. package/README.md +0 -3
  21. package/RELEASE_NOTES.md +40 -247
  22. package/docs/agents.md +485 -0
  23. package/docs/commands.md +1 -21
  24. package/docs/extra-voices-implementation-summary.md +235 -0
  25. package/docs/voice-registration-fix.md +254 -0
  26. package/fix-vscode-colors.sh +88 -0
  27. package/fixcolors +88 -0
  28. package/generate-all-agent-voices.sh +174 -0
  29. package/generate-missing-elevenlabs-complete.sh +236 -0
  30. package/generate-missing-elevenlabs.sh +110 -0
  31. package/generate-new-voices.sh +108 -0
  32. package/generate-piper-agent-intros.sh +85 -0
  33. package/generate-provider-and-agent-intros.sh +136 -0
  34. package/logo/fav_icon_128x128.png +0 -0
  35. package/logo/fav_icon_128x128.png:Zone.Identifier +4 -0
  36. package/logo/logo1.webp +0 -0
  37. package/logo/logo1.webp:Zone.Identifier +4 -0
  38. package/logo/social.png +0 -0
  39. package/logo/social.png:Zone.Identifier +4 -0
  40. package/mcp-server/agentvibes.db +0 -0
  41. package/mcp-server/server.py +47 -14
  42. package/package.json +3 -3
  43. package/regenerate-agent-voices.sh +79 -0
  44. package/test/unit/provider-manager.bats +8 -5
  45. package/test/unit/speed-manager.bats +4 -4
  46. package/agentvibes.org/.claude/audio/tts-padded-1760744118.mp3 +0 -0
  47. package/agentvibes.org/.claude/audio/tts-padded-1760748535.mp3 +0 -0
  48. package/agentvibes.org/.claude/audio/tts-padded-1760748676.mp3 +0 -0
  49. package/agentvibes.org/.claude/audio/tts-padded-1760750748.mp3 +0 -0
  50. package/agentvibes.org/.claude/audio/tts-padded-1760750947.mp3 +0 -0
  51. package/agentvibes.org/.claude/audio/tts-padded-1760752718.mp3 +0 -0
  52. package/agentvibes.org/.claude/audio/tts-padded-1760752907.mp3 +0 -0
  53. package/agentvibes.org/.claude/audio/tts-padded-1760753017.mp3 +0 -0
  54. package/agentvibes.org/.claude/audio/tts-padded-1760753045.mp3 +0 -0
  55. package/agentvibes.org/.claude/audio/tts-padded-1760753241.mp3 +0 -0
  56. package/agentvibes.org/.claude/audio/tts-padded-1760753315.mp3 +0 -0
  57. package/agentvibes.org/.claude/audio/tts-padded-1760753382.mp3 +0 -0
  58. package/agentvibes.org/.claude/audio/tts-padded-1760753408.mp3 +0 -0
  59. package/agentvibes.org/.claude/audio/tts-padded-1760753426.mp3 +0 -0
  60. package/agentvibes.org/.claude/audio/tts-padded-1760753446.mp3 +0 -0
  61. package/agentvibes.org/.claude/audio/tts-padded-1760753541.mp3 +0 -0
  62. package/agentvibes.org/.claude/audio/tts-padded-1760753553.mp3 +0 -0
  63. package/agentvibes.org/.claude/audio/tts-padded-1760753577.mp3 +0 -0
  64. package/agentvibes.org/.claude/commands/agent-vibes/add.md +0 -21
  65. package/agentvibes.org/.claude/commands/agent-vibes/agent-vibes.md +0 -68
  66. package/agentvibes.org/.claude/commands/agent-vibes/bmad.md +0 -196
  67. package/agentvibes.org/.claude/commands/agent-vibes/commands.json +0 -77
  68. package/agentvibes.org/.claude/commands/agent-vibes/get.md +0 -9
  69. package/agentvibes.org/.claude/commands/agent-vibes/language.md +0 -23
  70. package/agentvibes.org/.claude/commands/agent-vibes/learn.md +0 -67
  71. package/agentvibes.org/.claude/commands/agent-vibes/list.md +0 -13
  72. package/agentvibes.org/.claude/commands/agent-vibes/personality.md +0 -79
  73. package/agentvibes.org/.claude/commands/agent-vibes/preview.md +0 -17
  74. package/agentvibes.org/.claude/commands/agent-vibes/provider.md +0 -54
  75. package/agentvibes.org/.claude/commands/agent-vibes/replay-target.md +0 -14
  76. package/agentvibes.org/.claude/commands/agent-vibes/replay.md +0 -19
  77. package/agentvibes.org/.claude/commands/agent-vibes/sample.md +0 -12
  78. package/agentvibes.org/.claude/commands/agent-vibes/sentiment.md +0 -52
  79. package/agentvibes.org/.claude/commands/agent-vibes/set-language.md +0 -47
  80. package/agentvibes.org/.claude/commands/agent-vibes/set-pretext.md +0 -65
  81. package/agentvibes.org/.claude/commands/agent-vibes/set-speed.md +0 -41
  82. package/agentvibes.org/.claude/commands/agent-vibes/switch.md +0 -53
  83. package/agentvibes.org/.claude/commands/agent-vibes/target-voice.md +0 -26
  84. package/agentvibes.org/.claude/commands/agent-vibes/target.md +0 -30
  85. package/agentvibes.org/.claude/commands/agent-vibes/update.md +0 -20
  86. package/agentvibes.org/.claude/commands/agent-vibes/version.md +0 -10
  87. package/agentvibes.org/.claude/commands/agent-vibes/whoami.md +0 -7
  88. package/agentvibes.org/.claude/hooks/bmad-tts-injector.sh +0 -386
  89. package/agentvibes.org/.claude/hooks/bmad-voice-manager.sh +0 -375
  90. package/agentvibes.org/.claude/hooks/check-output-style.sh +0 -60
  91. package/agentvibes.org/.claude/hooks/github-star-reminder.sh +0 -94
  92. package/agentvibes.org/.claude/hooks/language-manager.sh +0 -360
  93. package/agentvibes.org/.claude/hooks/learn-manager.sh +0 -443
  94. package/agentvibes.org/.claude/hooks/personality-manager.sh +0 -324
  95. package/agentvibes.org/.claude/hooks/piper-download-voices.sh +0 -133
  96. package/agentvibes.org/.claude/hooks/piper-installer.sh +0 -144
  97. package/agentvibes.org/.claude/hooks/piper-voice-manager.sh +0 -227
  98. package/agentvibes.org/.claude/hooks/play-tts-elevenlabs.sh +0 -376
  99. package/agentvibes.org/.claude/hooks/play-tts-piper.sh +0 -281
  100. package/agentvibes.org/.claude/hooks/play-tts.sh +0 -69
  101. package/agentvibes.org/.claude/hooks/provider-commands.sh +0 -505
  102. package/agentvibes.org/.claude/hooks/provider-manager.sh +0 -248
  103. package/agentvibes.org/.claude/hooks/replay-target-audio.sh +0 -64
  104. package/agentvibes.org/.claude/hooks/sentiment-manager.sh +0 -163
  105. package/agentvibes.org/.claude/hooks/speed-manager.sh +0 -259
  106. package/agentvibes.org/.claude/hooks/voice-manager.sh +0 -477
  107. package/agentvibes.org/.claude/hooks/voices-config.sh +0 -33
  108. package/agentvibes.org/.claude/journal/2025-10-07.html +0 -373
  109. package/agentvibes.org/.claude/journal/index.html +0 -91
  110. package/agentvibes.org/.claude/output-styles/agent-vibes.md +0 -203
  111. package/agentvibes.org/.claude/personalities/angry.md +0 -17
  112. package/agentvibes.org/.claude/personalities/annoying.md +0 -17
  113. package/agentvibes.org/.claude/personalities/crass.md +0 -17
  114. package/agentvibes.org/.claude/personalities/dramatic.md +0 -17
  115. package/agentvibes.org/.claude/personalities/dry-humor.md +0 -53
  116. package/agentvibes.org/.claude/personalities/flirty.md +0 -23
  117. package/agentvibes.org/.claude/personalities/funny.md +0 -17
  118. package/agentvibes.org/.claude/personalities/grandpa.md +0 -35
  119. package/agentvibes.org/.claude/personalities/millennial.md +0 -17
  120. package/agentvibes.org/.claude/personalities/moody.md +0 -17
  121. package/agentvibes.org/.claude/personalities/normal.md +0 -19
  122. package/agentvibes.org/.claude/personalities/pirate.md +0 -17
  123. package/agentvibes.org/.claude/personalities/poetic.md +0 -17
  124. package/agentvibes.org/.claude/personalities/professional.md +0 -17
  125. package/agentvibes.org/.claude/personalities/robot.md +0 -17
  126. package/agentvibes.org/.claude/personalities/sarcastic.md +0 -41
  127. package/agentvibes.org/.claude/personalities/sassy.md +0 -17
  128. package/agentvibes.org/.claude/personalities/surfer-dude.md +0 -17
  129. package/agentvibes.org/.claude/personalities/zen.md +0 -17
  130. package/agentvibes.org/.claude/piper-voices-dir.txt +0 -1
  131. package/agentvibes.org/.claude/plugins/bmad-voices.md +0 -42
  132. package/agentvibes.org/.claude/tts-provider.txt +0 -1
  133. package/agentvibes.org/.mcp-minimal.json +0 -60
  134. package/agentvibes.org/CHANGELOG.md +0 -56
  135. package/agentvibes.org/README.md +0 -93
  136. package/agentvibes.org/app/(auth)/layout.tsx +0 -15
  137. package/agentvibes.org/app/(auth)/reset-password/page.tsx +0 -45
  138. package/agentvibes.org/app/(auth)/signin/page.tsx +0 -82
  139. package/agentvibes.org/app/(auth)/signup/page.tsx +0 -104
  140. package/agentvibes.org/app/(default)/blog/[slug]/page.tsx +0 -128
  141. package/agentvibes.org/app/(default)/blog/page.tsx +0 -95
  142. package/agentvibes.org/app/(default)/layout.tsx +0 -31
  143. package/agentvibes.org/app/(default)/page.tsx +0 -20
  144. package/agentvibes.org/app/api/hello/route.ts +0 -3
  145. package/agentvibes.org/app/css/additional-styles/theme.css +0 -82
  146. package/agentvibes.org/app/css/additional-styles/utility-patterns.css +0 -55
  147. package/agentvibes.org/app/css/style.css +0 -100
  148. package/agentvibes.org/app/layout.tsx +0 -63
  149. package/agentvibes.org/components/code-block.tsx +0 -27
  150. package/agentvibes.org/components/cta.tsx +0 -58
  151. package/agentvibes.org/components/features.tsx +0 -256
  152. package/agentvibes.org/components/hero-home.tsx +0 -133
  153. package/agentvibes.org/components/mdx-components.tsx +0 -128
  154. package/agentvibes.org/components/modal-video.tsx +0 -137
  155. package/agentvibes.org/components/page-illustration.tsx +0 -55
  156. package/agentvibes.org/components/spotlight.tsx +0 -77
  157. package/agentvibes.org/components/testimonials.tsx +0 -282
  158. package/agentvibes.org/components/ui/footer.tsx +0 -82
  159. package/agentvibes.org/components/ui/header.tsx +0 -68
  160. package/agentvibes.org/components/ui/logo.tsx +0 -10
  161. package/agentvibes.org/components/workflows.tsx +0 -176
  162. package/agentvibes.org/content/blog/discovering-new-piper-voices.mdx +0 -253
  163. package/agentvibes.org/content/blog/getting-started-agentvibes.mdx +0 -228
  164. package/agentvibes.org/content/blog/introducing-agentvibes-v2.mdx +0 -250
  165. package/agentvibes.org/content/blog/language-learning-with-agentvibes.mdx +0 -142
  166. package/agentvibes.org/content/blog/voice-personalities-guide.mdx +0 -119
  167. package/agentvibes.org/lib/blog.ts +0 -73
  168. package/agentvibes.org/next.config.js +0 -6
  169. package/agentvibes.org/package-lock.json +0 -4285
  170. package/agentvibes.org/package.json +0 -40
  171. package/agentvibes.org/pnpm-lock.yaml +0 -1141
  172. package/agentvibes.org/postcss.config.js +0 -5
  173. package/agentvibes.org/public/audio/02-sarcastic.mp3 +0 -0
  174. package/agentvibes.org/public/audio/03-angry.mp3 +0 -0
  175. package/agentvibes.org/public/audio/04-grandpa.mp3 +0 -0
  176. package/agentvibes.org/public/audio/05-sarcastic-example2.mp3 +0 -0
  177. package/agentvibes.org/public/audio/french-rachel.mp3 +0 -0
  178. package/agentvibes.org/public/audio/piper-voices/speaker_0_Cori_Samuel.wav +0 -0
  179. package/agentvibes.org/public/audio/piper-voices/speaker_10_Steve_C.wav +0 -0
  180. package/agentvibes.org/public/audio/piper-voices/speaker_11_Owlivia.wav +0 -0
  181. package/agentvibes.org/public/audio/piper-voices/speaker_12_Paul_Hampton.wav +0 -0
  182. package/agentvibes.org/public/audio/piper-voices/speaker_13_Jennifer_Dorr.wav +0 -0
  183. package/agentvibes.org/public/audio/piper-voices/speaker_14_Emily_Cripps.wav +0 -0
  184. package/agentvibes.org/public/audio/piper-voices/speaker_15_Martin_Clifton.wav +0 -0
  185. package/agentvibes.org/public/audio/piper-voices/speaker_1_Kara_Shallenberg.wav +0 -0
  186. package/agentvibes.org/public/audio/piper-voices/speaker_2_Kristin_Hughes.wav +0 -0
  187. package/agentvibes.org/public/audio/piper-voices/speaker_3_Maria_Kasper.wav +0 -0
  188. package/agentvibes.org/public/audio/piper-voices/speaker_4_Mike_Pelton.wav +0 -0
  189. package/agentvibes.org/public/audio/piper-voices/speaker_5_Mark_Nelson.wav +0 -0
  190. package/agentvibes.org/public/audio/piper-voices/speaker_6_Michael_Scherer.wav +0 -0
  191. package/agentvibes.org/public/audio/piper-voices/speaker_7_James_K_White.wav +0 -0
  192. package/agentvibes.org/public/audio/piper-voices/speaker_8_Rose_Ibex.wav +0 -0
  193. package/agentvibes.org/public/audio/piper-voices/speaker_9_progressingamerica.wav +0 -0
  194. package/agentvibes.org/public/audio/spanish-antoni.mp3 +0 -0
  195. package/agentvibes.org/public/favicon.ico +0 -0
  196. package/agentvibes.org/public/fonts/nacelle-italic.woff2 +0 -0
  197. package/agentvibes.org/public/fonts/nacelle-regular.woff2 +0 -0
  198. package/agentvibes.org/public/fonts/nacelle-semibold.woff2 +0 -0
  199. package/agentvibes.org/public/fonts/nacelle-semibolditalic.woff2 +0 -0
  200. package/agentvibes.org/public/images/blurred-shape-gray.svg +0 -1
  201. package/agentvibes.org/public/images/blurred-shape.svg +0 -1
  202. package/agentvibes.org/public/images/client-logo-01.svg +0 -1
  203. package/agentvibes.org/public/images/client-logo-02.svg +0 -1
  204. package/agentvibes.org/public/images/client-logo-03.svg +0 -1
  205. package/agentvibes.org/public/images/client-logo-04.svg +0 -1
  206. package/agentvibes.org/public/images/client-logo-05.svg +0 -1
  207. package/agentvibes.org/public/images/client-logo-06.svg +0 -1
  208. package/agentvibes.org/public/images/client-logo-07.svg +0 -1
  209. package/agentvibes.org/public/images/client-logo-08.svg +0 -1
  210. package/agentvibes.org/public/images/client-logo-09.svg +0 -1
  211. package/agentvibes.org/public/images/features.png +0 -0
  212. package/agentvibes.org/public/images/footer-illustration.svg +0 -1
  213. package/agentvibes.org/public/images/hero-image-01.jpg +0 -0
  214. package/agentvibes.org/public/images/logo.svg +0 -1
  215. package/agentvibes.org/public/images/page-illustration.svg +0 -1
  216. package/agentvibes.org/public/images/secondary-illustration.svg +0 -1
  217. package/agentvibes.org/public/images/testimonial-01.jpg +0 -0
  218. package/agentvibes.org/public/images/testimonial-02.jpg +0 -0
  219. package/agentvibes.org/public/images/testimonial-03.jpg +0 -0
  220. package/agentvibes.org/public/images/testimonial-04.jpg +0 -0
  221. package/agentvibes.org/public/images/testimonial-05.jpg +0 -0
  222. package/agentvibes.org/public/images/testimonial-06.jpg +0 -0
  223. package/agentvibes.org/public/images/testimonial-07.jpg +0 -0
  224. package/agentvibes.org/public/images/testimonial-08.jpg +0 -0
  225. package/agentvibes.org/public/images/testimonial-09.jpg +0 -0
  226. package/agentvibes.org/public/images/workflow-01.png +0 -0
  227. package/agentvibes.org/public/images/workflow-02.png +0 -0
  228. package/agentvibes.org/public/images/workflow-03.png +0 -0
  229. package/agentvibes.org/public/videos/video.mp4 +0 -0
  230. package/agentvibes.org/tsconfig.json +0 -28
  231. package/agentvibes.org/utils/useMasonry.tsx +0 -67
  232. package/agentvibes.org/utils/useMousePosition.tsx +0 -27
  233. package/docs/bryce-beattie-voice-licensing.md +0 -131
package/RELEASE_NOTES.md CHANGED
@@ -1,274 +1,67 @@
1
- # ๐ŸŽค AgentVibes v2.0.18 Release Notes
1
+ # ๐ŸŽค AgentVibes Release Notes
2
2
 
3
- ## ๐Ÿ“ฆ v2.0.18 - Multi-Speaker Voices & HuggingFace Integration (2025-10-17)
3
+ ## ๐Ÿ“ฆ v2.0.21 - Test Suite & Quality Improvements (2025-10-22)
4
4
 
5
5
  ### ๐ŸŽฏ Overview
6
6
 
7
- This release introduces **multi-speaker voice support** for Piper TTS, allowing users to select from 16 different voice personalities within a single voice model. Additionally, all custom voices are now hosted on **HuggingFace** for reliable, free access.
8
-
9
- **Release Date:** October 17, 2025
10
- **Git Tag:** v2.0.18
11
- **Commits Since v2.0.17:** 14 commits
12
- **Files Changed:** 72 files, +38,462 insertions, -544 deletions
13
-
14
- ---
15
-
16
- ## ๐ŸŒŸ **New Features**
17
-
18
- ### **1. Multi-Speaker Voice Support** ๐ŸŽญ
19
-
20
- AgentVibes now supports Piper voices that contain multiple speakers in one model:
21
-
22
- **New Format:** `voicename#speakerID`
23
-
24
- ```bash
25
- # Switch to specific speaker
26
- /agent-vibes:switch 16Speakers#0 # Cori Samuel
27
- /agent-vibes:switch 16Speakers#2 # Kristin Hughes
28
- /agent-vibes:switch 16Speakers#15 # Martin Clifton
29
- ```
30
-
31
- **Features:**
32
- - Auto-detection of multi-speaker voices via JSON metadata
33
- - Enhanced voice listing shows all speakers with names
34
- - Current speaker marked with `โ–ถ` indicator
35
- - Supports 0-based speaker indexing
36
- - Seamless switching between speakers
37
-
38
- **16Speakers Voice Personalities:**
39
- 1. Cori Samuel (ID 0)
40
- 2. Kara Shallenberg (ID 1)
41
- 3. Kristin Hughes (ID 2)
42
- 4. Maria Kasper (ID 3)
43
- 5. Mike Pelton (ID 4)
44
- 6. Mark Nelson (ID 5)
45
- 7. Michael Scherer (ID 6)
46
- 8. James K White (ID 7)
47
- 9. Rose Ibex (ID 8)
48
- 10. progressingamerica (ID 9)
49
- 11. Steve C (ID 10)
50
- 12. Owlivia (ID 11)
51
- 13. Paul Hampton (ID 12)
52
- 14. Jennifer Dorr (ID 13)
53
- 15. Emily Cripps (ID 14)
54
- 16. Martin Clifton (ID 15)
55
-
56
- ### **2. HuggingFace Voice Repository** ๐Ÿค—
57
-
58
- All custom AgentVibes voices are now hosted on HuggingFace:
59
-
60
- **Repository:** https://huggingface.co/agentvibes/piper-custom-voices
61
-
62
- **Available Voices:**
63
- - **16Speakers.onnx** (77MB) - Multi-speaker voice with 16 personalities
64
- - **kristin.onnx** (64MB) - US English female (Public Domain)
65
- - **jenny.onnx** (64MB) - UK English female, Irish accent (CC BY)
66
-
67
- **Benefits:**
68
- - โœ… Free, reliable CDN hosting
69
- - โœ… Version-controlled voice models
70
- - โœ… Automatic downloads during installation
71
- - โœ… Preview audio samples included
72
- - โœ… Community-accessible
73
-
74
- ### **3. Enhanced Voice Listing** ๐Ÿ“‹
75
-
76
- The `/agent-vibes:list` command now intelligently displays multi-speaker voices:
77
-
78
- **Before:**
79
- ```
80
- en_US-lessac-medium
81
- 16Speakers
82
- kristin
83
- ```
84
-
85
- **After:**
86
- ```
87
- en_US-lessac-medium
88
-
89
- ๐Ÿ“ข 16Speakers (Multi-speaker: 16 voices)
90
- 0๏ธ. Cori_Samuel
91
- 1๏ธ. Kara_Shallenberg
92
- โ–ถ 2๏ธ. Kristin_Hughes (current)
93
- ...
94
-
95
- kristin
96
- ```
97
-
98
- **Features:**
99
- - Groups speakers under parent voice
100
- - Shows speaker names and IDs
101
- - Marks current speaker selection
102
- - Automatic detection via `num_speakers` in JSON
103
-
104
- ---
105
-
106
- ## ๐Ÿ”ง **Technical Improvements**
107
-
108
- ### Voice Manager Enhancements
109
- - **Multi-speaker detection** - Reads `num_speakers` from voice JSON
110
- - **Speaker listing** - Displays all speakers with formatted names
111
- - **Current speaker tracking** - Parses `voicename#speakerID` format
112
- - **Custom voice fallback** - Supports non-standard voice paths
113
-
114
- ### Piper TTS Provider Updates
115
- - **Speaker ID parsing** - Extracts speaker from `voicename#speakerID`
116
- - **Error suppression** - Hides voice path errors for custom voices
117
- - **Custom voice path support** - Bypasses standard voice manager
118
- - **Speaker parameter** - Passes `--speaker ID` to piper command
119
-
120
- ### Download Script Integration
121
- - **HuggingFace URLs** - Updated from DigitalOcean to HuggingFace
122
- - **16Speakers download** - Added to custom voice list
123
- - **Attribution updates** - Credits AgentVibes + Bryce Beattie
124
- - **Usage instructions** - Shows multi-speaker format examples
125
-
126
- ---
127
-
128
- ## ๐Ÿ“š **Documentation Updates**
129
-
130
- ### New Documentation
131
- - `docs/bryce-beattie-voice-licensing.md` - Voice licensing information
132
- - `docs/huggingface-setup-guide.md` - HuggingFace upload guide
133
- - `mcp-server/voices/README.md` - Voice repository documentation
134
-
135
- ### Updated Documentation
136
- - `docs/commands.md` - Added multi-speaker voice section
137
- - `docs/commands.md` - Added `/agent-vibes:switch <voice>#<speaker>` command
138
- - `.claude/hooks/piper-download-voices.sh` - HuggingFace integration
139
-
140
- ### Command Examples Added
141
- ```bash
142
- # List all speakers
143
- /agent-vibes:list
144
-
145
- # Switch to specific speaker
146
- /agent-vibes:switch 16Speakers#0 # Cori Samuel
147
- /agent-vibes:switch 16Speakers#15 # Martin Clifton
148
-
149
- # Preview voices
150
- /agent-vibes:preview
151
- ```
152
-
153
- ---
154
-
155
- ## ๐Ÿ› **Bug Fixes**
156
-
157
- ### Voice Path Error Handling
158
- - **Fixed:** Error messages for custom voices not in standard paths
159
- - **Solution:** Added `2>/dev/null` to suppress stderr from `get_voice_path`
160
- - **Impact:** Cleaner output when using custom voices
161
-
162
- ### Voice Detection
163
- - **Fixed:** Custom voices not recognized by voice manager
164
- - **Solution:** Added fallback to `~/.local/share/piper/voices/` directory
165
- - **Impact:** 16Speakers and other custom voices now work seamlessly
166
-
167
- ---
168
-
169
- ## ๐Ÿ“ฆ **Installation**
170
-
171
- ### Fresh Install
172
- ```bash
173
- npx agentvibes install
174
- ```
175
-
176
- The installer will automatically offer to download:
177
- - Standard Piper voices (lessac, amy, joe, ryan, libritts)
178
- - **Custom voices: Kristin, Jenny, 16Speakers (NEW!)**
179
-
180
- ### Update Existing Installation
181
- ```bash
182
- npx agentvibes update
183
- ```
184
-
185
- Then download new voices:
186
- ```bash
187
- .claude/hooks/piper-download-voices.sh
188
- ```
189
-
190
- Or download manually from HuggingFace:
191
- ```bash
192
- # Download 16Speakers
193
- wget https://huggingface.co/agentvibes/piper-custom-voices/resolve/main/16Speakers.onnx
194
- wget https://huggingface.co/agentvibes/piper-custom-voices/resolve/main/16Speakers.onnx.json
195
- ```
196
-
197
- ---
198
-
199
- ## ๐ŸŽจ **Voice Attribution**
200
-
201
- All custom voices created by **Bryce Beattie** (https://brycebeattie.com/files/tts/)
202
-
203
- ### Licensing
204
- - **Kristin**: Public Domain (LibriVox recordings)
205
- - **16Speakers**: Public Domain (LibriVox recordings)
206
- - **Jenny**: CC BY (Dioco dataset - attribution required)
207
-
208
- ### Creator's Permission
209
- > "Feel free to use these for any legal and ethical purpose. If somebody wants to upload these to HuggingFace or somewhere similar, you have my blessing." โ€” Bryce Beattie
7
+ This patch release focuses on **test reliability** and **user experience improvements**, making the testing process completely silent and replacing distracting tongue twisters with simple test messages.
210
8
 
211
- ---
212
-
213
- ## ๐Ÿ“ **Breaking Changes**
214
-
215
- None. All changes are backward compatible.
9
+ **Release Date:** October 22, 2025
10
+ **Git Tag:** v2.0.21
11
+ **NPM tests:** All 110 tests passing โœ…
216
12
 
217
13
  ---
218
14
 
219
- ## ๐Ÿ”— **Links**
220
-
221
- - **NPM Package**: https://www.npmjs.com/package/agentvibes
222
- - **GitHub Repository**: https://github.com/paulpreibisch/AgentVibes
223
- - **HuggingFace Voices**: https://huggingface.co/agentvibes/piper-custom-voices
224
- - **Documentation**: https://github.com/paulpreibisch/AgentVibes/blob/master/README.md
225
- - **Voice Creator**: https://brycebeattie.com/files/tts/
226
-
227
- ---
15
+ ### โœจ New Features
228
16
 
229
- ## ๐Ÿ™ **Credits**
17
+ - **Silent Test Mode**: Tests now run completely silently when `AGENTVIBES_TEST_MODE=true` is set
230
18
 
231
- - **Voice Models**: Bryce Beattie
232
- - **Multi-Speaker Implementation**: Paul Preibisch with Claude AI
233
- - **HuggingFace Integration**: AgentVibes Team
234
- - **Piper TTS**: rhasspy project
19
+ ### ๐Ÿ› Bug Fixes
235
20
 
236
- ---
21
+ - **Fixed provider-manager tests**: Updated 2 failing tests that expected "voice reset to default" but code outputs "voice set to: [voice_name]"
22
+ - **Removed tongue twisters**: Replaced distracting tongue twisters with simple test messages:
23
+ - "Testing speed change"
24
+ - "Speed test in progress"
25
+ - "Checking audio speed"
26
+ - "Speed configuration test"
27
+ - "Audio speed test"
237
28
 
238
- ## ๐Ÿ“Š **Statistics**
29
+ ### ๐Ÿงช Testing Improvements
239
30
 
240
- - **Total Voice Files Added**: 35 files
241
- - **Voice Model Size**: 205 MB total (16Speakers: 77MB, Kristin: 64MB, Jenny: 64MB)
242
- - **Preview Audio Samples**: 16 WAV files included
243
- - **Documentation Files**: 3 new guides
244
- - **Code Changes**: 72 files modified, +38,462 lines
31
+ - **Test configuration**: `npm test` now automatically sets `AGENTVIBES_TEST_MODE=true` for silent execution
32
+ - **Audio playback control**: Both Piper and ElevenLabs TTS scripts now respect `AGENTVIBES_TEST_MODE` flag
33
+ - **Updated test assertions**: Speed manager tests now check for simple messages instead of tongue twisters
245
34
 
246
- ---
35
+ ### ๐Ÿ“ Files Changed
247
36
 
248
- ## ๐Ÿš€ **What's Next**
37
+ - `.claude/hooks/play-tts-piper.sh` - Added AGENTVIBES_TEST_MODE check
38
+ - `.claude/hooks/play-tts-elevenlabs.sh` - Added AGENTVIBES_TEST_MODE check
39
+ - `.claude/hooks/speed-manager.sh` - Replaced tongue twisters with simple messages
40
+ - `mcp-server/server.py` - Replaced tongue twisters with simple messages
41
+ - `test/unit/provider-manager.bats` - Fixed 2 failing tests
42
+ - `test/unit/speed-manager.bats` - Updated test assertions
43
+ - `package.json` - Added AGENTVIBES_TEST_MODE to test scripts
249
44
 
250
- Future releases may include:
251
- - Additional multi-speaker voices
252
- - Voice browsing/preview command
253
- - Voice quality ratings
254
- - Community voice submissions
255
- - Per-speaker speed control
45
+ ### ๐ŸŽ“ User Impact
256
46
 
257
- ---
47
+ **For Developers:**
48
+ - Running `npm test` is now completely silent - no more disruptive audio during test runs
49
+ - Clearer test output without tongue twister noise
50
+ - More reliable test suite (all 110 tests passing)
258
51
 
259
- **Enjoy the new multi-speaker voices! ๐ŸŽคโœจ**
52
+ **For Users:**
53
+ - Speed change demos now use simple, professional messages instead of tongue twisters
54
+ - No functional changes to TTS or voice features
260
55
 
261
- Choose from 16 different personalities with a simple command:
262
- ```bash
263
- /agent-vibes:switch 16Speakers#2 # Kristin Hughes
264
- ```
56
+ ### ๐Ÿ“Š Test Coverage
265
57
 
58
+ - **110 tests passing** โœ…
59
+ - **0 tests failing**
60
+ - **Silent execution** when run via npm test
266
61
 
267
62
  ---
268
63
 
269
64
 
270
- # ๐ŸŽค AgentVibes Release Notes
271
-
272
65
  ## ๐Ÿ“ฆ v2.0.17 - Major Feature Release (2025-10-17)
273
66
 
274
67
  ### ๐ŸŽฏ Overview