fix(pai-voice-system): Restore Google Cloud TTS support from PR #285#424
Open
fayerman-source wants to merge 7 commits intodanielmiessler:mainfrom
Open
fix(pai-voice-system): Restore Google Cloud TTS support from PR #285#424fayerman-source wants to merge 7 commits intodanielmiessler:mainfrom
fayerman-source wants to merge 7 commits intodanielmiessler:mainfrom
Conversation
- Fresh environment testing (no local contamination) - Kai bundle installer verification - Environment variable sourcing validation - Pack file availability check - Automated reporting with artifacts
- Pre-create .env file for configuration - Detect if installer requires interactive stdin (timeout test) - Manually bootstrap installation structure as fallback - Create CORE skill definition - Verify environment variable sourcing - Better artifact capture This workflow tests: 1. Non-interactive installation feasibility 2. Environment variable handling 3. .env file sourcing 4. PAI directory structure compatibility
- Remove .env file contents from workflow logs (lines 76, 181) - Remove artifact upload that would archive ~/.claude/ directory - Replace with secure logging that validates files exist without exposing content - Preserve test data display for troubleshooting while preventing real API key leakage These changes ensure that if the workflow is ever run with real API keys (locally or in CI), they will not be exposed in GitHub logs or artifacts. 🔒 Security hardening - API keys protected Co-Authored-By: Claude Code <noreply@anthropic.com>
…lmiessler#285 Restores Google Cloud TTS functionality that was accidentally removed in the v2.3 pack update (commit fec59c2). Features restored: - TTS_PROVIDER env var for provider selection (google/elevenlabs) - Google Cloud TTS API integration with Neural2/WaveNet/Chirp3-HD voices - Linux audio player detection (mpg123, mpv, paplay) - Linux desktop notifications (notify-send) - Multi-provider /health endpoint status Fixes danielmiessler#423 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
7db7568 to
0c3012d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Changes
TTS_PROVIDERenvironment variable to switch between providersTest plan
TTS_PROVIDER=googleTTS_PROVIDER=elevenlabsFixes #423
🤖 Generated with Claude Code