Commit History

feat: Complete fresh restart with clean Streamlit configuration
3cb7ae9

Peter Michael Gits Claude commited on

debug: Add print statement to test Python execution before Streamlit
35326c5

Peter Michael Gits Claude commited on

fix: Ultra-minimal hello_world.py to diagnose 500 errors
f763a8f

Peter Michael Gits Claude commited on

fix: Remove .streamlit/config.toml and simplify to minimal hello_world test
df2f06e

Peter Michael Gits Claude commited on

Merge remote-tracking branch 'hf/main'
383733a

Peter Michael Gits commited on

restore: Bring back full VoiceCal WebRTC interface
3763b20

Peter Michael Gits Claude commited on

fix: Add explicit Streamlit configuration for HF Spaces health check
03f17d5

Peter Michael Gits Claude commited on

debug: Add hello world test for HF Spaces restart cycle investigation
8884a5c

Peter Michael Gits Claude commited on

debug: Switch to ultra-minimal Streamlit test to isolate restart loop issue
4a0bb42

Peter Michael Gits Claude commited on

debug: Simplify VoiceCal to isolate restart issue cause
ae83ce7

Peter Michael Gits Claude commited on

fix: Resolve VoiceCal restart loop by removing conflicting Dockerfile
ef88eec

Peter Michael Gits Claude commited on

refactor: Streamline VoiceCal to pure WebSocket connectivity with STT v1.0.0
1c5ac0f

Peter Michael Gits Claude commited on

fix: Switch to Gradio HTTP API fallback for WebSocket connectivity issues
8527d70

Peter Michael Gits Claude commited on

fix: Update WebSocket URL to /api/ws/stt to avoid Gradio routing conflicts
a312290

Peter Michael Gits Claude commited on

fix: Force Streamlit to use port 7860 for HuggingFace Spaces
bfa1948

Peter Michael Gits Claude commited on

fix: Shorten description to meet HF Spaces 60 character limit
f23aff9

Peter Michael Gits commited on

fix: Simplify VoiceCal to single Streamlit service with direct STT connection
e118f9c

Peter Michael Gits Claude commited on

feat: Implement WebRTC integration following unmute.sh pattern
af83599

Peter Michael Gits Claude commited on

fix: Remove .gitattributes file that triggers HF VS Code detection
09fe934

Peter Michael Gits Claude commited on

fix: Switch to Streamlit SDK to bypass VS Code detection
f3e809e

Peter Michael Gits Claude commited on

fix: Simplify VoiceCal build to avoid VS Code detection
212c804

Peter Michael Gits Claude commited on

fix: Add build dependencies for webrtcvad and audio libraries
713df26

Peter Michael Gits Claude commited on

fix: Switch to Docker SDK to avoid VS Code extension build errors
7008e61

Peter Michael Gits Claude commited on

fix: Resolve syntax error in WebSocket retry logic
34964d9

Peter Michael Gits Claude commited on

feat: Add comprehensive WebSocket retry logic with GPU cold start timing calibration
ee023ba

Peter Michael Gits Claude commited on

feat: Add STT service preload to prevent cold start delays
628e022

Peter Michael Gits Claude commited on

feat: Update to v0.8.2 with WebSocket STT integration
4a7e625

Peter Michael Gits Claude commited on

fix: Resolve Gradio client FileData validation error
f677de5

Peter Michael Gits Claude commited on

fix: Improve Gradio client STT endpoint discovery
225c499

Peter Michael Gits Claude commited on

fix: Always initialize WebSocket URLs regardless of MCP status
cdc2e76

Peter Michael Gits Claude commited on

debug: Add WebSocket URL availability debugging to STT service
0caa1e7

Peter Michael Gits Claude commited on

feat: Update version to v0.8.0 - Whisper corruption detection support
ce0e860

Peter Michael Gits Claude commited on

fix: Configure MediaRecorder with consistent WebM/Opus format
5d2f2af

Peter Michael Gits Claude commited on

fix: Implement correct WebSocket STT protocol and SSL handling
f7f39b9

Peter Michael Gits Claude commited on

feat: Add comprehensive WebSocket STT debugging
3a3cbca

Peter Michael Gits Claude commited on

chore: Bump version to v0.7.1
e9456c7

Peter Michael Gits Claude commited on

fix: Improve MCP fallback logic for STT service connection
f2e8ec0

Peter Michael Gits Claude commited on

feat: Implement unmute.sh streaming STT methodology v0.7.0
7d32abe

Peter Michael Gits Claude commited on

debug: Add audio debugging to trace 'Thank you very much' source v0.6.1
b61f866

Peter Michael Gits Claude commited on

feat: Remove all demo simulation code - REAL STT ONLY v0.6.0
4cf4588

Peter Michael Gits Claude commited on

fix: Remove max_file_size parameter for HF Spaces compatibility v0.5.11
9a4b253

Peter Michael Gits Claude commited on

fix: Improve WebSocket stability and prevent spinning v0.5.10
54cc854

Peter Michael Gits Claude commited on

feat: Add WebSocket STT integration with unmute.sh methodology v0.5.6
dee3412

Peter Michael Gits Claude commited on

fix: Add max_file_size to resolve Gradio upload error v0.5.9
edd02a0

Peter Michael Gits Claude commited on

Disable demo TTS responses due to poor STT accuracy
bc9a856

Peter Michael Gits Claude commited on

fix: Add Hugging Face Spaces GPU support v0.5.8
b63ba79

Peter Michael Gits Claude commited on

fix: Add PyTorch dependencies and fix base64 imports v0.5.7
e985487

Peter Michael Gits Claude commited on

temp: Update WebSocket URLs to standard port 7860
22227a1

Peter Michael Gits Claude commited on

feat: Add environment variable diagnostic script
49028b7

Peter Michael Gits Claude commited on

feat: Add enhanced TTS connection error handling and diagnostics
57bc78b

Peter Michael Gits Claude commited on