agentvibes 2.0.17-beta.2 → 2.0.17-beta.21
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/.bmad-core/agent-teams/team-all.yaml +15 -0
- package/.bmad-core/agent-teams/team-fullstack.yaml +19 -0
- package/.bmad-core/agent-teams/team-ide-minimal.yaml +11 -0
- package/.bmad-core/agent-teams/team-no-ui.yaml +14 -0
- package/.bmad-core/agents/analyst.md +84 -0
- package/.bmad-core/agents/architect.md +85 -0
- package/.bmad-core/agents/bmad-master.md +110 -0
- package/.bmad-core/agents/bmad-orchestrator.md +147 -0
- package/.bmad-core/agents/dev.md +81 -0
- package/.bmad-core/agents/pm.md +84 -0
- package/.bmad-core/agents/po.md +79 -0
- package/.bmad-core/agents/qa.md +87 -0
- package/.bmad-core/agents/sm.md +65 -0
- package/.bmad-core/agents/ux-expert.md +69 -0
- package/.bmad-core/checklists/architect-checklist.md +440 -0
- package/.bmad-core/checklists/change-checklist.md +184 -0
- package/.bmad-core/checklists/pm-checklist.md +372 -0
- package/.bmad-core/checklists/po-master-checklist.md +434 -0
- package/.bmad-core/checklists/story-dod-checklist.md +96 -0
- package/.bmad-core/checklists/story-draft-checklist.md +155 -0
- package/.bmad-core/core-config.yaml +22 -0
- package/.bmad-core/data/bmad-kb.md +809 -0
- package/.bmad-core/data/brainstorming-techniques.md +38 -0
- package/.bmad-core/data/elicitation-methods.md +156 -0
- package/.bmad-core/data/technical-preferences.md +5 -0
- package/.bmad-core/data/test-levels-framework.md +148 -0
- package/.bmad-core/data/test-priorities-matrix.md +174 -0
- package/.bmad-core/enhanced-ide-development-workflow.md +248 -0
- package/.bmad-core/install-manifest.yaml +230 -0
- package/.bmad-core/tasks/advanced-elicitation.md +119 -0
- package/.bmad-core/tasks/apply-qa-fixes.md +150 -0
- package/.bmad-core/tasks/brownfield-create-epic.md +162 -0
- package/.bmad-core/tasks/brownfield-create-story.md +149 -0
- package/.bmad-core/tasks/correct-course.md +72 -0
- package/.bmad-core/tasks/create-brownfield-story.md +314 -0
- package/.bmad-core/tasks/create-deep-research-prompt.md +280 -0
- package/.bmad-core/tasks/create-doc.md +103 -0
- package/.bmad-core/tasks/create-next-story.md +114 -0
- package/.bmad-core/tasks/document-project.md +345 -0
- package/.bmad-core/tasks/execute-checklist.md +88 -0
- package/.bmad-core/tasks/facilitate-brainstorming-session.md +138 -0
- package/.bmad-core/tasks/generate-ai-frontend-prompt.md +53 -0
- package/.bmad-core/tasks/index-docs.md +175 -0
- package/.bmad-core/tasks/kb-mode-interaction.md +77 -0
- package/.bmad-core/tasks/nfr-assess.md +345 -0
- package/.bmad-core/tasks/qa-gate.md +163 -0
- package/.bmad-core/tasks/review-story.md +316 -0
- package/.bmad-core/tasks/risk-profile.md +355 -0
- package/.bmad-core/tasks/shard-doc.md +187 -0
- package/.bmad-core/tasks/test-design.md +176 -0
- package/.bmad-core/tasks/trace-requirements.md +266 -0
- package/.bmad-core/tasks/validate-next-story.md +136 -0
- package/.bmad-core/templates/architecture-tmpl.yaml +651 -0
- package/.bmad-core/templates/brainstorming-output-tmpl.yaml +156 -0
- package/.bmad-core/templates/brownfield-architecture-tmpl.yaml +477 -0
- package/.bmad-core/templates/brownfield-prd-tmpl.yaml +281 -0
- package/.bmad-core/templates/competitor-analysis-tmpl.yaml +307 -0
- package/.bmad-core/templates/front-end-architecture-tmpl.yaml +219 -0
- package/.bmad-core/templates/front-end-spec-tmpl.yaml +350 -0
- package/.bmad-core/templates/fullstack-architecture-tmpl.yaml +824 -0
- package/.bmad-core/templates/market-research-tmpl.yaml +253 -0
- package/.bmad-core/templates/prd-tmpl.yaml +203 -0
- package/.bmad-core/templates/project-brief-tmpl.yaml +222 -0
- package/.bmad-core/templates/qa-gate-tmpl.yaml +103 -0
- package/.bmad-core/templates/story-tmpl.yaml +138 -0
- package/.bmad-core/user-guide.md +577 -0
- package/.bmad-core/utils/bmad-doc-template.md +327 -0
- package/.bmad-core/utils/workflow-management.md +71 -0
- package/.bmad-core/workflows/brownfield-fullstack.yaml +298 -0
- package/.bmad-core/workflows/brownfield-service.yaml +188 -0
- package/.bmad-core/workflows/brownfield-ui.yaml +198 -0
- package/.bmad-core/workflows/greenfield-fullstack.yaml +241 -0
- package/.bmad-core/workflows/greenfield-service.yaml +207 -0
- package/.bmad-core/workflows/greenfield-ui.yaml +236 -0
- package/.bmad-core/working-in-the-brownfield.md +606 -0
- package/.claude/commands/BMad/agents/analyst.md +88 -0
- package/.claude/commands/BMad/agents/architect.md +89 -0
- package/.claude/commands/BMad/agents/bmad-master.md +114 -0
- package/.claude/commands/BMad/agents/bmad-orchestrator.md +151 -0
- package/.claude/commands/BMad/agents/dev.md +85 -0
- package/.claude/commands/BMad/agents/pm.md +88 -0
- package/.claude/commands/BMad/agents/po.md +83 -0
- package/.claude/commands/BMad/agents/qa.md +91 -0
- package/.claude/commands/BMad/agents/sm.md +69 -0
- package/.claude/commands/BMad/agents/ux-expert.md +73 -0
- package/.claude/commands/BMad/tasks/advanced-elicitation.md +123 -0
- package/.claude/commands/BMad/tasks/apply-qa-fixes.md +154 -0
- package/.claude/commands/BMad/tasks/brownfield-create-epic.md +166 -0
- package/.claude/commands/BMad/tasks/brownfield-create-story.md +153 -0
- package/.claude/commands/BMad/tasks/correct-course.md +76 -0
- package/.claude/commands/BMad/tasks/create-brownfield-story.md +318 -0
- package/.claude/commands/BMad/tasks/create-deep-research-prompt.md +284 -0
- package/.claude/commands/BMad/tasks/create-doc.md +107 -0
- package/.claude/commands/BMad/tasks/create-next-story.md +118 -0
- package/.claude/commands/BMad/tasks/document-project.md +349 -0
- package/.claude/commands/BMad/tasks/execute-checklist.md +92 -0
- package/.claude/commands/BMad/tasks/facilitate-brainstorming-session.md +142 -0
- package/.claude/commands/BMad/tasks/generate-ai-frontend-prompt.md +57 -0
- package/.claude/commands/BMad/tasks/index-docs.md +179 -0
- package/.claude/commands/BMad/tasks/kb-mode-interaction.md +81 -0
- package/.claude/commands/BMad/tasks/nfr-assess.md +349 -0
- package/.claude/commands/BMad/tasks/qa-gate.md +167 -0
- package/.claude/commands/BMad/tasks/review-story.md +320 -0
- package/.claude/commands/BMad/tasks/risk-profile.md +359 -0
- package/.claude/commands/BMad/tasks/shard-doc.md +191 -0
- package/.claude/commands/BMad/tasks/test-design.md +180 -0
- package/.claude/commands/BMad/tasks/trace-requirements.md +270 -0
- package/.claude/commands/BMad/tasks/validate-next-story.md +140 -0
- package/.claude/commands/agent-vibes/add.md +0 -0
- package/.claude/commands/agent-vibes/agent-vibes.md +0 -0
- package/.claude/commands/agent-vibes/bmad.md +0 -0
- package/.claude/commands/agent-vibes/commands.json +24 -0
- package/.claude/commands/agent-vibes/get.md +0 -0
- package/.claude/commands/agent-vibes/language.md +23 -0
- package/.claude/commands/agent-vibes/learn.md +67 -0
- package/.claude/commands/agent-vibes/list.md +0 -0
- package/.claude/commands/agent-vibes/personality.md +0 -0
- package/.claude/commands/agent-vibes/preview.md +0 -0
- package/.claude/commands/agent-vibes/replay-target.md +14 -0
- package/.claude/commands/agent-vibes/replay.md +0 -0
- package/.claude/commands/agent-vibes/sample.md +0 -0
- package/.claude/commands/agent-vibes/sentiment.md +0 -0
- package/.claude/commands/agent-vibes/set-language.md +0 -0
- package/.claude/commands/agent-vibes/set-pretext.md +0 -0
- package/.claude/commands/agent-vibes/set-speed.md +41 -0
- package/.claude/commands/agent-vibes/switch.md +0 -0
- package/.claude/commands/agent-vibes/target-voice.md +26 -0
- package/.claude/commands/agent-vibes/target.md +30 -0
- package/.claude/commands/agent-vibes/update.md +0 -0
- package/.claude/commands/agent-vibes/version.md +0 -0
- package/.claude/commands/agent-vibes/whoami.md +0 -0
- package/.claude/github-star-reminder.txt +1 -1
- package/.claude/hooks/language-manager.sh +167 -13
- package/.claude/hooks/learn-manager.sh +443 -0
- package/.claude/hooks/play-tts-elevenlabs.sh +52 -8
- package/.claude/hooks/play-tts-piper.sh +82 -8
- package/.claude/hooks/play-tts.sh +30 -4
- package/.claude/hooks/provider-commands.sh +46 -3
- package/.claude/hooks/provider-manager.sh +56 -4
- package/.claude/hooks/replay-target-audio.sh +64 -0
- package/.claude/hooks/speed-manager.sh +226 -0
- package/.claude/language-voices.yaml +0 -0
- package/.claude/output-styles/agent-vibes.md +0 -0
- package/.claude/personalities/angry.md +0 -0
- package/.claude/personalities/annoying.md +0 -0
- package/.claude/personalities/crass.md +0 -0
- package/.claude/personalities/dramatic.md +0 -0
- package/.claude/personalities/dry-humor.md +0 -0
- package/.claude/personalities/flirty.md +0 -0
- package/.claude/personalities/funny.md +0 -0
- package/.claude/personalities/grandpa.md +0 -0
- package/.claude/personalities/millennial.md +0 -0
- package/.claude/personalities/moody.md +0 -0
- package/.claude/personalities/normal.md +0 -0
- package/.claude/personalities/pirate.md +0 -0
- package/.claude/personalities/poetic.md +0 -0
- package/.claude/personalities/professional.md +0 -0
- package/.claude/personalities/robot.md +0 -0
- package/.claude/personalities/sarcastic.md +0 -0
- package/.claude/personalities/sassy.md +0 -0
- package/.claude/personalities/surfer-dude.md +0 -0
- package/.claude/personalities/zen.md +0 -0
- package/.claude/piper-voices/en_US-lessac-medium.onnx +0 -0
- package/.claude/piper-voices/en_US-lessac-medium.onnx.json +0 -0
- package/.claude/piper-voices-dir.txt +0 -0
- package/.claude/plugins/bmad-voices-enabled.flag +0 -0
- package/.claude/plugins/bmad-voices.md +0 -0
- package/.mcp-minimal.json +6 -8
- package/AUDIO_TUNNEL_FIX_SUMMARY.md +0 -0
- package/INSTALL_MCP_WINDOWS.md +120 -42
- package/LICENSE +0 -0
- package/NPM_PUBLISH_GUIDE.md +0 -0
- package/README.md +19 -6
- package/RELEASE_NOTES.md +97 -0
- package/RELEASE_NOTES_V2.md +136 -5
- package/agentvibes.org/.claude/commands/agent-vibes/add.md +21 -0
- package/agentvibes.org/.claude/commands/agent-vibes/agent-vibes.md +68 -0
- package/agentvibes.org/.claude/commands/agent-vibes/commands.json +53 -0
- package/agentvibes.org/.claude/commands/agent-vibes/get.md +9 -0
- package/agentvibes.org/.claude/commands/agent-vibes/list.md +13 -0
- package/agentvibes.org/.claude/commands/agent-vibes/personality.md +79 -0
- package/agentvibes.org/.claude/commands/agent-vibes/preview.md +16 -0
- package/agentvibes.org/.claude/commands/agent-vibes/provider.md +54 -0
- package/agentvibes.org/.claude/commands/agent-vibes/replay.md +19 -0
- package/agentvibes.org/.claude/commands/agent-vibes/sample.md +12 -0
- package/agentvibes.org/.claude/commands/agent-vibes/sentiment.md +52 -0
- package/agentvibes.org/.claude/commands/agent-vibes/set-language.md +47 -0
- package/agentvibes.org/.claude/commands/agent-vibes/set-pretext.md +65 -0
- package/agentvibes.org/.claude/commands/agent-vibes/switch.md +53 -0
- package/agentvibes.org/.claude/commands/agent-vibes/update.md +20 -0
- package/agentvibes.org/.claude/commands/agent-vibes/version.md +10 -0
- package/agentvibes.org/.claude/commands/agent-vibes/whoami.md +7 -0
- package/agentvibes.org/.claude/hooks/bmad-voice-manager.sh +278 -0
- package/agentvibes.org/.claude/hooks/language-manager.sh +190 -0
- package/agentvibes.org/.claude/hooks/personality-manager.sh +279 -0
- package/agentvibes.org/.claude/hooks/piper-download-voices.sh +133 -0
- package/agentvibes.org/.claude/hooks/piper-voice-manager.sh +227 -0
- package/agentvibes.org/.claude/hooks/play-tts-elevenlabs.sh +201 -0
- package/agentvibes.org/.claude/hooks/play-tts-piper.sh +175 -0
- package/agentvibes.org/.claude/hooks/play-tts.sh +138 -0
- package/agentvibes.org/.claude/hooks/provider-commands.sh +374 -0
- package/agentvibes.org/.claude/hooks/provider-manager.sh +196 -0
- package/agentvibes.org/.claude/hooks/sentiment-manager.sh +163 -0
- package/agentvibes.org/.claude/hooks/voice-manager.sh +349 -0
- package/agentvibes.org/.claude/hooks/voices-config.sh +33 -0
- package/agentvibes.org/.claude/journal/2025-10-07.html +373 -0
- package/agentvibes.org/.claude/journal/index.html +91 -0
- package/agentvibes.org/.claude/output-styles/agent-vibes.md +203 -0
- package/agentvibes.org/.claude/personalities/angry.md +16 -0
- package/agentvibes.org/.claude/personalities/annoying.md +16 -0
- package/agentvibes.org/.claude/personalities/crass.md +16 -0
- package/agentvibes.org/.claude/personalities/dramatic.md +16 -0
- package/agentvibes.org/.claude/personalities/dry-humor.md +52 -0
- package/agentvibes.org/.claude/personalities/flirty.md +22 -0
- package/agentvibes.org/.claude/personalities/funny.md +16 -0
- package/agentvibes.org/.claude/personalities/grandpa.md +34 -0
- package/agentvibes.org/.claude/personalities/millennial.md +16 -0
- package/agentvibes.org/.claude/personalities/moody.md +16 -0
- package/agentvibes.org/.claude/personalities/normal.md +18 -0
- package/agentvibes.org/.claude/personalities/pirate.md +16 -0
- package/agentvibes.org/.claude/personalities/poetic.md +16 -0
- package/agentvibes.org/.claude/personalities/professional.md +16 -0
- package/agentvibes.org/.claude/personalities/robot.md +16 -0
- package/agentvibes.org/.claude/personalities/sarcastic.md +40 -0
- package/agentvibes.org/.claude/personalities/sassy.md +16 -0
- package/agentvibes.org/.claude/personalities/surfer-dude.md +16 -0
- package/agentvibes.org/.claude/personalities/zen.md +16 -0
- package/agentvibes.org/.mcp-minimal.json +60 -0
- package/agentvibes.org/CHANGELOG.md +56 -0
- package/agentvibes.org/README.md +93 -0
- package/agentvibes.org/app/(auth)/layout.tsx +15 -0
- package/agentvibes.org/app/(auth)/reset-password/page.tsx +45 -0
- package/agentvibes.org/app/(auth)/signin/page.tsx +82 -0
- package/agentvibes.org/app/(auth)/signup/page.tsx +104 -0
- package/agentvibes.org/app/(default)/layout.tsx +31 -0
- package/agentvibes.org/app/(default)/page.tsx +20 -0
- package/agentvibes.org/app/api/hello/route.ts +3 -0
- package/agentvibes.org/app/css/additional-styles/theme.css +82 -0
- package/agentvibes.org/app/css/additional-styles/utility-patterns.css +55 -0
- package/agentvibes.org/app/css/style.css +100 -0
- package/agentvibes.org/app/layout.tsx +63 -0
- package/agentvibes.org/components/cta.tsx +58 -0
- package/agentvibes.org/components/features.tsx +256 -0
- package/agentvibes.org/components/hero-home.tsx +133 -0
- package/agentvibes.org/components/modal-video.tsx +137 -0
- package/agentvibes.org/components/page-illustration.tsx +55 -0
- package/agentvibes.org/components/spotlight.tsx +77 -0
- package/agentvibes.org/components/testimonials.tsx +282 -0
- package/agentvibes.org/components/ui/footer.tsx +82 -0
- package/agentvibes.org/components/ui/header.tsx +53 -0
- package/agentvibes.org/components/ui/logo.tsx +10 -0
- package/agentvibes.org/components/workflows.tsx +176 -0
- package/agentvibes.org/next.config.js +4 -0
- package/agentvibes.org/package-lock.json +1974 -0
- package/agentvibes.org/package.json +30 -0
- package/agentvibes.org/pnpm-lock.yaml +1141 -0
- package/agentvibes.org/postcss.config.js +5 -0
- package/agentvibes.org/public/audio/02-sarcastic.mp3 +0 -0
- package/agentvibes.org/public/audio/03-angry.mp3 +0 -0
- package/agentvibes.org/public/audio/04-grandpa.mp3 +0 -0
- package/agentvibes.org/public/audio/05-sarcastic-example2.mp3 +0 -0
- package/agentvibes.org/public/audio/french-rachel.mp3 +0 -0
- package/agentvibes.org/public/audio/spanish-antoni.mp3 +0 -0
- package/agentvibes.org/public/favicon.ico +0 -0
- package/agentvibes.org/public/fonts/nacelle-italic.woff2 +0 -0
- package/agentvibes.org/public/fonts/nacelle-regular.woff2 +0 -0
- package/agentvibes.org/public/fonts/nacelle-semibold.woff2 +0 -0
- package/agentvibes.org/public/fonts/nacelle-semibolditalic.woff2 +0 -0
- package/agentvibes.org/public/images/blurred-shape-gray.svg +1 -0
- package/agentvibes.org/public/images/blurred-shape.svg +1 -0
- package/agentvibes.org/public/images/client-logo-01.svg +1 -0
- package/agentvibes.org/public/images/client-logo-02.svg +1 -0
- package/agentvibes.org/public/images/client-logo-03.svg +1 -0
- package/agentvibes.org/public/images/client-logo-04.svg +1 -0
- package/agentvibes.org/public/images/client-logo-05.svg +1 -0
- package/agentvibes.org/public/images/client-logo-06.svg +1 -0
- package/agentvibes.org/public/images/client-logo-07.svg +1 -0
- package/agentvibes.org/public/images/client-logo-08.svg +1 -0
- package/agentvibes.org/public/images/client-logo-09.svg +1 -0
- package/agentvibes.org/public/images/features.png +0 -0
- package/agentvibes.org/public/images/footer-illustration.svg +1 -0
- package/agentvibes.org/public/images/hero-image-01.jpg +0 -0
- package/agentvibes.org/public/images/logo.svg +1 -0
- package/agentvibes.org/public/images/page-illustration.svg +1 -0
- package/agentvibes.org/public/images/secondary-illustration.svg +1 -0
- package/agentvibes.org/public/images/testimonial-01.jpg +0 -0
- package/agentvibes.org/public/images/testimonial-02.jpg +0 -0
- package/agentvibes.org/public/images/testimonial-03.jpg +0 -0
- package/agentvibes.org/public/images/testimonial-04.jpg +0 -0
- package/agentvibes.org/public/images/testimonial-05.jpg +0 -0
- package/agentvibes.org/public/images/testimonial-06.jpg +0 -0
- package/agentvibes.org/public/images/testimonial-07.jpg +0 -0
- package/agentvibes.org/public/images/testimonial-08.jpg +0 -0
- package/agentvibes.org/public/images/testimonial-09.jpg +0 -0
- package/agentvibes.org/public/images/workflow-01.png +0 -0
- package/agentvibes.org/public/images/workflow-02.png +0 -0
- package/agentvibes.org/public/images/workflow-03.png +0 -0
- package/agentvibes.org/public/videos/video.mp4 +0 -0
- package/agentvibes.org/tsconfig.json +28 -0
- package/agentvibes.org/utils/useMasonry.tsx +67 -0
- package/agentvibes.org/utils/useMousePosition.tsx +27 -0
- package/bin/mcp-server.js +122 -0
- package/docs/ai-optimized-documentation-standards.md +0 -0
- package/docs/architecture/provider-system.md +0 -0
- package/docs/remote-audio-setup.md +0 -0
- package/docs/voice-mapping-format.md +0 -0
- package/linkedin/vibe-coding-and-pulseaudio.md +121 -0
- package/mcp-server/QUICK_START.md +0 -0
- package/mcp-server/README.md +0 -0
- package/mcp-server/examples/claude_desktop_config.json +0 -0
- package/mcp-server/examples/claude_desktop_config_piper.json +0 -0
- package/mcp-server/examples/custom_instructions.md +0 -0
- package/mcp-server/pyproject.toml +0 -0
- package/mcp-server/requirements.txt +0 -0
- package/mcp-server/server.py +87 -25
- package/package.json +2 -2
- package/scripts/AUTO-MONITOR-SETUP.md +233 -0
- package/scripts/CHANGELOG-2025-10-16.md +268 -0
- package/scripts/README.md +114 -0
- package/scripts/TROUBLESHOOTING.md +258 -0
- package/scripts/audio-tunnel.config +17 -0
- package/scripts/audio-tunnel.config.example +18 -0
- package/scripts/fix-audio-tunnel-complete.sh +255 -0
- package/scripts/fix-audio-tunnel.sh +244 -54
- package/scripts/health-check-tunnel.sh +93 -0
- package/scripts/piper-voice/README.md +0 -0
- package/scripts/setup-auto-monitor.sh +86 -0
- package/scripts/setup-windows-audio.ps1 +0 -0
- package/src/commands/install-mcp.js +0 -0
- package/src/installer.js +18 -0
- package/templates/activation-instructions-bmad.md +0 -0
- package/templates/output-styles/agent-vibes.md +0 -0
- package/test/README.md +0 -0
- package/test/helpers/test-helper.bash +0 -0
- package/test/test-framework.md +0 -0
- package/test/unit/personality-manager.bats +0 -0
- package/test/unit/play-tts.bats +0 -0
- package/test/unit/voice-manager.bats +0 -0
- /package/bin/{mcp-server → mcp-server.sh} +0 -0
package/INSTALL_MCP_WINDOWS.md
CHANGED
|
@@ -1,75 +1,153 @@
|
|
|
1
|
-
# Install MCP
|
|
1
|
+
# Install AgentVibes MCP on Windows
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## Prerequisites
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
1. **Python 3.10+** - Download from [python.org](https://python.org)
|
|
6
|
+
2. **Node.js 16+** - Should already be installed if you have Claude Desktop
|
|
7
|
+
3. **ElevenLabs API Key** (optional) - Get from [elevenlabs.io](https://elevenlabs.io)
|
|
8
|
+
|
|
9
|
+
## Installation
|
|
10
|
+
|
|
11
|
+
### Option 1: NPX (Recommended)
|
|
12
|
+
|
|
13
|
+
AgentVibes MCP is published to npm and can be installed automatically via NPX.
|
|
14
|
+
|
|
15
|
+
#### Step 1: Set Environment Variable
|
|
16
|
+
|
|
17
|
+
Open **PowerShell** and set your ElevenLabs API key (if using ElevenLabs):
|
|
18
|
+
|
|
19
|
+
```powershell
|
|
20
|
+
setx ELEVENLABS_API_KEY "your-api-key-here"
|
|
21
|
+
```
|
|
22
|
+
|
|
23
|
+
If you don't have an API key, Piper TTS (free, offline) will be used automatically.
|
|
24
|
+
|
|
25
|
+
#### Step 2: Configure Claude Desktop
|
|
26
|
+
|
|
27
|
+
Open your Claude Desktop config file:
|
|
28
|
+
```
|
|
29
|
+
C:\Users\YOUR_USERNAME\AppData\Roaming\Claude\claude_desktop_config.json
|
|
6
30
|
```
|
|
7
|
-
|
|
31
|
+
|
|
32
|
+
Add this to the `mcpServers` section:
|
|
33
|
+
|
|
34
|
+
```json
|
|
35
|
+
{
|
|
36
|
+
"mcpServers": {
|
|
37
|
+
"agentvibes": {
|
|
38
|
+
"command": "npx",
|
|
39
|
+
"args": [
|
|
40
|
+
"-y",
|
|
41
|
+
"-p",
|
|
42
|
+
"agentvibes@beta",
|
|
43
|
+
"agentvibes-mcp-server"
|
|
44
|
+
],
|
|
45
|
+
"env": {
|
|
46
|
+
"ELEVENLABS_API_KEY": "${ELEVENLABS_API_KEY}"
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
}
|
|
8
51
|
```
|
|
9
52
|
|
|
10
|
-
|
|
53
|
+
**⚠️ IMPORTANT:** The `-p` flag is critical for NPX to correctly parse the command!
|
|
54
|
+
|
|
55
|
+
#### Step 3: Restart Claude Desktop
|
|
56
|
+
|
|
57
|
+
1. **Completely exit** Claude Desktop (right-click system tray → Exit)
|
|
58
|
+
2. **Wait 5 seconds**
|
|
59
|
+
3. **Restart** Claude Desktop
|
|
60
|
+
|
|
61
|
+
The first launch will download AgentVibes and install Python dependencies automatically.
|
|
62
|
+
|
|
63
|
+
#### Step 4: Verify
|
|
64
|
+
|
|
65
|
+
In Claude Desktop, try:
|
|
66
|
+
- "List available voices"
|
|
67
|
+
- "Use text to speech to say hello"
|
|
68
|
+
|
|
69
|
+
## Troubleshooting
|
|
11
70
|
|
|
12
|
-
|
|
71
|
+
### Error: "No module named 'mcp'"
|
|
13
72
|
|
|
14
|
-
|
|
73
|
+
The Python MCP package is missing. Install it:
|
|
15
74
|
|
|
16
75
|
```powershell
|
|
17
76
|
pip install mcp
|
|
18
77
|
```
|
|
19
78
|
|
|
20
|
-
Or
|
|
21
|
-
|
|
79
|
+
Or:
|
|
22
80
|
```powershell
|
|
23
81
|
python -m pip install mcp
|
|
24
82
|
```
|
|
25
83
|
|
|
26
|
-
|
|
84
|
+
### Error: "Python 3 Not Found"
|
|
27
85
|
|
|
28
|
-
|
|
29
|
-
|
|
86
|
+
Install Python 3.10+ from [python.org](https://python.org), then restart Claude Desktop.
|
|
87
|
+
|
|
88
|
+
### Error: "bin/mcp-server: No such file or directory"
|
|
89
|
+
|
|
90
|
+
You're using the wrong NPX syntax. Make sure your config includes the `-p` flag:
|
|
91
|
+
|
|
92
|
+
```json
|
|
93
|
+
"args": ["-y", "-p", "agentvibes@beta", "agentvibes-mcp-server"]
|
|
30
94
|
```
|
|
31
95
|
|
|
32
|
-
|
|
96
|
+
**NOT:**
|
|
97
|
+
```json
|
|
98
|
+
"args": ["-y", "agentvibes@beta", "agentvibes-mcp-server"] ❌ Missing -p
|
|
99
|
+
```
|
|
33
100
|
|
|
34
|
-
|
|
35
|
-
2. The AgentVibes MCP server should now work!
|
|
101
|
+
### Check Logs
|
|
36
102
|
|
|
37
|
-
|
|
103
|
+
View the MCP server logs:
|
|
104
|
+
```
|
|
105
|
+
C:\Users\YOUR_USERNAME\AppData\Roaming\Claude\logs\mcp-server-agentvibes.log
|
|
106
|
+
```
|
|
38
107
|
|
|
39
|
-
|
|
40
|
-
- "What AgentVibes tools do you have?"
|
|
41
|
-
- "Use text to speech to say hello"
|
|
108
|
+
### Clear NPX Cache
|
|
42
109
|
|
|
43
|
-
|
|
110
|
+
If you're stuck on an old version:
|
|
44
111
|
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
- **Provider:** Piper TTS (free, offline - no API key needed)
|
|
112
|
+
```powershell
|
|
113
|
+
npx clear-npx-cache
|
|
114
|
+
```
|
|
49
115
|
|
|
50
|
-
|
|
116
|
+
Then restart Claude Desktop to download fresh.
|
|
117
|
+
|
|
118
|
+
## Configuration Options
|
|
119
|
+
|
|
120
|
+
### Using Piper TTS (Free, Offline)
|
|
121
|
+
|
|
122
|
+
Remove or omit the `ELEVENLABS_API_KEY` environment variable. Piper will be used automatically.
|
|
123
|
+
|
|
124
|
+
### Using ElevenLabs (Premium)
|
|
125
|
+
|
|
126
|
+
Set your API key:
|
|
127
|
+
```powershell
|
|
128
|
+
setx ELEVENLABS_API_KEY "your-key"
|
|
129
|
+
```
|
|
51
130
|
|
|
52
|
-
|
|
131
|
+
### Beta vs Stable
|
|
53
132
|
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
Should be Python 3.10 or higher
|
|
133
|
+
- **Beta:** Latest features, may have bugs
|
|
134
|
+
```json
|
|
135
|
+
"args": ["-y", "-p", "agentvibes@beta", "agentvibes-mcp-server"]
|
|
136
|
+
```
|
|
59
137
|
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
138
|
+
- **Stable:** Production-ready
|
|
139
|
+
```json
|
|
140
|
+
"args": ["-y", "-p", "agentvibes@latest", "agentvibes-mcp-server"]
|
|
141
|
+
```
|
|
64
142
|
|
|
65
|
-
|
|
66
|
-
```powershell
|
|
67
|
-
C:\Users\Paul\AppData\Local\Programs\Python\Python312\python.exe -m pip install mcp
|
|
68
|
-
```
|
|
143
|
+
## Next Steps
|
|
69
144
|
|
|
70
|
-
|
|
71
|
-
|
|
145
|
+
Once installed, explore these slash commands in Claude Code:
|
|
146
|
+
- `/agent-vibes:list` - List available voices
|
|
147
|
+
- `/agent-vibes:switch <voice>` - Change voice
|
|
148
|
+
- `/agent-vibes:personality <name>` - Set personality style
|
|
149
|
+
- `/agent-vibes:provider` - Manage TTS providers
|
|
72
150
|
|
|
73
151
|
---
|
|
74
152
|
|
|
75
|
-
🎤 **Ready to make
|
|
153
|
+
🎤 **Ready to make your AI agents speak!**
|
package/LICENSE
CHANGED
|
File without changes
|
package/NPM_PUBLISH_GUIDE.md
CHANGED
|
File without changes
|
package/README.md
CHANGED
|
@@ -123,6 +123,20 @@ Instead of remembering slash commands like `/agent-vibes:switch Aria`, just say:
|
|
|
123
123
|
- The MCP server will automatically install Python packages (mcp, pipx, Piper TTS)
|
|
124
124
|
- But Python 3 itself must be installed first by you
|
|
125
125
|
|
|
126
|
+
**Step 1: Set Your ElevenLabs API Key (Windows)**
|
|
127
|
+
|
|
128
|
+
Open Command Prompt or PowerShell and run:
|
|
129
|
+
```cmd
|
|
130
|
+
setx ELEVENLABS_API_KEY "your-api-key-here"
|
|
131
|
+
```
|
|
132
|
+
|
|
133
|
+
**Important:** After running `setx`, you must:
|
|
134
|
+
1. Close Claude Desktop completely (if running)
|
|
135
|
+
2. Open a **new** terminal window (the variable won't be available in current terminal)
|
|
136
|
+
3. Restart Claude Desktop
|
|
137
|
+
|
|
138
|
+
**Step 2: Configure Claude Desktop**
|
|
139
|
+
|
|
126
140
|
Add to `~/Library/Application Support/Claude/claude_desktop_config.json` (macOS) or `%APPDATA%\Claude\claude_desktop_config.json` (Windows):
|
|
127
141
|
|
|
128
142
|
```json
|
|
@@ -130,15 +144,14 @@ Add to `~/Library/Application Support/Claude/claude_desktop_config.json` (macOS)
|
|
|
130
144
|
"mcpServers": {
|
|
131
145
|
"agentvibes": {
|
|
132
146
|
"command": "npx",
|
|
133
|
-
"args": ["-y", "agentvibes-mcp-server"]
|
|
134
|
-
"env": {
|
|
135
|
-
"ELEVENLABS_API_KEY": "${ELEVENLABS_API_KEY}"
|
|
136
|
-
}
|
|
147
|
+
"args": ["-y", "agentvibes@beta", "agentvibes-mcp-server"]
|
|
137
148
|
}
|
|
138
149
|
}
|
|
139
150
|
}
|
|
140
151
|
```
|
|
141
152
|
|
|
153
|
+
**Note:** The `env` section is optional. Claude Desktop automatically inherits Windows environment variables, so if you've set `ELEVENLABS_API_KEY` with `setx`, it will be available automatically.
|
|
154
|
+
|
|
142
155
|
#### For Warp Terminal
|
|
143
156
|
|
|
144
157
|
Add to `~/.warp/mcp.json`:
|
|
@@ -147,7 +160,7 @@ Add to `~/.warp/mcp.json`:
|
|
|
147
160
|
{
|
|
148
161
|
"agentvibes": {
|
|
149
162
|
"command": "npx",
|
|
150
|
-
"args": ["-y", "agentvibes-mcp-server"],
|
|
163
|
+
"args": ["-y", "agentvibes@beta", "agentvibes-mcp-server"],
|
|
151
164
|
"env": {
|
|
152
165
|
"ELEVENLABS_API_KEY": "${ELEVENLABS_API_KEY}"
|
|
153
166
|
}
|
|
@@ -164,7 +177,7 @@ Add to `.mcp-minimal.json` in your project:
|
|
|
164
177
|
"mcpServers": {
|
|
165
178
|
"agentvibes": {
|
|
166
179
|
"command": "npx",
|
|
167
|
-
"args": ["-y", "agentvibes-mcp-server"],
|
|
180
|
+
"args": ["-y", "agentvibes@beta", "agentvibes-mcp-server"],
|
|
168
181
|
"env": {
|
|
169
182
|
"ELEVENLABS_API_KEY": "${ELEVENLABS_API_KEY}"
|
|
170
183
|
}
|
package/RELEASE_NOTES.md
CHANGED
|
@@ -1,5 +1,102 @@
|
|
|
1
1
|
# 🎤 AgentVibes Release Notes
|
|
2
2
|
|
|
3
|
+
## 📦 v2.0.17-beta.12 - Sequential Audio & Target Language Replay (2025-10-16)
|
|
4
|
+
|
|
5
|
+
### 🎯 AI Summary
|
|
6
|
+
|
|
7
|
+
This release significantly improves the language learning experience by solving audio playback timing issues and adding essential replay functionality. Users can now enjoy seamless sequential audio playback where translations wait for the main language to finish, and a new replay command allows learners to hear target language audio again without triggering new translations.
|
|
8
|
+
|
|
9
|
+
### ✨ New Features
|
|
10
|
+
|
|
11
|
+
#### Sequential Audio Playback
|
|
12
|
+
- **No More Overlapping Audio**: Target language now waits for main language to complete
|
|
13
|
+
- **Lock File Mechanism**: Uses `/tmp/agentvibes-audio.lock` for coordination
|
|
14
|
+
- **Precise Timing**: Detects audio duration with ffprobe for accurate sequencing
|
|
15
|
+
- **Auto-timeout**: 30-second safety timeout prevents stuck locks
|
|
16
|
+
|
|
17
|
+
#### Target Language Replay Command
|
|
18
|
+
- **New Command**: `/agent-vibes:replay-target` replays last target language audio
|
|
19
|
+
- **Perfect for Learning**: Hear translations again without re-triggering TTS
|
|
20
|
+
- **Automatic Tracking**: Saves target audio path to `.claude/last-target-audio.txt`
|
|
21
|
+
- **Works Seamlessly**: Integrated with language learning mode
|
|
22
|
+
|
|
23
|
+
### 🐛 Bug Fixes
|
|
24
|
+
|
|
25
|
+
#### Audio Quality
|
|
26
|
+
- **128kbps Bitrate Preserved**: Fixed ffmpeg downsampling from 128kbps to 64kbps
|
|
27
|
+
- **No More Static**: Eliminated quality degradation during audio padding
|
|
28
|
+
- **Added `-b:a 128k` Parameter**: Explicit bitrate specification in ffmpeg
|
|
29
|
+
|
|
30
|
+
#### JSON Escaping (ElevenLabs)
|
|
31
|
+
- **Robust API Communication**: Now uses jq for proper JSON escaping
|
|
32
|
+
- **Special Characters Fixed**: Handles quotes, backslashes, and newlines correctly
|
|
33
|
+
- **Prevents API Errors**: No more "Invalid \\escape" errors from ElevenLabs
|
|
34
|
+
|
|
35
|
+
### 📁 Modified Files
|
|
36
|
+
|
|
37
|
+
- `.claude/hooks/play-tts-piper.sh` - Added sequential playback + target tracking
|
|
38
|
+
- `.claude/hooks/play-tts-elevenlabs.sh` - Added sequential playback + target tracking + JSON fix
|
|
39
|
+
- `.claude/commands/agent-vibes/replay-target.md` - New slash command
|
|
40
|
+
- `.claude/hooks/replay-target-audio.sh` - Replay implementation
|
|
41
|
+
|
|
42
|
+
### 🎓 User Impact
|
|
43
|
+
|
|
44
|
+
#### Language Learners
|
|
45
|
+
✅ **Crystal Clear Audio**: No overlapping English and Spanish
|
|
46
|
+
✅ **Practice Listening**: Replay target language as many times as needed
|
|
47
|
+
✅ **Better Quality**: Full 128kbps audio without static or degradation
|
|
48
|
+
|
|
49
|
+
#### All Users
|
|
50
|
+
✅ **More Reliable**: Proper JSON escaping prevents API failures
|
|
51
|
+
✅ **Smoother Experience**: Sequential playback feels more natural
|
|
52
|
+
|
|
53
|
+
### 🚀 How to Use
|
|
54
|
+
|
|
55
|
+
**Enable Language Learning Mode:**
|
|
56
|
+
```bash
|
|
57
|
+
/agent-vibes:learn spanish
|
|
58
|
+
```
|
|
59
|
+
|
|
60
|
+
**Replay Last Target Audio:**
|
|
61
|
+
```bash
|
|
62
|
+
/agent-vibes:replay-target
|
|
63
|
+
```
|
|
64
|
+
|
|
65
|
+
**The Flow:**
|
|
66
|
+
1. Ask a question or make a statement
|
|
67
|
+
2. Hear English response (waits to complete)
|
|
68
|
+
3. Hear Spanish translation (plays after English)
|
|
69
|
+
4. Use `/agent-vibes:replay-target` to hear Spanish again
|
|
70
|
+
|
|
71
|
+
### 🔧 Technical Details
|
|
72
|
+
|
|
73
|
+
**Sequential Playback Implementation:**
|
|
74
|
+
- Lock file created before audio starts
|
|
75
|
+
- Audio duration detected with ffprobe
|
|
76
|
+
- Background process waits for duration then releases lock
|
|
77
|
+
- Next audio waits up to 30 seconds for lock release
|
|
78
|
+
|
|
79
|
+
**Target Language Tracking:**
|
|
80
|
+
- Only tracks when `CURRENT_LANGUAGE != "english"`
|
|
81
|
+
- Path saved to project-local `.claude/last-target-audio.txt`
|
|
82
|
+
- Replay script validates file exists before playback
|
|
83
|
+
|
|
84
|
+
### 📝 Breaking Changes
|
|
85
|
+
|
|
86
|
+
None - fully backward compatible with existing installations.
|
|
87
|
+
|
|
88
|
+
### 🐛 Known Issues
|
|
89
|
+
|
|
90
|
+
None reported.
|
|
91
|
+
|
|
92
|
+
---
|
|
93
|
+
|
|
94
|
+
**Previous Release:** v2.0.17-beta.11
|
|
95
|
+
**Release Date:** October 16, 2025
|
|
96
|
+
**Git Commit:** f4d3899
|
|
97
|
+
|
|
98
|
+
---
|
|
99
|
+
|
|
3
100
|
## 📦 v2.0.16 - Remote Audio Setup Guide & Scripts (2025-10-12)
|
|
4
101
|
|
|
5
102
|
### 🤖 AI Summary
|
package/RELEASE_NOTES_V2.md
CHANGED
|
@@ -91,6 +91,107 @@ AgentVibes now speaks **30+ languages** with native voice quality!
|
|
|
91
91
|
|
|
92
92
|
---
|
|
93
93
|
|
|
94
|
+
### 🎓 Language Learning Mode (Beta)
|
|
95
|
+
|
|
96
|
+
**Learn languages naturally with dual-language TTS!**
|
|
97
|
+
|
|
98
|
+
AgentVibes now includes a **language learning mode** that helps you learn new languages through context and repetition. Every acknowledgment and completion is spoken TWICE - first in your main language (English), then in your target language.
|
|
99
|
+
|
|
100
|
+
#### **How It Works:**
|
|
101
|
+
|
|
102
|
+
1. **Set your target language** - Choose from 30+ supported languages
|
|
103
|
+
2. **Enable learning mode** - Activates dual-language TTS
|
|
104
|
+
3. **Natural repetition** - Hear everything twice in context
|
|
105
|
+
4. **Adjustable speed** - Slow down target language for better comprehension
|
|
106
|
+
|
|
107
|
+
#### **New Learning Commands:**
|
|
108
|
+
|
|
109
|
+
```bash
|
|
110
|
+
# Set the language you want to learn
|
|
111
|
+
/agent-vibes:target spanish
|
|
112
|
+
/agent-vibes:target french
|
|
113
|
+
/agent-vibes:target german
|
|
114
|
+
|
|
115
|
+
# Set voice for target language (auto-selected based on provider)
|
|
116
|
+
/agent-vibes:target-voice Antoni # ElevenLabs
|
|
117
|
+
/agent-vibes:target-voice es_ES-davefx-medium # Piper
|
|
118
|
+
|
|
119
|
+
# Enable/disable learning mode
|
|
120
|
+
/agent-vibes:learn
|
|
121
|
+
|
|
122
|
+
# Set your main/native language
|
|
123
|
+
/agent-vibes:language english
|
|
124
|
+
|
|
125
|
+
# Adjust speech speed (Piper only)
|
|
126
|
+
/agent-vibes:set-speed 2x # 2x slower (great for learning)
|
|
127
|
+
/agent-vibes:set-speed target 2x # Slow down target language only
|
|
128
|
+
/agent-vibes:set-speed normal # Reset to normal speed
|
|
129
|
+
```
|
|
130
|
+
|
|
131
|
+
#### **Example Learning Session:**
|
|
132
|
+
|
|
133
|
+
```
|
|
134
|
+
User: "hello"
|
|
135
|
+
|
|
136
|
+
Claude (English): "Hey there! Great to hear from you!"
|
|
137
|
+
🔊 Plays in English with your configured voice
|
|
138
|
+
|
|
139
|
+
Claude (Spanish): "¡Hola! ¡Qué bueno saber de ti!"
|
|
140
|
+
🔊 Plays in Spanish with target voice (Antoni/es_ES-davefx-medium)
|
|
141
|
+
```
|
|
142
|
+
|
|
143
|
+
#### **Advanced Features:**
|
|
144
|
+
|
|
145
|
+
**🎚️ Speech Rate Control (Piper TTS):**
|
|
146
|
+
- Slow down target language for better comprehension
|
|
147
|
+
- Separate speed controls for main and target languages
|
|
148
|
+
- Intuitive syntax: `2x` = 2x slower, `0.5x` = 2x faster
|
|
149
|
+
- Perfect for language learners who need more time to process
|
|
150
|
+
|
|
151
|
+
**🔄 Mixed Provider Support:**
|
|
152
|
+
- Use **ElevenLabs for English** (premium quality)
|
|
153
|
+
- Use **Piper for Spanish** (free, slower speech)
|
|
154
|
+
- System auto-detects provider from voice name
|
|
155
|
+
- Seamless switching between providers
|
|
156
|
+
|
|
157
|
+
**🎯 Auto-Voice Selection:**
|
|
158
|
+
- System automatically selects the best voice for your target language
|
|
159
|
+
- Provider-aware: ElevenLabs voices for ElevenLabs, Piper voices for Piper
|
|
160
|
+
- Smart fallback if preferred voice unavailable
|
|
161
|
+
|
|
162
|
+
**🌍 Supported Target Languages:**
|
|
163
|
+
Spanish, French, German, Italian, Portuguese, Chinese, Japanese, Korean, Russian, Arabic, Hindi, Polish, Dutch, Turkish, Swedish, Danish, Norwegian, Finnish, Czech, Romanian, Ukrainian, Greek, Bulgarian, Croatian, Slovak, and more!
|
|
164
|
+
|
|
165
|
+
#### **Voice Mappings by Provider:**
|
|
166
|
+
|
|
167
|
+
**ElevenLabs Voices:**
|
|
168
|
+
- Spanish → Antoni
|
|
169
|
+
- French → Rachel
|
|
170
|
+
- German → Domi
|
|
171
|
+
- Italian → Bella
|
|
172
|
+
- Portuguese → Matilda
|
|
173
|
+
- Chinese, Japanese, Korean → Antoni (multilingual)
|
|
174
|
+
|
|
175
|
+
**Piper Voices (Free, Offline):**
|
|
176
|
+
- Spanish → es_ES-davefx-medium
|
|
177
|
+
- French → fr_FR-siwis-medium
|
|
178
|
+
- German → de_DE-thorsten-medium
|
|
179
|
+
- Italian → it_IT-riccardo-x_low
|
|
180
|
+
- Portuguese → pt_BR-faber-medium
|
|
181
|
+
- Chinese → zh_CN-huayan-medium
|
|
182
|
+
- Japanese → ja_JP-hikari-medium
|
|
183
|
+
|
|
184
|
+
#### **Why This Helps Learning:**
|
|
185
|
+
|
|
186
|
+
1. **Context-based learning** - Hear words/phrases in real situations
|
|
187
|
+
2. **Natural repetition** - Every message twice, reinforcing vocabulary
|
|
188
|
+
3. **Pronunciation practice** - Native-quality voices model correct pronunciation
|
|
189
|
+
4. **Adjustable pace** - Slow down difficult phrases with speed control
|
|
190
|
+
5. **Consistent exposure** - Learn while coding, naturally building vocabulary
|
|
191
|
+
6. **No extra effort** - Learning happens passively as you work
|
|
192
|
+
|
|
193
|
+
---
|
|
194
|
+
|
|
94
195
|
### 🎤 Expanded Voice Library (27+ Voices)
|
|
95
196
|
|
|
96
197
|
**New multilingual voices added:**
|
|
@@ -269,6 +370,8 @@ sarcastic, flirty, pirate, grandpa, dry-humor, angry, robot, zen, professional,
|
|
|
269
370
|
│ ├── provider-manager.sh # Provider switching
|
|
270
371
|
│ ├── provider-commands.sh # Provider CLI
|
|
271
372
|
│ ├── language-manager.sh # Language system
|
|
373
|
+
│ ├── learn-manager.sh # Language learning mode
|
|
374
|
+
│ ├── speed-manager.sh # Speech rate control (Piper)
|
|
272
375
|
│ ├── voice-manager.sh # Voice switching
|
|
273
376
|
│ ├── personality-manager.sh # Personality system
|
|
274
377
|
│ ├── sentiment-manager.sh # Sentiment system
|
|
@@ -289,6 +392,12 @@ sarcastic, flirty, pirate, grandpa, dry-humor, angry, robot, zen, professional,
|
|
|
289
392
|
- `tts-personality.txt` - Active personality
|
|
290
393
|
- `tts-sentiment.txt` - Active sentiment
|
|
291
394
|
- `tts-language.txt` - Selected language
|
|
395
|
+
- `tts-learn-mode.txt` - Learning mode status (ON/OFF)
|
|
396
|
+
- `tts-target-language.txt` - Target language for learning
|
|
397
|
+
- `tts-target-voice.txt` - Voice for target language
|
|
398
|
+
- `tts-main-language.txt` - Main/native language
|
|
399
|
+
- `config/piper-speech-rate.txt` - Main voice speech rate (Piper)
|
|
400
|
+
- `config/piper-target-speech-rate.txt` - Target voice speech rate (Piper)
|
|
292
401
|
|
|
293
402
|
---
|
|
294
403
|
|
|
@@ -315,6 +424,15 @@ sarcastic, flirty, pirate, grandpa, dry-humor, angry, robot, zen, professional,
|
|
|
315
424
|
- `/agent-vibes:set-language list` - Show languages
|
|
316
425
|
- `/agent-vibes:set-language english` - Reset to English
|
|
317
426
|
|
|
427
|
+
### Language Learning Commands:
|
|
428
|
+
- `/agent-vibes:target <language>` - Set target language to learn
|
|
429
|
+
- `/agent-vibes:target-voice <voice>` - Set voice for target language
|
|
430
|
+
- `/agent-vibes:learn` - Enable/disable learning mode
|
|
431
|
+
- `/agent-vibes:language <language>` - Set main/native language
|
|
432
|
+
- `/agent-vibes:set-speed <speed>` - Set speech rate (Piper only)
|
|
433
|
+
- `/agent-vibes:set-speed target <speed>` - Set target language speed
|
|
434
|
+
- `/agent-vibes:set-speed get` - Show current speed settings
|
|
435
|
+
|
|
318
436
|
### Personality Commands:
|
|
319
437
|
- `/agent-vibes:personality <name>` - Set personality
|
|
320
438
|
- `/agent-vibes:personality list` - Show all
|
|
@@ -407,6 +525,17 @@ sarcastic, flirty, pirate, grandpa, dry-humor, angry, robot, zen, professional,
|
|
|
407
525
|
|
|
408
526
|
## 🐛 Bug Fixes
|
|
409
527
|
|
|
528
|
+
### v2.0.17-beta Series (Language Learning Mode):
|
|
529
|
+
- **Fixed ElevenLabs audio static** - Added MP3 codec (`-c:a libmp3lame`) to prevent WAV format issues
|
|
530
|
+
- **Fixed MCP provider switching** - Enhanced non-interactive detection with `CLAUDE_PROJECT_DIR` check
|
|
531
|
+
- **Fixed target voice sync** - Auto-updates target voice when switching providers
|
|
532
|
+
- **Fixed voice/provider mismatches** - Output style now lets system choose voice based on active provider
|
|
533
|
+
- **Fixed learning mode config** - Corrected file names (`tts-learn-mode.txt`) and value checks (`ON`/`OFF`)
|
|
534
|
+
- **Fixed Piper speech rate** - Properly reads numeric values from config files (strips comments)
|
|
535
|
+
- **Fixed interactive prompts in MCP** - Provider switch commands now work seamlessly via slash commands
|
|
536
|
+
- **Fixed Spanish voice download** - Voice models now download automatically with user consent
|
|
537
|
+
|
|
538
|
+
### v2.0.0 Core Fixes:
|
|
410
539
|
- Fixed symlink support for shared hooks
|
|
411
540
|
- Fixed WSL audio static with silence padding
|
|
412
541
|
- Fixed installer directory detection for npx
|
|
@@ -419,15 +548,17 @@ sarcastic, flirty, pirate, grandpa, dry-humor, angry, robot, zen, professional,
|
|
|
419
548
|
|
|
420
549
|
## 📊 Statistics
|
|
421
550
|
|
|
422
|
-
**v2.0.
|
|
551
|
+
**v2.0.17-beta by the numbers:**
|
|
423
552
|
- 🎤 **200+ voices** across both providers
|
|
424
|
-
- 🌍 **30+ languages** supported
|
|
553
|
+
- 🌍 **30+ languages** supported (learning mode for all)
|
|
554
|
+
- 🎓 **1 language learning mode** with dual-language TTS
|
|
425
555
|
- 🎭 **19 personalities** included
|
|
426
556
|
- 💭 **19 sentiments** available
|
|
427
|
-
- 📝 **
|
|
428
|
-
- 🔧 **
|
|
429
|
-
- 🔌 **2 TTS providers** available
|
|
557
|
+
- 📝 **20+ slash commands** total (incl. learning commands)
|
|
558
|
+
- 🔧 **14 hook scripts** installed (incl. learn-manager, speed-manager)
|
|
559
|
+
- 🔌 **2 TTS providers** available (mixed provider support)
|
|
430
560
|
- 🤖 **10 BMAD agents** with voice mapping
|
|
561
|
+
- 🎚️ **Adjustable speech rate** for Piper TTS (0.5x - 3x)
|
|
431
562
|
|
|
432
563
|
---
|
|
433
564
|
|
|
@@ -0,0 +1,21 @@
|
|
|
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
|
|
@@ -0,0 +1,68 @@
|
|
|
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! 🎵
|
|
@@ -0,0 +1,53 @@
|
|
|
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
|
+
}
|