agentvibes 2.0.17-beta.0 → 2.0.17-beta.1

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 (206) hide show
  1. package/.claude/commands/agent-vibes/add.md +0 -0
  2. package/.claude/commands/agent-vibes/agent-vibes.md +0 -0
  3. package/.claude/commands/agent-vibes/bmad.md +0 -0
  4. package/.claude/commands/agent-vibes/commands.json +0 -0
  5. package/.claude/commands/agent-vibes/get.md +0 -0
  6. package/.claude/commands/agent-vibes/list.md +0 -0
  7. package/.claude/commands/agent-vibes/personality.md +0 -0
  8. package/.claude/commands/agent-vibes/preview.md +0 -0
  9. package/.claude/commands/agent-vibes/replay.md +0 -0
  10. package/.claude/commands/agent-vibes/sample.md +0 -0
  11. package/.claude/commands/agent-vibes/sentiment.md +0 -0
  12. package/.claude/commands/agent-vibes/set-language.md +0 -0
  13. package/.claude/commands/agent-vibes/set-pretext.md +0 -0
  14. package/.claude/commands/agent-vibes/switch.md +0 -0
  15. package/.claude/commands/agent-vibes/update.md +0 -0
  16. package/.claude/commands/agent-vibes/version.md +0 -0
  17. package/.claude/commands/agent-vibes/whoami.md +0 -0
  18. package/.claude/github-star-reminder.txt +0 -0
  19. package/.claude/hooks/play-tts-elevenlabs.sh +3 -2
  20. package/.claude/language-voices.yaml +0 -0
  21. package/.claude/output-styles/agent-vibes.md +0 -0
  22. package/.claude/personalities/angry.md +0 -0
  23. package/.claude/personalities/annoying.md +0 -0
  24. package/.claude/personalities/crass.md +0 -0
  25. package/.claude/personalities/dramatic.md +0 -0
  26. package/.claude/personalities/dry-humor.md +0 -0
  27. package/.claude/personalities/flirty.md +0 -0
  28. package/.claude/personalities/funny.md +0 -0
  29. package/.claude/personalities/grandpa.md +0 -0
  30. package/.claude/personalities/millennial.md +0 -0
  31. package/.claude/personalities/moody.md +0 -0
  32. package/.claude/personalities/normal.md +0 -0
  33. package/.claude/personalities/pirate.md +0 -0
  34. package/.claude/personalities/poetic.md +0 -0
  35. package/.claude/personalities/professional.md +0 -0
  36. package/.claude/personalities/robot.md +0 -0
  37. package/.claude/personalities/sarcastic.md +0 -0
  38. package/.claude/personalities/sassy.md +0 -0
  39. package/.claude/personalities/surfer-dude.md +0 -0
  40. package/.claude/personalities/zen.md +0 -0
  41. package/.claude/piper-voices/en_US-lessac-medium.onnx +0 -0
  42. package/.claude/piper-voices/en_US-lessac-medium.onnx.json +0 -0
  43. package/.claude/piper-voices-dir.txt +0 -0
  44. package/.claude/plugins/bmad-voices-enabled.flag +0 -0
  45. package/.claude/plugins/bmad-voices.md +0 -0
  46. package/.mcp-minimal.json +0 -0
  47. package/AUDIO_TUNNEL_FIX_SUMMARY.md +0 -0
  48. package/LICENSE +0 -0
  49. package/NPM_PUBLISH_GUIDE.md +0 -0
  50. package/README.md +0 -0
  51. package/RELEASE_NOTES.md +0 -0
  52. package/RELEASE_NOTES_V2.md +0 -0
  53. package/docs/ai-optimized-documentation-standards.md +0 -0
  54. package/docs/architecture/provider-system.md +0 -0
  55. package/docs/remote-audio-setup.md +0 -0
  56. package/docs/voice-mapping-format.md +0 -0
  57. package/mcp-server/QUICK_START.md +0 -0
  58. package/mcp-server/README.md +0 -0
  59. package/mcp-server/examples/claude_desktop_config.json +0 -0
  60. package/mcp-server/examples/claude_desktop_config_piper.json +0 -0
  61. package/mcp-server/examples/custom_instructions.md +0 -0
  62. package/mcp-server/pyproject.toml +0 -0
  63. package/mcp-server/requirements.txt +0 -0
  64. package/mcp-server/server.py +0 -0
  65. package/package.json +1 -1
  66. package/scripts/README.md +0 -0
  67. package/scripts/check-audio-tunnel.sh +59 -0
  68. package/scripts/fix-audio-tunnel.sh +83 -0
  69. package/scripts/piper-voice/README.md +0 -0
  70. package/scripts/setup-windows-audio.ps1 +0 -0
  71. package/src/commands/install-mcp.js +0 -0
  72. package/templates/activation-instructions-bmad.md +0 -0
  73. package/templates/output-styles/agent-vibes.md +0 -0
  74. package/test/README.md +0 -0
  75. package/test/helpers/test-helper.bash +0 -0
  76. package/test/test-framework.md +0 -0
  77. package/test/unit/personality-manager.bats +0 -0
  78. package/test/unit/play-tts.bats +0 -0
  79. package/test/unit/voice-manager.bats +0 -0
  80. package/agentvibes.org/.claude/commands/agent-vibes/add.md +0 -21
  81. package/agentvibes.org/.claude/commands/agent-vibes/agent-vibes.md +0 -68
  82. package/agentvibes.org/.claude/commands/agent-vibes/commands.json +0 -53
  83. package/agentvibes.org/.claude/commands/agent-vibes/get.md +0 -9
  84. package/agentvibes.org/.claude/commands/agent-vibes/list.md +0 -13
  85. package/agentvibes.org/.claude/commands/agent-vibes/personality.md +0 -79
  86. package/agentvibes.org/.claude/commands/agent-vibes/preview.md +0 -16
  87. package/agentvibes.org/.claude/commands/agent-vibes/provider.md +0 -54
  88. package/agentvibes.org/.claude/commands/agent-vibes/replay.md +0 -19
  89. package/agentvibes.org/.claude/commands/agent-vibes/sample.md +0 -12
  90. package/agentvibes.org/.claude/commands/agent-vibes/sentiment.md +0 -52
  91. package/agentvibes.org/.claude/commands/agent-vibes/set-language.md +0 -47
  92. package/agentvibes.org/.claude/commands/agent-vibes/set-pretext.md +0 -65
  93. package/agentvibes.org/.claude/commands/agent-vibes/switch.md +0 -53
  94. package/agentvibes.org/.claude/commands/agent-vibes/update.md +0 -20
  95. package/agentvibes.org/.claude/commands/agent-vibes/version.md +0 -10
  96. package/agentvibes.org/.claude/commands/agent-vibes/whoami.md +0 -7
  97. package/agentvibes.org/.claude/hooks/bmad-voice-manager.sh +0 -278
  98. package/agentvibes.org/.claude/hooks/language-manager.sh +0 -190
  99. package/agentvibes.org/.claude/hooks/personality-manager.sh +0 -279
  100. package/agentvibes.org/.claude/hooks/piper-download-voices.sh +0 -133
  101. package/agentvibes.org/.claude/hooks/piper-voice-manager.sh +0 -227
  102. package/agentvibes.org/.claude/hooks/play-tts-elevenlabs.sh +0 -201
  103. package/agentvibes.org/.claude/hooks/play-tts-piper.sh +0 -175
  104. package/agentvibes.org/.claude/hooks/play-tts.sh +0 -138
  105. package/agentvibes.org/.claude/hooks/provider-commands.sh +0 -374
  106. package/agentvibes.org/.claude/hooks/provider-manager.sh +0 -196
  107. package/agentvibes.org/.claude/hooks/sentiment-manager.sh +0 -163
  108. package/agentvibes.org/.claude/hooks/voice-manager.sh +0 -349
  109. package/agentvibes.org/.claude/hooks/voices-config.sh +0 -33
  110. package/agentvibes.org/.claude/journal/2025-10-07.html +0 -373
  111. package/agentvibes.org/.claude/journal/index.html +0 -91
  112. package/agentvibes.org/.claude/output-styles/agent-vibes.md +0 -203
  113. package/agentvibes.org/.claude/personalities/angry.md +0 -16
  114. package/agentvibes.org/.claude/personalities/annoying.md +0 -16
  115. package/agentvibes.org/.claude/personalities/crass.md +0 -16
  116. package/agentvibes.org/.claude/personalities/dramatic.md +0 -16
  117. package/agentvibes.org/.claude/personalities/dry-humor.md +0 -52
  118. package/agentvibes.org/.claude/personalities/flirty.md +0 -22
  119. package/agentvibes.org/.claude/personalities/funny.md +0 -16
  120. package/agentvibes.org/.claude/personalities/grandpa.md +0 -34
  121. package/agentvibes.org/.claude/personalities/millennial.md +0 -16
  122. package/agentvibes.org/.claude/personalities/moody.md +0 -16
  123. package/agentvibes.org/.claude/personalities/normal.md +0 -18
  124. package/agentvibes.org/.claude/personalities/pirate.md +0 -16
  125. package/agentvibes.org/.claude/personalities/poetic.md +0 -16
  126. package/agentvibes.org/.claude/personalities/professional.md +0 -16
  127. package/agentvibes.org/.claude/personalities/robot.md +0 -16
  128. package/agentvibes.org/.claude/personalities/sarcastic.md +0 -40
  129. package/agentvibes.org/.claude/personalities/sassy.md +0 -16
  130. package/agentvibes.org/.claude/personalities/surfer-dude.md +0 -16
  131. package/agentvibes.org/.claude/personalities/zen.md +0 -16
  132. package/agentvibes.org/.mcp-minimal.json +0 -60
  133. package/agentvibes.org/CHANGELOG.md +0 -56
  134. package/agentvibes.org/README.md +0 -93
  135. package/agentvibes.org/app/(auth)/layout.tsx +0 -15
  136. package/agentvibes.org/app/(auth)/reset-password/page.tsx +0 -45
  137. package/agentvibes.org/app/(auth)/signin/page.tsx +0 -82
  138. package/agentvibes.org/app/(auth)/signup/page.tsx +0 -104
  139. package/agentvibes.org/app/(default)/layout.tsx +0 -31
  140. package/agentvibes.org/app/(default)/page.tsx +0 -20
  141. package/agentvibes.org/app/api/hello/route.ts +0 -3
  142. package/agentvibes.org/app/css/additional-styles/theme.css +0 -82
  143. package/agentvibes.org/app/css/additional-styles/utility-patterns.css +0 -55
  144. package/agentvibes.org/app/css/style.css +0 -100
  145. package/agentvibes.org/app/layout.tsx +0 -63
  146. package/agentvibes.org/components/cta.tsx +0 -58
  147. package/agentvibes.org/components/features.tsx +0 -256
  148. package/agentvibes.org/components/hero-home.tsx +0 -133
  149. package/agentvibes.org/components/modal-video.tsx +0 -137
  150. package/agentvibes.org/components/page-illustration.tsx +0 -55
  151. package/agentvibes.org/components/spotlight.tsx +0 -77
  152. package/agentvibes.org/components/testimonials.tsx +0 -282
  153. package/agentvibes.org/components/ui/footer.tsx +0 -82
  154. package/agentvibes.org/components/ui/header.tsx +0 -53
  155. package/agentvibes.org/components/ui/logo.tsx +0 -10
  156. package/agentvibes.org/components/workflows.tsx +0 -176
  157. package/agentvibes.org/next.config.js +0 -4
  158. package/agentvibes.org/package-lock.json +0 -1974
  159. package/agentvibes.org/package.json +0 -30
  160. package/agentvibes.org/pnpm-lock.yaml +0 -1141
  161. package/agentvibes.org/postcss.config.js +0 -5
  162. package/agentvibes.org/public/audio/02-sarcastic.mp3 +0 -0
  163. package/agentvibes.org/public/audio/03-angry.mp3 +0 -0
  164. package/agentvibes.org/public/audio/04-grandpa.mp3 +0 -0
  165. package/agentvibes.org/public/audio/05-sarcastic-example2.mp3 +0 -0
  166. package/agentvibes.org/public/audio/french-rachel.mp3 +0 -0
  167. package/agentvibes.org/public/audio/spanish-antoni.mp3 +0 -0
  168. package/agentvibes.org/public/favicon.ico +0 -0
  169. package/agentvibes.org/public/fonts/nacelle-italic.woff2 +0 -0
  170. package/agentvibes.org/public/fonts/nacelle-regular.woff2 +0 -0
  171. package/agentvibes.org/public/fonts/nacelle-semibold.woff2 +0 -0
  172. package/agentvibes.org/public/fonts/nacelle-semibolditalic.woff2 +0 -0
  173. package/agentvibes.org/public/images/blurred-shape-gray.svg +0 -1
  174. package/agentvibes.org/public/images/blurred-shape.svg +0 -1
  175. package/agentvibes.org/public/images/client-logo-01.svg +0 -1
  176. package/agentvibes.org/public/images/client-logo-02.svg +0 -1
  177. package/agentvibes.org/public/images/client-logo-03.svg +0 -1
  178. package/agentvibes.org/public/images/client-logo-04.svg +0 -1
  179. package/agentvibes.org/public/images/client-logo-05.svg +0 -1
  180. package/agentvibes.org/public/images/client-logo-06.svg +0 -1
  181. package/agentvibes.org/public/images/client-logo-07.svg +0 -1
  182. package/agentvibes.org/public/images/client-logo-08.svg +0 -1
  183. package/agentvibes.org/public/images/client-logo-09.svg +0 -1
  184. package/agentvibes.org/public/images/features.png +0 -0
  185. package/agentvibes.org/public/images/footer-illustration.svg +0 -1
  186. package/agentvibes.org/public/images/hero-image-01.jpg +0 -0
  187. package/agentvibes.org/public/images/logo.svg +0 -1
  188. package/agentvibes.org/public/images/page-illustration.svg +0 -1
  189. package/agentvibes.org/public/images/secondary-illustration.svg +0 -1
  190. package/agentvibes.org/public/images/testimonial-01.jpg +0 -0
  191. package/agentvibes.org/public/images/testimonial-02.jpg +0 -0
  192. package/agentvibes.org/public/images/testimonial-03.jpg +0 -0
  193. package/agentvibes.org/public/images/testimonial-04.jpg +0 -0
  194. package/agentvibes.org/public/images/testimonial-05.jpg +0 -0
  195. package/agentvibes.org/public/images/testimonial-06.jpg +0 -0
  196. package/agentvibes.org/public/images/testimonial-07.jpg +0 -0
  197. package/agentvibes.org/public/images/testimonial-08.jpg +0 -0
  198. package/agentvibes.org/public/images/testimonial-09.jpg +0 -0
  199. package/agentvibes.org/public/images/workflow-01.png +0 -0
  200. package/agentvibes.org/public/images/workflow-02.png +0 -0
  201. package/agentvibes.org/public/images/workflow-03.png +0 -0
  202. package/agentvibes.org/public/videos/video.mp4 +0 -0
  203. package/agentvibes.org/tsconfig.json +0 -28
  204. package/agentvibes.org/utils/useMasonry.tsx +0 -67
  205. package/agentvibes.org/utils/useMousePosition.tsx +0 -27
  206. package/linkedin/vibe-coding-and-pulseaudio.md +0 -121
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -197,9 +197,10 @@ if [ -f "${TEMP_FILE}" ]; then
197
197
  if command -v ffmpeg &> /dev/null; then
198
198
  PADDED_FILE="$AUDIO_DIR/tts-padded-$(date +%s).mp3"
199
199
  # Add 200ms of silence at the beginning to prevent static
200
- ffmpeg -f lavfi -i anullsrc=r=44100:cl=stereo:d=0.2 -i "${TEMP_FILE}" \
200
+ # Note: ElevenLabs returns mono audio, so we use mono silence
201
+ ffmpeg -f lavfi -i anullsrc=r=44100:cl=mono:d=0.2 -i "${TEMP_FILE}" \
201
202
  -filter_complex "[0:a][1:a]concat=n=2:v=0:a=1[out]" \
202
- -map "[out]" -y "${PADDED_FILE}" 2>/dev/null
203
+ -map "[out]" -c:a libmp3lame -y "${PADDED_FILE}" 2>/dev/null
203
204
 
204
205
  if [ -f "${PADDED_FILE}" ]; then
205
206
  # Use padded file and clean up original
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
package/.mcp-minimal.json CHANGED
File without changes
File without changes
package/LICENSE CHANGED
File without changes
File without changes
package/README.md CHANGED
File without changes
package/RELEASE_NOTES.md CHANGED
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
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": "2.0.17-beta.0",
4
+ "version": "2.0.17-beta.1",
5
5
  "description": "Now your AI Agents can finally talk back! Professional TTS voice for Claude Code and Claude Desktop (via MCP) with multi-provider support.",
6
6
  "homepage": "https://agentvibes.org",
7
7
  "keywords": [
package/scripts/README.md CHANGED
File without changes
@@ -0,0 +1,59 @@
1
+ #\!/bin/bash
2
+ # Check if audio tunnel is active
3
+
4
+ echo ""
5
+ echo "🔊 Checking Audio Tunnel Status..."
6
+ echo "━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━"
7
+
8
+ if \! ss -tlnp 2>/dev/null | grep -q :14713; then
9
+ echo "❌ WARNING: Audio tunnel NOT detected\!"
10
+ echo ""
11
+ echo " The SSH RemoteForward port 14713 is not listening."
12
+ echo " This means TTS audio will NOT play on your Windows speakers."
13
+ echo ""
14
+ echo " 📋 Possible Causes:"
15
+ echo " • VS Code did not establish the RemoteForward tunnel"
16
+ echo " • Port 14713 is already in use by another process"
17
+ echo " • SSH config RemoteForward was not applied"
18
+ echo ""
19
+ echo " 🔧 To Fix:"
20
+ echo " 1. Close this VS Code session"
21
+ echo " 2. On Windows, open PowerShell and run:"
22
+ echo " ssh -N -R 14713:localhost:14713 ubuntu-rdp"
23
+ echo " 3. Keep that PowerShell window open"
24
+ echo " 4. Reconnect VS Code"
25
+ echo ""
26
+ echo " 📚 Or check VS Code settings:"
27
+ echo " • Verify: remote.SSH.useExecServer = false"
28
+ echo " • Verify: remote.SSH.configFile points to ~/.ssh/config"
29
+ echo ""
30
+ echo "━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━"
31
+ echo ""
32
+ return 1
33
+ else
34
+ echo "✅ Audio tunnel is ACTIVE\!"
35
+ echo ""
36
+ echo " Port 14713 is listening and ready for audio."
37
+ echo ""
38
+
39
+ # Set PULSE_SERVER environment variable
40
+ export PULSE_SERVER=tcp:localhost:14713
41
+
42
+ # Test PulseAudio connection
43
+ echo " Testing PulseAudio connection..."
44
+ if pactl info >/dev/null 2>&1; then
45
+ echo " ✅ PulseAudio connected successfully\!"
46
+ echo ""
47
+ pactl info | head -5
48
+ echo ""
49
+ echo " 🎵 AgentVibes TTS will play through Windows speakers\!"
50
+ else
51
+ echo " ⚠️ Tunnel exists but PulseAudio connection failed"
52
+ echo " Check if socat bridge is running on Windows:"
53
+ echo " wsl ss -tlnp | grep 14713"
54
+ fi
55
+
56
+ echo ""
57
+ echo "━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━"
58
+ echo ""
59
+ fi
@@ -0,0 +1,83 @@
1
+ #!/bin/bash
2
+ # Fix Audio Tunnel Script
3
+ # Kills stale connections on port 14713 and waits for tunnel to be re-established
4
+
5
+ echo "🔧 Fixing Audio Tunnel..."
6
+ echo ""
7
+
8
+ # Kill any process using port 14713
9
+ echo "1️⃣ Killing stale connections on port 14713..."
10
+ if sudo fuser -k 14713/tcp 2>/dev/null; then
11
+ echo " ✅ Killed processes using port 14713"
12
+ else
13
+ echo " ℹ️ No processes were using port 14713"
14
+ fi
15
+
16
+ echo ""
17
+ echo "2️⃣ Waiting for tunnel to be re-established..."
18
+ echo " (Run from Windows: ssh -N -R 14713:localhost:14713 ubuntu-rdp)"
19
+ echo ""
20
+
21
+ # Wait for tunnel to come back up (max 60 seconds)
22
+ TIMEOUT=60
23
+ ELAPSED=0
24
+ TUNNEL_UP=false
25
+
26
+ while [ $ELAPSED -lt $TIMEOUT ]; do
27
+ if ss -tlnp 2>/dev/null | grep -q :14713; then
28
+ TUNNEL_UP=true
29
+ break
30
+ fi
31
+ sleep 1
32
+ ELAPSED=$((ELAPSED + 1))
33
+ # Show progress dots every 5 seconds
34
+ if [ $((ELAPSED % 5)) -eq 0 ]; then
35
+ echo " Still waiting... (${ELAPSED}s elapsed)"
36
+ fi
37
+ done
38
+
39
+ echo ""
40
+
41
+ if [ "$TUNNEL_UP" = true ]; then
42
+ echo "✅ Audio tunnel is UP!"
43
+ echo ""
44
+
45
+ # Export PULSE_SERVER for this session
46
+ export PULSE_SERVER=tcp:localhost:14713
47
+
48
+ # Test PulseAudio connection
49
+ if pactl info >/dev/null 2>&1; then
50
+ echo "🎵 Playing confirmation message..."
51
+ echo ""
52
+
53
+ # Play TTS confirmation message through the tunnel
54
+ # Check if we have espeak or piper available
55
+ if command -v espeak >/dev/null 2>&1; then
56
+ echo "Audio tunnel is fixed, new tunnel created!" | espeak -s 150 2>/dev/null
57
+ elif [ -f /usr/local/bin/piper ] || command -v piper >/dev/null 2>&1; then
58
+ echo "Audio tunnel is fixed, new tunnel created!" | piper --model en_US-lessac-medium --output-raw | aplay -r 22050 -f S16_LE -t raw - 2>/dev/null
59
+ else
60
+ # Fallback: just use speaker-test
61
+ echo " (TTS not available, playing test tone)"
62
+ speaker-test -t sine -f 1000 -l 1 -s 1 2>/dev/null
63
+ fi
64
+
65
+ echo ""
66
+ echo "━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━"
67
+ echo "✅ Audio tunnel fixed successfully!"
68
+ echo " AgentVibes TTS will now play through Windows speakers."
69
+ echo "━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━"
70
+ echo ""
71
+ else
72
+ echo "⚠️ Tunnel exists but PulseAudio connection failed"
73
+ echo " Check if socat bridge is running on Windows:"
74
+ echo " wsl ss -tlnp | grep 14713"
75
+ fi
76
+ else
77
+ echo "❌ Timeout: Tunnel did not come up after ${TIMEOUT} seconds"
78
+ echo ""
79
+ echo " Make sure you run this from Windows:"
80
+ echo " ssh -N -R 14713:localhost:14713 ubuntu-rdp"
81
+ echo ""
82
+ exit 1
83
+ fi
File without changes
File without changes
File without changes
File without changes
File without changes
package/test/README.md CHANGED
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -1,21 +0,0 @@
1
- ---
2
- description: Add a new custom ElevenLabs TTS voice
3
- argument-hint: <voice_name> <voice_id>
4
- ---
5
-
6
- Add a new custom ElevenLabs TTS voice to your voice library.
7
-
8
- Usage:
9
- - `/agent-vibes:add "My Custom Voice" abc123xyz456789`
10
- - `/agent-vibes:add Narrator KTPVrSVAEUSJRClDzBw7`
11
-
12
- The voice ID should be a 15-30 character alphanumeric string from your ElevenLabs account.
13
-
14
- To find your voice IDs:
15
- 1. Go to https://elevenlabs.io/app/voice-library
16
- 2. Click on a voice
17
- 3. Copy the voice ID from the URL or settings
18
-
19
- After adding, you can switch to it with `/agent-vibes:switch "Voice Name"`
20
-
21
- !bash .claude/hooks/voice-manager.sh add $ARGUMENTS
@@ -1,68 +0,0 @@
1
- ---
2
- description: ElevenLabs TTS voice management commands
3
- ---
4
-
5
- # 🎤 ElevenLabs Voice Management
6
-
7
- Manage your ElevenLabs text-to-speech voices with these commands:
8
-
9
- ## Available Commands
10
-
11
- ### `/agent-vibes:list [first|last] [N]`
12
- List all available voices, with optional filtering
13
- - `/agent-vibes:list` - Show all voices
14
- - `/agent-vibes:list first 5` - Show first 5 voices
15
- - `/agent-vibes:list last 3` - Show last 3 voices
16
-
17
- ### `/agent-vibes:preview [first|last] [N]`
18
- Preview voices by playing audio samples
19
- - `/agent-vibes:preview` - Preview first 3 voices
20
- - `/agent-vibes:preview 5` - Preview first 5 voices
21
- - `/agent-vibes:preview last 5` - Preview last 5 voices
22
-
23
- ### `/agent-vibes:switch <voice_name>`
24
- Switch to a different default voice
25
- - `/agent-vibes:switch Northern Terry`
26
- - `/agent-vibes:switch "Cowboy Bob"`
27
-
28
- ### `/agent-vibes:get`
29
- Display the currently selected voice
30
-
31
- ### `/agent-vibes:add <name> <voice_id>`
32
- Add a new custom voice from your ElevenLabs account
33
- - `/agent-vibes:add "My Voice" abc123xyz456`
34
-
35
- ### `/agent-vibes:replay [N]`
36
- Replay recently played TTS audio
37
- - `/agent-vibes:replay` - Replay last audio
38
- - `/agent-vibes:replay 1` - Replay most recent
39
- - `/agent-vibes:replay 2` - Replay second-to-last
40
- - `/agent-vibes:replay 3` - Replay third-to-last
41
-
42
- Keeps last 10 audio files in history.
43
-
44
- ### `/agent-vibes:set-pretext <word>`
45
- Set a prefix word/phrase for all TTS messages
46
- - `/agent-vibes:set-pretext AgentVibes` - All TTS starts with "AgentVibes:"
47
- - `/agent-vibes:set-pretext "Project Alpha"` - Custom phrase
48
- - `/agent-vibes:set-pretext ""` - Clear pretext
49
-
50
- Saved locally in `.claude/config/agentvibes.json`
51
-
52
- ## Getting Voice IDs
53
-
54
- To add your own custom voices:
55
- 1. Go to https://elevenlabs.io/app/voice-library
56
- 2. Select or create a voice
57
- 3. Copy the voice ID (15-30 character alphanumeric string)
58
- 4. Use `/agent-vibes:add` to add it
59
-
60
- ## Default Voices
61
-
62
- The system comes with these Character Voices from ElevenLabs:
63
- - Northern Terry, Grandpa Spuds Oxley, Ms. Walker
64
- - Ralf Eisend, Amy, Michael, Jessica Anne Bogart
65
- - Aria, Lutz Laugh, Dr. Von Fusion, Matthew Schmitz
66
- - Demon Monster, Cowboy Bob, Drill Sergeant
67
-
68
- Enjoy your TTS experience! 🎵
@@ -1,53 +0,0 @@
1
- {
2
- "namespace": "agent-vibes",
3
- "commands": [
4
- {
5
- "name": "list",
6
- "description": "List all available ElevenLabs voices"
7
- },
8
- {
9
- "name": "preview",
10
- "description": "Preview ElevenLabs voices by playing audio samples"
11
- },
12
- {
13
- "name": "switch",
14
- "description": "Switch to a different ElevenLabs voice"
15
- },
16
- {
17
- "name": "whoami",
18
- "description": "Display currently selected voice"
19
- },
20
- {
21
- "name": "sample",
22
- "description": "Play a sample with the current or specified voice"
23
- },
24
- {
25
- "name": "replay",
26
- "description": "Replay the last TTS message"
27
- },
28
- {
29
- "name": "personality",
30
- "description": "Manage AI personality settings"
31
- },
32
- {
33
- "name": "sentiment",
34
- "description": "Set temporary personality sentiment"
35
- },
36
- {
37
- "name": "set-pretext",
38
- "description": "Configure pre-TTS message text"
39
- },
40
- {
41
- "name": "set-language",
42
- "description": "Set TTS language for multilingual voices"
43
- },
44
- {
45
- "name": "add",
46
- "description": "Add a new personality"
47
- },
48
- {
49
- "name": "get",
50
- "description": "Get personality details"
51
- }
52
- ]
53
- }
@@ -1,9 +0,0 @@
1
- ---
2
- description: Get the currently selected ElevenLabs TTS voice
3
- ---
4
-
5
- Display the currently selected ElevenLabs TTS voice.
6
-
7
- This shows which voice is currently set as the default for TTS audio generation.
8
-
9
- !bash .claude/hooks/voice-manager.sh get
@@ -1,13 +0,0 @@
1
- ---
2
- description: List available ElevenLabs TTS voices with optional filtering
3
- argument-hint: [first|last] [N]
4
- ---
5
-
6
- List available ElevenLabs TTS voices.
7
-
8
- Usage examples:
9
- - `/agent-vibes:list` - Show all voices
10
- - `/agent-vibes:list first 5` - Show first 5 voices
11
- - `/agent-vibes:list last 3` - Show last 3 voices
12
-
13
- !bash .claude/hooks/voice-manager.sh list $ARGUMENTS
@@ -1,79 +0,0 @@
1
- ---
2
- description: Set or customize the personality style for TTS messages
3
- argument-hint: [personality_name|list|add|edit|get|reset]
4
- ---
5
-
6
- # /agent-vibes:personality
7
-
8
- Set or customize the personality style for TTS messages.
9
-
10
- This command allows you to add character and emotion to your TTS announcements by applying personality modifiers to messages.
11
-
12
- ## Usage
13
-
14
- ```bash
15
- # Set a personality
16
- /agent-vibes:personality flirty
17
- /agent-vibes:personality sarcastic
18
-
19
- # List all personalities
20
- /agent-vibes:personality list
21
-
22
- # Add custom personality
23
- /agent-vibes:personality add cowboy "Howdy partner!" "Yeehaw!"
24
-
25
- # Show current personality
26
- /agent-vibes:personality get
27
-
28
- # Reset to normal
29
- /agent-vibes:personality reset
30
- ```
31
-
32
- ## Available Personalities
33
-
34
- - **normal** - Standard professional tone
35
- - **flirty** - Playful and charming
36
- - **angry** - Frustrated and irritated
37
- - **sassy** - Bold with attitude
38
- - **moody** - Melancholic and brooding
39
- - **funny** - Lighthearted and comedic
40
- - **sarcastic** - Dry wit and irony
41
- - **poetic** - Elegant and lyrical
42
- - **annoying** - Over-enthusiastic
43
- - **professional** - Formal and precise
44
- - **pirate** - Seafaring swagger
45
- - **robot** - Mechanical and precise
46
- - **surfer-dude** - Chill beach vibes
47
- - **millennial** - Internet generation speak
48
- - **zen** - Peaceful and mindful
49
- - **dramatic** - Theatrical flair
50
- - **crass** - Edgy and blunt
51
- - **random** - Picks a different personality each time!
52
-
53
- ## Editing Personalities
54
-
55
- Each personality is stored as a markdown file in `.claude/personalities/`. You can:
56
-
57
- ### Edit existing personalities:
58
- ```bash
59
- /agent-vibes:personality edit flirty
60
- ```
61
- This shows the file path - edit it directly to customize behavior.
62
-
63
- ### Create new personalities:
64
- ```bash
65
- /agent-vibes:personality add cowboy
66
- ```
67
- Creates a new personality file, then edit it to customize.
68
-
69
- ### Personality files contain:
70
- - **Prefix**: Text added before messages
71
- - **Suffix**: Text added after messages
72
- - **AI Instructions**: How the AI should speak
73
- - **Example Responses**: Sample messages
74
-
75
- Files are located in `.claude/personalities/[name].md`
76
-
77
- ## Implementation
78
-
79
- !bash .claude/hooks/personality-manager.sh $ARGUMENTS
@@ -1,16 +0,0 @@
1
- ---
2
- description: Preview ElevenLabs TTS voices by playing audio samples
3
- argument-hint: [voice_name|first|last] [N]
4
- ---
5
-
6
- Preview ElevenLabs TTS voices by playing audio samples.
7
-
8
- Usage examples:
9
- - `/agent-vibes:preview` - Preview first 3 voices (default)
10
- - `/agent-vibes:preview 5` - Preview first 5 voices
11
- - `/agent-vibes:preview Jessica` - Preview Jessica Anne Bogart voice
12
- - `/agent-vibes:preview "Northern Terry"` - Preview Northern Terry voice
13
- - `/agent-vibes:preview first 10` - Preview first 10 voices
14
- - `/agent-vibes:preview last 5` - Preview last 5 voices
15
-
16
- !bash .claude/hooks/voice-manager.sh preview $ARGUMENTS