agentvibes 2.4.3 → 2.5.0

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 (135) hide show
  1. package/.bmad-core/agent-teams/team-all.yaml +15 -0
  2. package/.bmad-core/agent-teams/team-fullstack.yaml +19 -0
  3. package/.bmad-core/agent-teams/team-ide-minimal.yaml +11 -0
  4. package/.bmad-core/agent-teams/team-no-ui.yaml +14 -0
  5. package/.bmad-core/agents/analyst.md +84 -0
  6. package/.bmad-core/agents/architect.md +85 -0
  7. package/.bmad-core/agents/bmad-master.md +110 -0
  8. package/.bmad-core/agents/bmad-orchestrator.md +147 -0
  9. package/.bmad-core/agents/dev.md +81 -0
  10. package/.bmad-core/agents/pm.md +84 -0
  11. package/.bmad-core/agents/po.md +79 -0
  12. package/.bmad-core/agents/qa.md +87 -0
  13. package/.bmad-core/agents/sm.md +65 -0
  14. package/.bmad-core/agents/ux-expert.md +69 -0
  15. package/.bmad-core/checklists/architect-checklist.md +440 -0
  16. package/.bmad-core/checklists/change-checklist.md +184 -0
  17. package/.bmad-core/checklists/pm-checklist.md +372 -0
  18. package/.bmad-core/checklists/po-master-checklist.md +434 -0
  19. package/.bmad-core/checklists/story-dod-checklist.md +96 -0
  20. package/.bmad-core/checklists/story-draft-checklist.md +155 -0
  21. package/.bmad-core/core-config.yaml +22 -0
  22. package/.bmad-core/data/bmad-kb.md +809 -0
  23. package/.bmad-core/data/brainstorming-techniques.md +38 -0
  24. package/.bmad-core/data/elicitation-methods.md +156 -0
  25. package/.bmad-core/data/technical-preferences.md +5 -0
  26. package/.bmad-core/data/test-levels-framework.md +148 -0
  27. package/.bmad-core/data/test-priorities-matrix.md +174 -0
  28. package/.bmad-core/enhanced-ide-development-workflow.md +248 -0
  29. package/.bmad-core/install-manifest.yaml +230 -0
  30. package/.bmad-core/tasks/advanced-elicitation.md +119 -0
  31. package/.bmad-core/tasks/apply-qa-fixes.md +150 -0
  32. package/.bmad-core/tasks/brownfield-create-epic.md +162 -0
  33. package/.bmad-core/tasks/brownfield-create-story.md +149 -0
  34. package/.bmad-core/tasks/correct-course.md +72 -0
  35. package/.bmad-core/tasks/create-brownfield-story.md +314 -0
  36. package/.bmad-core/tasks/create-deep-research-prompt.md +280 -0
  37. package/.bmad-core/tasks/create-doc.md +103 -0
  38. package/.bmad-core/tasks/create-next-story.md +114 -0
  39. package/.bmad-core/tasks/document-project.md +345 -0
  40. package/.bmad-core/tasks/execute-checklist.md +88 -0
  41. package/.bmad-core/tasks/facilitate-brainstorming-session.md +138 -0
  42. package/.bmad-core/tasks/generate-ai-frontend-prompt.md +53 -0
  43. package/.bmad-core/tasks/index-docs.md +175 -0
  44. package/.bmad-core/tasks/kb-mode-interaction.md +77 -0
  45. package/.bmad-core/tasks/nfr-assess.md +345 -0
  46. package/.bmad-core/tasks/qa-gate.md +163 -0
  47. package/.bmad-core/tasks/review-story.md +316 -0
  48. package/.bmad-core/tasks/risk-profile.md +355 -0
  49. package/.bmad-core/tasks/shard-doc.md +187 -0
  50. package/.bmad-core/tasks/test-design.md +176 -0
  51. package/.bmad-core/tasks/trace-requirements.md +266 -0
  52. package/.bmad-core/tasks/validate-next-story.md +136 -0
  53. package/.bmad-core/templates/architecture-tmpl.yaml +651 -0
  54. package/.bmad-core/templates/brainstorming-output-tmpl.yaml +156 -0
  55. package/.bmad-core/templates/brownfield-architecture-tmpl.yaml +477 -0
  56. package/.bmad-core/templates/brownfield-prd-tmpl.yaml +281 -0
  57. package/.bmad-core/templates/competitor-analysis-tmpl.yaml +307 -0
  58. package/.bmad-core/templates/front-end-architecture-tmpl.yaml +219 -0
  59. package/.bmad-core/templates/front-end-spec-tmpl.yaml +350 -0
  60. package/.bmad-core/templates/fullstack-architecture-tmpl.yaml +824 -0
  61. package/.bmad-core/templates/market-research-tmpl.yaml +253 -0
  62. package/.bmad-core/templates/prd-tmpl.yaml +203 -0
  63. package/.bmad-core/templates/project-brief-tmpl.yaml +222 -0
  64. package/.bmad-core/templates/qa-gate-tmpl.yaml +103 -0
  65. package/.bmad-core/templates/story-tmpl.yaml +138 -0
  66. package/.bmad-core/user-guide.md +577 -0
  67. package/.bmad-core/utils/bmad-doc-template.md +327 -0
  68. package/.bmad-core/utils/workflow-management.md +71 -0
  69. package/.bmad-core/workflows/brownfield-fullstack.yaml +298 -0
  70. package/.bmad-core/workflows/brownfield-service.yaml +188 -0
  71. package/.bmad-core/workflows/brownfield-ui.yaml +198 -0
  72. package/.bmad-core/workflows/greenfield-fullstack.yaml +241 -0
  73. package/.bmad-core/workflows/greenfield-service.yaml +207 -0
  74. package/.bmad-core/workflows/greenfield-ui.yaml +236 -0
  75. package/.bmad-core/working-in-the-brownfield.md +606 -0
  76. package/.claude/commands/BMad/analyst.md +88 -0
  77. package/.claude/commands/BMad/architect.md +89 -0
  78. package/.claude/commands/BMad/bmad-master.md +114 -0
  79. package/.claude/commands/BMad/bmad-orchestrator.md +151 -0
  80. package/.claude/commands/BMad/dev.md +85 -0
  81. package/.claude/commands/BMad/pm.md +88 -0
  82. package/.claude/commands/BMad/po.md +83 -0
  83. package/.claude/commands/BMad/qa.md +91 -0
  84. package/.claude/commands/BMad/sm.md +69 -0
  85. package/.claude/commands/BMad/tasks/advanced-elicitation.md +123 -0
  86. package/.claude/commands/BMad/tasks/apply-qa-fixes.md +154 -0
  87. package/.claude/commands/BMad/tasks/brownfield-create-epic.md +166 -0
  88. package/.claude/commands/BMad/tasks/brownfield-create-story.md +153 -0
  89. package/.claude/commands/BMad/tasks/correct-course.md +76 -0
  90. package/.claude/commands/BMad/tasks/create-brownfield-story.md +318 -0
  91. package/.claude/commands/BMad/tasks/create-deep-research-prompt.md +284 -0
  92. package/.claude/commands/BMad/tasks/create-doc.md +107 -0
  93. package/.claude/commands/BMad/tasks/create-next-story.md +118 -0
  94. package/.claude/commands/BMad/tasks/document-project.md +349 -0
  95. package/.claude/commands/BMad/tasks/execute-checklist.md +92 -0
  96. package/.claude/commands/BMad/tasks/facilitate-brainstorming-session.md +142 -0
  97. package/.claude/commands/BMad/tasks/generate-ai-frontend-prompt.md +57 -0
  98. package/.claude/commands/BMad/tasks/index-docs.md +179 -0
  99. package/.claude/commands/BMad/tasks/kb-mode-interaction.md +81 -0
  100. package/.claude/commands/BMad/tasks/nfr-assess.md +349 -0
  101. package/.claude/commands/BMad/tasks/qa-gate.md +167 -0
  102. package/.claude/commands/BMad/tasks/review-story.md +320 -0
  103. package/.claude/commands/BMad/tasks/risk-profile.md +359 -0
  104. package/.claude/commands/BMad/tasks/shard-doc.md +191 -0
  105. package/.claude/commands/BMad/tasks/test-design.md +180 -0
  106. package/.claude/commands/BMad/tasks/trace-requirements.md +270 -0
  107. package/.claude/commands/BMad/tasks/validate-next-story.md +140 -0
  108. package/.claude/commands/BMad/ux-expert.md +73 -0
  109. package/.claude/commands/agent-vibes/verbosity.md +89 -0
  110. package/.claude/github-star-reminder.txt +1 -0
  111. package/.claude/hooks/session-start-tts.sh +68 -1
  112. package/.claude/hooks/user-prompt-output.sh +111 -0
  113. package/.claude/hooks/verbosity-manager.sh +172 -0
  114. package/.claude/piper-voices-dir.txt +1 -0
  115. package/.claude/plugins/bmad-voices-enabled.flag +0 -0
  116. package/.mcp.json +88 -0
  117. package/README.md +55 -7
  118. package/RELEASE_NOTES_v2.4.0_DRAFT.md +116 -0
  119. package/RELEASE_NOTES_v2.4.1_DRAFT.md +61 -0
  120. package/RELEASE_NOTES_v2.5.0.md +233 -0
  121. package/docs/2025-11-15_15-14-33.snagx +0 -0
  122. package/docs/Screenshot 2025-11-15 151325.png +0 -0
  123. package/docs/Screenshot 2025-11-15 151432.png +0 -0
  124. package/docs/macos-piper-issue.md +172 -0
  125. package/docs/stargazer-cms-prd.md +1918 -0
  126. package/docs/whatsapp-plugin-github-issue.md +393 -0
  127. package/docs/whatsapp-tts-plugin-feasibility.md +418 -0
  128. package/docs/whatsapp-tts-standalone-plugin.md +628 -0
  129. package/github-profile-draft.md +57 -0
  130. package/linkedin/vibe-coding-and-pulseaudio.md +121 -0
  131. package/mcp-server/agentvibes.db +0 -0
  132. package/mcp-server/server.py +70 -0
  133. package/package.json +1 -1
  134. package/scripts/audio-tunnel.config +17 -0
  135. package/src/installer.js +19 -14
@@ -0,0 +1,116 @@
1
+ # Release v2.4.0 - macOS Piper TTS Support (2025-01-15)
2
+
3
+ ## 🤖 AI Summary
4
+
5
+ This minor release brings **full Piper TTS support to macOS** via precompiled binaries, eliminating the Python dependency conflicts that previously prevented macOS users from using free offline TTS. Mac users can now install Piper TTS with zero Python dependencies - just download and run! The installer automatically detects your Mac architecture (Intel or Apple Silicon) and downloads the appropriate binary. This release also includes comprehensive GitHub Actions CI testing to validate Piper installation across all macOS versions (13, 14, 15) and both architectures.
6
+
7
+ ## 📋 Changes
8
+
9
+ ### ✨ New Features
10
+ - **macOS Piper TTS Support via Precompiled Binaries**
11
+ - Downloads official Piper binaries from rhasspy/piper releases
12
+ - Automatic architecture detection (Apple Silicon M1/M2/M3 vs Intel)
13
+ - Installs to `~/.local/bin/piper` with no Python dependencies
14
+ - Zero pipx or pip conflicts - pure binary installation
15
+ - Supports both `arm64` (Apple Silicon) and `x86_64` (Intel) architectures
16
+
17
+ - **Comprehensive macOS CI Testing**
18
+ - Tests Piper binary installation on macOS 13, 14, and 15
19
+ - Tests user-reported `--no-deps` pip workaround method
20
+ - Validates both Intel and Apple Silicon architectures
21
+ - Confirms standard pipx failure and binary success
22
+ - Runs across 9 macOS configurations (3 OS × 3 Node versions)
23
+
24
+ ### 🐛 Bug Fixes
25
+ - **Fixed macOS Piper Installation Failures**
26
+ - Resolved pipx dependency conflict issues reported by users
27
+ - Removed incorrect platform restriction blocking macOS
28
+ - Fixed "Piper TTS is only supported on WSL and Linux" error
29
+
30
+ ### 📚 Documentation
31
+ - **Updated Provider Documentation**
32
+ - Corrected platform support matrix to include macOS
33
+ - Added macOS-specific installation requirements
34
+ - Clarified binary vs pipx installation methods
35
+ - Updated "Choose Piper TTS if" section with macOS callout
36
+
37
+ - **Installer Script Documentation**
38
+ - Added platform detection logic documentation
39
+ - Documented binary download and extraction process
40
+ - Added PATH setup instructions for macOS users
41
+
42
+ ### 🔧 Maintenance
43
+ - **Refactored Release Process**
44
+ - Extracted `showReleaseInfo()` function for code reuse
45
+ - Added critical ordering warning to `/release` command
46
+ - Documented README update before npm publish requirement
47
+
48
+ ## 🎯 User Impact
49
+
50
+ **For macOS Users**: You can now use **completely free offline Piper TTS** on your Mac! No more ElevenLabs API key required. No more Python/pipx dependency hell. Just run `.claude/hooks/piper-installer.sh` and you're done. Works on both Intel Macs and Apple Silicon (M1/M2/M3).
51
+
52
+ **For All Users**: The updated documentation now correctly reflects that Piper TTS works on **ALL platforms**: Windows, macOS, Linux, and WSL.
53
+
54
+ **Installation is Simple**:
55
+ ```bash
56
+ # Run AgentVibes installer
57
+ npx agentvibes install --yes
58
+
59
+ # Or directly run Piper installer
60
+ .claude/hooks/piper-installer.sh
61
+
62
+ # Add to PATH (if needed)
63
+ echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.zshrc
64
+ source ~/.zshrc
65
+ ```
66
+
67
+ **Architecture Support**:
68
+ - ✅ Apple Silicon (M1/M2/M3): Downloads `piper_macos_aarch64.tar.gz`
69
+ - ✅ Intel Mac (x86_64): Downloads `piper_macos_x64.tar.gz`
70
+
71
+ ## 📦 Files Changed
72
+
73
+ ### Modified
74
+ - `.claude/hooks/piper-installer.sh` - Added macOS binary installation support
75
+ - `.github/workflows/test-macos.yml` - Added comprehensive Piper installation tests
76
+ - `docs/providers.md` - Updated macOS support documentation
77
+ - `.claude/commands/release.md` - Added README update ordering warning
78
+ - `src/installer.js` - Refactored release info display
79
+
80
+ ### Statistics
81
+ - 5 files changed
82
+ - 241 insertions(+)
83
+ - 130 deletions(-)
84
+
85
+ ## 🔄 Breaking Changes
86
+
87
+ None. This release is fully backward compatible. Linux/WSL users continue using pipx installation, macOS users now get binary installation.
88
+
89
+ ## 🚀 Upgrade Notes
90
+
91
+ Simply run:
92
+ ```bash
93
+ npx agentvibes@latest install --yes
94
+ ```
95
+
96
+ Existing configurations are preserved. If you're on macOS and previously couldn't install Piper, it will work now!
97
+
98
+ ## 🙏 Credits
99
+
100
+ Special thanks to:
101
+ - **BMadCode** for reporting the macOS installation issue
102
+ - **rhasspy/piper** project for providing macOS binaries
103
+ - Community members who suggested the `--no-deps` workaround
104
+
105
+ ## 📊 Testing
106
+
107
+ This release includes extensive CI testing:
108
+ - ✅ 9 macOS configurations (macOS 13/14/15 × Node 18/20/22)
109
+ - ✅ Both architecture types (Intel and Apple Silicon)
110
+ - ✅ Binary download and extraction validation
111
+ - ✅ Piper execution tests
112
+ - ✅ Fallback to pipx testing (confirms original issue)
113
+
114
+ ---
115
+
116
+ **Full Changelog**: https://github.com/paulpreibisch/AgentVibes/compare/v2.3.1...v2.4.0
@@ -0,0 +1,61 @@
1
+ # Release v2.4.1 - macOS Audio Playback Fix (2025-01-15)
2
+
3
+ ## 🤖 AI Summary
4
+
5
+ This patch release fixes a critical audio playback issue on macOS where Piper TTS audio files were being created but not playing. The fix adds platform detection to use the native macOS `afplay` audio player instead of trying to use Linux-only audio players (mpv/aplay/paplay) that don't exist on macOS.
6
+
7
+ ## 📋 Changes
8
+
9
+ ### 🐛 Bug Fixes
10
+ - **Fixed macOS Audio Playback in Piper TTS**
11
+ - Added platform detection to use `afplay` on macOS (Darwin)
12
+ - Keeps existing Linux audio players (mpv/aplay/paplay) for WSL/Linux
13
+ - Audio files now play correctly on macOS instead of silently failing
14
+ - File: `.claude/hooks/play-tts-piper.sh` line 329-339
15
+
16
+ ## 🎯 User Impact
17
+
18
+ **For macOS Users**: Audio playback now works! If you were seeing "🎵 Saved to:" messages but hearing no sound, this update fixes that. Simply run `npx agentvibes@latest install --yes` to get the fix.
19
+
20
+ **What Was Broken**: After v2.4.0 added macOS Piper TTS support, audio files were being generated successfully but the playback failed silently because the script was trying to use Linux audio players that don't exist on macOS.
21
+
22
+ **What's Fixed**: The script now detects macOS and uses the native `afplay` command for audio playback.
23
+
24
+ ## 📦 Files Changed
25
+
26
+ ### Modified
27
+ - `.claude/hooks/play-tts-piper.sh` - Added macOS platform detection for audio playback
28
+
29
+ ### Statistics
30
+ - 1 file changed
31
+ - 10 insertions(+)
32
+ - 2 deletions(-)
33
+
34
+ ## 🔄 Breaking Changes
35
+
36
+ None. This is a pure bug fix release.
37
+
38
+ ## 🚀 Upgrade Notes
39
+
40
+ Simply run:
41
+ ```bash
42
+ npx agentvibes@latest install --yes
43
+ ```
44
+
45
+ This will update the hooks with the fixed audio playback script.
46
+
47
+ ## 🙏 Credits
48
+
49
+ Special thanks to:
50
+ - **BMadCode** for reporting the issue and testing on macOS! (Official AgentVibes contributor 🎉)
51
+ - macOS users who helped identify the silent audio playback problem
52
+
53
+ ## 🔗 Related
54
+
55
+ - v2.4.0 - Initial macOS Piper TTS support
56
+ - Issue: Audio files created but not playing on macOS
57
+ - Fix: Platform detection for native audio player selection
58
+
59
+ ---
60
+
61
+ **Full Changelog**: https://github.com/paulpreibisch/AgentVibes/compare/v2.4.0...v2.4.1
@@ -0,0 +1,233 @@
1
+ # Release v2.5.0 - Verbosity Control System
2
+
3
+ **Release Date:** November 16, 2025
4
+ **Type:** Minor Release (New Features)
5
+
6
+ ---
7
+
8
+ ## 🎙️ AI Summary
9
+
10
+ **AgentVibes v2.5.0 introduces intelligent verbosity control** - giving you precise control over how much Claude speaks while working. This release adds a groundbreaking three-level system (LOW/MEDIUM/HIGH) that uses emoji markers (💭 🤔 ✓) for automatic TTS detection, eliminating the need for manual Bash calls. Whether you want minimal interruption during focused work or maximum transparency for learning and debugging, you can now adjust Claude's chattiness to match your workflow. Available via slash commands (`/agent-vibes:verbosity`) and MCP tools, with automatic protocol injection and real-time marker detection.
11
+
12
+ ---
13
+
14
+ ## ✨ New Features
15
+
16
+ ### 🎙️ Verbosity Control System (Issue #32)
17
+
18
+ **Three intelligent verbosity levels:**
19
+
20
+ **🔇 LOW (Minimal)** - Default behavior
21
+ - Speaks only acknowledgments (task start) and completions (task end)
22
+ - Quiet, focused work sessions
23
+ - No intermediate reasoning spoken
24
+
25
+ **🤔 MEDIUM (Balanced)**
26
+ - Acknowledgments + completions
27
+ - Major decisions: "I'll use grep to search"
28
+ - Key findings: "Found 12 instances at line 1323"
29
+ - Perfect for understanding major decisions without full narration
30
+
31
+ **💭 HIGH (Maximum Transparency)**
32
+ - All reasoning: "Let me search for all instances"
33
+ - All decisions: "I'll use grep for this"
34
+ - All findings: "Found it at line 1323"
35
+ - Perfect for learning mode, debugging, full transparency
36
+
37
+ **How it works:**
38
+ 1. User sets verbosity level via slash command or MCP
39
+ 2. Session-start hook injects verbosity-aware protocol
40
+ 3. Claude uses emoji markers naturally in text (💭 🤔 ✓)
41
+ 4. Output hook auto-detects markers and triggers TTS
42
+ 5. No manual Bash TTS calls needed - all automatic!
43
+
44
+ **New Files:**
45
+ - `.claude/hooks/verbosity-manager.sh` (172 lines) - Get/set verbosity level
46
+ - `.claude/hooks/user-prompt-output.sh` (111 lines) - Auto-detect emoji markers
47
+ - `.claude/commands/agent-vibes/verbosity.md` (89 lines) - Slash command docs
48
+
49
+ **Modified Files:**
50
+ - `.claude/hooks/session-start-tts.sh` (+69 lines) - Inject verbosity protocol
51
+ - `mcp-server/server.py` (+70 lines) - Add MCP tools
52
+ - `README.md` (+47 lines) - Document verbosity feature
53
+
54
+ **User Controls:**
55
+
56
+ Slash Command:
57
+ ```bash
58
+ /agent-vibes:verbosity # Show current level
59
+ /agent-vibes:verbosity high # Maximum transparency
60
+ /agent-vibes:verbosity medium # Balanced
61
+ /agent-vibes:verbosity low # Minimal
62
+ ```
63
+
64
+ MCP Tools:
65
+ ```python
66
+ mcp__agentvibes__get_verbosity()
67
+ mcp__agentvibes__set_verbosity(level="high")
68
+ ```
69
+
70
+ ---
71
+
72
+ ## 📊 Statistics
73
+
74
+ - **Commits:** 2
75
+ - **Files Changed:** 7
76
+ - **Lines Added:** 558
77
+ - **Lines Removed:** 2
78
+ - **Net Change:** +556 lines
79
+
80
+ **Files Modified:**
81
+ - `.claude/commands/agent-vibes/verbosity.md` (+89 lines)
82
+ - `.claude/hooks/session-start-tts.sh` (+69 lines)
83
+ - `.claude/hooks/user-prompt-output.sh` (+111 lines)
84
+ - `.claude/hooks/verbosity-manager.sh` (+172 lines)
85
+ - `README.md` (+47 lines)
86
+ - `mcp-server/server.py` (+70 lines)
87
+ - `package.json` (version bump)
88
+
89
+ ---
90
+
91
+ ## 🎯 User Impact
92
+
93
+ ### Who Benefits?
94
+
95
+ **Developers who want quiet focus:**
96
+ - Set verbosity to LOW for minimal interruption
97
+ - Only hear task start/end confirmations
98
+ - Perfect for deep concentration work
99
+
100
+ **Users learning Claude Code:**
101
+ - Set verbosity to HIGH for full transparency
102
+ - Hear Claude's complete thought process
103
+ - Understand how AI reasons through problems
104
+
105
+ **Power users who want balance:**
106
+ - Set verbosity to MEDIUM for key insights
107
+ - Hear major decisions and findings
108
+ - Stay informed without overwhelming narration
109
+
110
+ ### Migration Notes
111
+
112
+ **No breaking changes!**
113
+ - Default verbosity is LOW (current behavior)
114
+ - Existing installations continue working as before
115
+ - Opt-in feature - activate when ready
116
+
117
+ **To enable:**
118
+ ```bash
119
+ /agent-vibes:verbosity high
120
+ # Then restart Claude Code session
121
+ ```
122
+
123
+ ---
124
+
125
+ ## 🔧 Technical Details
126
+
127
+ ### Architecture
128
+
129
+ **Emoji Marker System:**
130
+ - 💭 = Reasoning/thinking (HIGH only)
131
+ - 🤔 = Decisions (MEDIUM + HIGH)
132
+ - ✓ = Findings/results (MEDIUM + HIGH)
133
+
134
+ **Output Hook Processing:**
135
+ - Intercepts Claude's text output
136
+ - Regex pattern matching for emoji markers
137
+ - Async TTS trigger (non-blocking)
138
+ - Verbosity-aware filtering
139
+
140
+ **Protocol Injection:**
141
+ - Session-start hook reads verbosity level
142
+ - Injects appropriate instructions for Claude
143
+ - Different markers for each verbosity level
144
+ - Automatic, transparent to user
145
+
146
+ ### Testing Performed
147
+
148
+ ✅ All three verbosity levels tested
149
+ ✅ Session-start hook protocol injection verified
150
+ ✅ MCP tools functional (get/set operations)
151
+ ✅ Verbosity manager script validation
152
+ ✅ Emoji marker auto-detection working
153
+ ✅ Documentation complete
154
+
155
+ ---
156
+
157
+ ## 🚀 Installation
158
+
159
+ ### New Installations
160
+ ```bash
161
+ npx agentvibes@latest
162
+ ```
163
+
164
+ ### Existing Installations
165
+ ```bash
166
+ npx agentvibes update
167
+ ```
168
+
169
+ ### Beta Testing
170
+ ```bash
171
+ npx agentvibes@beta # v2.5.0-beta.1 was available for testing
172
+ ```
173
+
174
+ ---
175
+
176
+ ## 📚 Documentation
177
+
178
+ **Updated:**
179
+ - `README.md` - New Verbosity Control section in Table of Contents
180
+ - `.claude/commands/agent-vibes/verbosity.md` - Complete slash command guide
181
+ - `mcp-server/server.py` - MCP tool documentation
182
+
183
+ **New Sections:**
184
+ - Verbosity Control in Key Features
185
+ - Three-level system explanation
186
+ - Usage examples for each level
187
+ - MCP integration guide
188
+
189
+ ---
190
+
191
+ ## 🙏 Credits
192
+
193
+ **Implementation:** Paul Preibisch ([@997Fire](https://x.com/997Fire))
194
+ **Co-authored by:** Claude AI
195
+ **Issue:** [#32](https://github.com/paulpreibisch/AgentVibes/issues/32)
196
+ **Beta Release:** v2.5.0-beta.1 (Nov 16, 2025)
197
+
198
+ ---
199
+
200
+ ## 🔗 Links
201
+
202
+ - **NPM Package:** https://www.npmjs.com/package/agentvibes
203
+ - **GitHub Repository:** https://github.com/paulpreibisch/AgentVibes
204
+ - **Issue #32:** https://github.com/paulpreibisch/AgentVibes/issues/32
205
+ - **Documentation:** https://agentvibes.org
206
+
207
+ ---
208
+
209
+ ## Example: HIGH Verbosity in Action
210
+
211
+ ```
212
+ User: "Find all TODO comments in the codebase"
213
+
214
+ [TTS: "I'll search through the codebase"]
215
+ 💭 Let me use the Grep tool to search for TODO comments
216
+ 🤔 I'll search all files with pattern "TODO"
217
+ [Grep runs...]
218
+ ✓ Found 12 TODO comments across 5 files
219
+ 💭 Let me organize these by file
220
+ [TTS: "Found 12 TODO comments in 5 files"]
221
+ ```
222
+
223
+ **What gets spoken automatically:**
224
+ 1. "Let me use the Grep tool to search for TODO comments"
225
+ 2. "I'll search all files with pattern TODO"
226
+ 3. "Found 12 TODO comments across 5 files"
227
+ 4. "Let me organize these by file"
228
+
229
+ **No manual Bash TTS calls needed** - emoji markers trigger everything automatically! 🎉
230
+
231
+ ---
232
+
233
+ **Full Changelog:** https://github.com/paulpreibisch/AgentVibes/compare/v2.4.3...v2.5.0
Binary file
@@ -0,0 +1,172 @@
1
+ # macOS Piper TTS Installation Issue
2
+
3
+ ## Problem
4
+
5
+ User `BMadCode` on macOS reported installation failure when trying to use Piper TTS:
6
+
7
+ ### Error 1: Installer blocks macOS
8
+ ```bash
9
+ ➜ .claude/hooks/piper-installer.sh
10
+ 🎤 Piper TTS Installer
11
+ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
12
+
13
+ ❌ Piper TTS is only supported on WSL and Linux
14
+ Your platform: Darwin
15
+
16
+ For macOS/Windows, use ElevenLabs instead:
17
+ /agent-vibes:provider switch elevenlabs
18
+ ```
19
+
20
+ ### Error 2: Direct pipx installation fails
21
+ ```bash
22
+ ➜ pipx install piper-tts
23
+
24
+ Fatal error from pip prevented installation. Full pip output in file:
25
+ /Users/brianmadison/.local/pipx/logs/cmd_2025-11-15_09.14.02_pip_errors.log
26
+
27
+ pip seemed to fail to build package:
28
+ piper-tts
29
+
30
+ Some possibly relevant errors from pip install:
31
+ ERROR: Cannot install piper-tts==1.1.0, piper-tts==1.2.0 and piper-tts==1.3.0 because these package versions have conflicting dependencies.
32
+ ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts
33
+ ```
34
+
35
+ ## Root Cause Analysis
36
+
37
+ ### Documentation Inconsistency
38
+ **File: `docs/providers.md`** (lines 32 and 90) claims:
39
+ - "Cross-platform support (Windows, macOS, Linux)"
40
+ - Platform Support: "Windows, macOS, Linux, WSL"
41
+
42
+ **File: `.claude/hooks/piper-installer.sh`** (lines 50-56) explicitly blocks macOS:
43
+ ```bash
44
+ # Check if running on WSL or Linux
45
+ if ! grep -qi microsoft /proc/version 2>/dev/null && [[ "$(uname -s)" != "Linux" ]]; then
46
+ echo "❌ Piper TTS is only supported on WSL and Linux"
47
+ echo " Your platform: $(uname -s)"
48
+ exit 1
49
+ fi
50
+ ```
51
+
52
+ ### Why Piper Installation Fails on macOS
53
+
54
+ 1. **piper-tts PyPI package has dependency conflicts** - The `piper-tts` package on PyPI (versions 1.1.0-1.3.0) has unresolved dependency conflicts that prevent installation on macOS
55
+
56
+ 2. **Installer intentionally blocks macOS** - The script checks for Linux/WSL and rejects Darwin (macOS)
57
+
58
+ 3. **README says bash 5.x required** - README.md (lines 140-146) states macOS users need to install bash 5.x via Homebrew, but this is for AgentVibes hooks, not Piper itself
59
+
60
+ ## Solutions
61
+
62
+ ### Recommended Solution: Use ElevenLabs on macOS
63
+ The installer's guidance is correct - macOS users should use **ElevenLabs** instead of Piper TTS:
64
+
65
+ ```bash
66
+ # Switch to ElevenLabs provider
67
+ /agent-vibes:provider switch elevenlabs
68
+
69
+ # Set your API key
70
+ export ELEVENLABS_API_KEY="your_key_here"
71
+ ```
72
+
73
+ **Why?**
74
+ - ✅ Works perfectly on macOS
75
+ - ✅ No dependency conflicts
76
+ - ✅ 150+ professional voices
77
+ - ✅ Free tier: 10,000 chars/month
78
+ - ✅ Get API key at https://elevenlabs.io
79
+
80
+ ### Alternative: Piper Binary (If Available)
81
+ If Piper precompiled binaries for macOS exist, users could:
82
+ 1. Download macOS Piper binary
83
+ 2. Install manually to PATH
84
+ 3. Skip the Python/pipx installation
85
+
86
+ **Note:** This requires Piper project to provide macOS binaries.
87
+
88
+ ## Proposed Fixes
89
+
90
+ ### Fix 1: Update Documentation (Priority: HIGH)
91
+ Update `docs/providers.md` to reflect accurate platform support:
92
+
93
+ **Current (incorrect):**
94
+ ```markdown
95
+ | **Platform Support** | All platforms | Windows, macOS, Linux, WSL |
96
+ ```
97
+
98
+ **Should be:**
99
+ ```markdown
100
+ | **Platform Support** | All platforms | Windows, Linux, WSL |
101
+ ```
102
+
103
+ **And add note:**
104
+ ```markdown
105
+ **Note:** Piper TTS is not currently supported on macOS due to Python dependency conflicts.
106
+ macOS users should use ElevenLabs instead.
107
+ ```
108
+
109
+ ### Fix 2: Update Troubleshooting Guide (Priority: MEDIUM)
110
+ Add to `docs/troubleshooting.md`:
111
+
112
+ ```markdown
113
+ ## Piper TTS Installation Fails on macOS
114
+
115
+ **Symptom:** `pipx install piper-tts` fails with dependency conflicts
116
+
117
+ **Solution:** macOS is not currently supported for Piper TTS. Use ElevenLabs instead:
118
+
119
+ 1. Switch provider: `/agent-vibes:provider switch elevenlabs`
120
+ 2. Get API key: https://elevenlabs.io (free tier available)
121
+ 3. Set key: `export ELEVENLABS_API_KEY="your_key"`
122
+ 4. Test: `/agent-vibes:sample Aria`
123
+ ```
124
+
125
+ ### Fix 3: Improve Installer Error Message (Priority: LOW)
126
+ Update `.claude/hooks/piper-installer.sh` error message to be more helpful:
127
+
128
+ **Current:**
129
+ ```bash
130
+ echo "❌ Piper TTS is only supported on WSL and Linux"
131
+ echo " Your platform: $(uname -s)"
132
+ echo ""
133
+ echo " For macOS/Windows, use ElevenLabs instead:"
134
+ echo " /agent-vibes:provider switch elevenlabs"
135
+ ```
136
+
137
+ **Improved:**
138
+ ```bash
139
+ echo "❌ Piper TTS is not supported on macOS"
140
+ echo " Your platform: $(uname -s)"
141
+ echo ""
142
+ echo " 🎤 Recommended: Use ElevenLabs (150+ voices, free tier available)"
143
+ echo " 1. Get API key: https://elevenlabs.io"
144
+ echo " 2. Set key: export ELEVENLABS_API_KEY=\"your_key\""
145
+ echo " 3. Switch provider: /agent-vibes:provider switch elevenlabs"
146
+ echo ""
147
+ echo " Free tier: 10,000 chars/month"
148
+ ```
149
+
150
+ ## Testing Checklist
151
+
152
+ - [ ] Update `docs/providers.md` platform support table
153
+ - [ ] Add macOS note to Piper TTS section in `docs/providers.md`
154
+ - [ ] Add macOS troubleshooting entry to `docs/troubleshooting.md`
155
+ - [ ] Improve error message in `.claude/hooks/piper-installer.sh`
156
+ - [ ] Verify ElevenLabs works correctly on macOS
157
+ - [ ] Update README.md if needed
158
+ - [ ] Test installer on macOS to confirm helpful error messages
159
+
160
+ ## References
161
+
162
+ - User report: BMadCode via Discord/Slack (2025-11-15)
163
+ - Piper TTS GitHub: https://github.com/rhasspy/piper
164
+ - ElevenLabs: https://elevenlabs.io
165
+ - Related: README.md bash 5.x requirement (lines 140-146)
166
+
167
+ ## Labels
168
+ - `bug` - Documentation bug
169
+ - `macos` - Platform-specific issue
170
+ - `piper-tts` - Provider-specific
171
+ - `documentation` - Needs doc updates
172
+ - `good first issue` - Clear, well-defined fix