agentvibes 1.0.14 → 1.0.16

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.
@@ -4,7 +4,9 @@
4
4
 
5
5
  declare -A VOICES=(
6
6
  ["Amy"]="bhJUNIXWQQ94l8eI2VUf"
7
+ ["Archer"]="L0Dsvb3SLTyegXwtm47J"
7
8
  ["Aria"]="TC0Zp7WVFzhA8zpTlRqV"
9
+ ["Burt Reynolds"]="4YYIPFl9wE5c4L2eu2Gb"
8
10
  ["Cowboy Bob"]="KTPVrSVAEUSJRClDzBw7"
9
11
  ["Demon Monster"]="vfaqCOvlrKi4Zp7C2IAm"
10
12
  ["Dr. Von Fusion"]="yjJ45q8TVCrtMhEKurxY"
@@ -12,6 +14,7 @@ declare -A VOICES=(
12
14
  ["Grandpa Spuds Oxley"]="NOpBlnGInO9m6vDvFkFC"
13
15
  ["Grandpa Werthers"]="MKlLqCItoCkvdhrxgtLv"
14
16
  ["Jessica Anne Bogart"]="flHkNRp1BlvT73UL6gyz"
17
+ ["Juniper"]="aMSt68OGf4xUZAnLpTU8"
15
18
  ["Lutz Laugh"]="9yzdeviXkFddZ4Oz8Mok"
16
19
  ["Matthew Schmitz"]="0SpgpJ4D3MpHCiWdyTg3"
17
20
  ["Michael"]="U1Vk2oyatMdYs096Ety7"
@@ -19,4 +22,6 @@ declare -A VOICES=(
19
22
  ["Northern Terry"]="wo6udizrrtpIxWGp2qJk"
20
23
  ["Pirate Marshal"]="PPzYpIqttlTYA83688JI"
21
24
  ["Ralf Eisend"]="A9evEp8yGjv4c3WsIKuY"
25
+ ["Tiffany"]="6aDn1KB0hjpdcocrUkmq"
26
+ ["Tom"]="DYkrAHD8iwork3YSUBbs"
22
27
  )
@@ -15,14 +15,14 @@ This plugin automatically assigns voices to BMAD agents based on their role.
15
15
  |----------|------------|-------|-------------|
16
16
  | pm | John (Product Manager) | Jessica Anne Bogart | professional |
17
17
  | dev | James (Developer) | Matthew Schmitz | normal |
18
- | qa | Quinn (QA) | Ralf Eisend | professional |
18
+ | qa | Quinn (QA) | Burt Reynolds | professional |
19
19
  | architect | Winston (Architect) | Michael | normal |
20
- | po | Product Owner | Amy | professional |
21
- | analyst | Analyst | Lutz Laugh | normal |
20
+ | po | Product Owner | Tiffany | professional |
21
+ | analyst | Analyst | Ralf Eisend | normal |
22
22
  | sm | Scrum Master | Ms. Walker | professional |
23
23
  | ux-expert | UX Expert | Aria | normal |
24
- | bmad-master | BMAD Master | Aria | zen |
25
- | bmad-orchestrator | Orchestrator | Ms. Walker | professional |
24
+ | bmad-master | BMAD Master | Archer | zen |
25
+ | bmad-orchestrator | Orchestrator | Tom | professional |
26
26
 
27
27
  ## How to Edit
28
28
 
package/README.md CHANGED
@@ -9,7 +9,7 @@
9
9
  [![Publish](https://github.com/paulpreibisch/AgentVibes/actions/workflows/publish.yml/badge.svg)](https://github.com/paulpreibisch/AgentVibes/actions/workflows/publish.yml)
10
10
  [![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
11
11
 
12
- **Author**: Paul Preibisch ([@997Fire](https://x.com/997Fire))
12
+ **Author**: Paul Preibisch ([@997Fire](https://x.com/997Fire)) | **Version**: v1.0.16
13
13
 
14
14
  ---
15
15
 
@@ -42,9 +42,9 @@
42
42
 
43
43
  ## 📰 Latest Release
44
44
 
45
- **[v1.0.13 - Release Notes](https://github.com/paulpreibisch/AgentVibes/releases/tag/v1.0.13)** 🐛
45
+ **[v1.0.16 - Release Notes](https://github.com/paulpreibisch/AgentVibes/releases/tag/v1.0.16)** 🎤
46
46
 
47
- Critical bug fixes for update command and personality system, plus new dry humor personality and comprehensive voice mapping tests.
47
+ Voice library expansion with 5 new professional voices (Burt Reynolds, Tiffany, Archer, Tom, Juniper) and optimized BMAD agent voice assignments for better role fit.
48
48
 
49
49
  [→ View All Releases](https://github.com/paulpreibisch/AgentVibes/releases)
50
50
 
@@ -230,11 +230,12 @@ All commands are prefixed with `/agent-vibes:`
230
230
 
231
231
  ## 🗣️ Voice Library
232
232
 
233
- AgentVibes includes **17 unique ElevenLabs voices:**
233
+ AgentVibes includes **22 unique ElevenLabs voices:**
234
234
 
235
235
  | Voice | Character | Best For |
236
236
  |-------|-----------|----------|
237
237
  | [Aria](https://elevenlabs.io/voice-library/aria-professional-narration/TC0Zp7WVFzhA8zpTlRqV) | Clear professional | Default, all-purpose |
238
+ | [Archer](https://elevenlabs.io/voice-library/archer/L0Dsvb3SLTyegXwtm47J) | Authoritative, commanding | Leadership, orchestration |
238
239
  | [Jessica Anne Bogart](https://elevenlabs.io/voice-library/jessica-anne-bogart/flHkNRp1BlvT73UL6gyz) | Wickedly eloquent | Sarcastic, flirty |
239
240
  | [Pirate Marshal](https://elevenlabs.io/voice-library/pirate-marshal/PPzYpIqttlTYA83688JI) | Authentic pirate | Pirate personality |
240
241
  | [Grandpa Spuds Oxley](https://elevenlabs.io/voice-library/grandpa-spuds-oxley/NOpBlnGInO9m6vDvFkFC) | Wise elder | Grandpa personality |
@@ -247,6 +248,10 @@ AgentVibes includes **17 unique ElevenLabs voices:**
247
248
  | [Ralf Eisend](https://elevenlabs.io/voice-library/ralf-eisend/A9evEp8yGjv4c3WsIKuY) | International | Multi-cultural |
248
249
  | [Amy](https://elevenlabs.io/voice-library/amy/bhJUNIXWQQ94l8eI2VUf) | Chinese accent | Diverse |
249
250
  | [Lutz Laugh](https://elevenlabs.io/voice-library/lutz-laugh/9yzdeviXkFddZ4Oz8Mok) | Jovial | Funny |
251
+ | [Burt Reynolds](https://elevenlabs.io/voice-library/burt-reynolds/4YYIPFl9wE5c4L2eu2Gb) | Smooth baritone | Confident, charismatic |
252
+ | [Juniper](https://elevenlabs.io/voice-library/juniper/aMSt68OGf4xUZAnLpTU8) | Warm, friendly | Stakeholder relations |
253
+ | [Tiffany](https://elevenlabs.io/voice-library/tiffany/6aDn1KB0hjpdcocrUkmq) | Professional, clear | Product ownership, leadership |
254
+ | [Tom](https://elevenlabs.io/voice-library/tom/DYkrAHD8iwork3YSUBbs) | Professional, organized | Orchestration, coordination |
250
255
  | [Demon Monster](https://elevenlabs.io/voice-library/demon-monster/vfaqCOvlrKi4Zp7C2IAm) | Deep and spooky | Dramatic |
251
256
 
252
257
  💡 **Tip:** Click voice names to hear samples on ElevenLabs!
@@ -267,14 +272,14 @@ The BMAD plugin detects when you activate a BMAD agent (e.g., `/BMad:agents:pm`)
267
272
  |-------|------|-------|-------------|
268
273
  | **pm** | Product Manager | Jessica Anne Bogart | professional |
269
274
  | **dev** | Developer | Matthew Schmitz | normal |
270
- | **qa** | QA Engineer | Ralf Eisend | professional |
275
+ | **qa** | QA Engineer | Burt Reynolds | professional |
271
276
  | **architect** | Architect | Michael | normal |
272
- | **po** | Product Owner | Amy | professional |
273
- | **analyst** | Analyst | Lutz Laugh | normal |
277
+ | **po** | Product Owner | Tiffany | professional |
278
+ | **analyst** | Analyst | Ralf Eisend | normal |
274
279
  | **sm** | Scrum Master | Ms. Walker | professional |
275
280
  | **ux-expert** | UX Expert | Aria | normal |
276
- | **bmad-master** | BMAD Master | Aria | zen |
277
- | **bmad-orchestrator** | Orchestrator | Ms. Walker | professional |
281
+ | **bmad-master** | BMAD Master | Archer | zen |
282
+ | **bmad-orchestrator** | Orchestrator | Tom | professional |
278
283
 
279
284
  ### Plugin Management
280
285
 
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": "1.0.14",
4
+ "version": "1.0.16",
5
5
  "description": "Beautiful ElevenLabs TTS voice commands for Claude Code - Add professional narration to your AI coding sessions",
6
6
  "keywords": [
7
7
  "elevenlabs",