feat: Update version to v0.5.5 with environment variable support 19396c4 Peter Michael Gits Claude commited on Aug 20, 2025
fix: Improve fallback handling and prevent TTS errors v0.5.4 08815de Peter Michael Gits Claude commited on Aug 20, 2025
feat: Force WebSocket as primary method for STT/TTS integration v0.5.3 5be66b9 Peter Michael Gits Claude commited on Aug 20, 2025
fix: Prioritize HTTP API over WebSocket for STT/TTS services v0.5.2 f48b31d Peter Michael Gits Claude commited on Aug 20, 2025
fix: Add HTTP API fallback for STT when WebSocket unavailable v0.5.1 2e4a0b8 Peter Michael Gits Claude commited on Aug 20, 2025
feat: Complete voice services integration with comprehensive test suite v0.5.0 27649f2 Peter Michael Gits Claude commited on Aug 20, 2025
feat: Complete TTS playback integration for voice responses v0.4.9 228bc17 Peter Michael Gits Claude commited on Aug 20, 2025
feat: Add real STT WebSocket integration to replace demo responses v0.4.8 ccbd055 Peter Michael Gits Claude commited on Aug 20, 2025
fix: Catch buffer size error in MCP audio handler v0.4.7 3863173 Peter Michael Gits Claude commited on Aug 20, 2025
fix: Audio buffer size error - handle MediaRecorder format v0.4.6 aab69ad Peter Michael Gits Claude commited on Aug 20, 2025
fix: WebRTC demo buttons - HTTPS WebSocket and debugging v0.4.5 64268ab Peter Michael Gits Claude commited on Aug 20, 2025
feat: WebRTC-first implementation with demo audio processing v0.4.4 65f90da Peter Michael Gits Claude commited on Aug 20, 2025
fix: Revert to stable Gradio-only deployment v0.4.3 787212f Peter Michael Gits Claude commited on Aug 20, 2025
fix: Proper FastAPI + Gradio integration using ASGI/WSGI v0.4.2 fcd6999 Peter Michael Gits Claude commited on Aug 20, 2025
feat: WebRTC Phase 1 - FastAPI Integration with Gradio v0.4.1 139ebc9 Peter Michael Gits Claude commited on Aug 20, 2025
feat: WebRTC Phase 1 - Remove demo modes and create WebRTC architecture v0.4.0 66471b4 Peter Michael Gits Claude commited on Aug 20, 2025
fix: Comprehensive HTTP API approach to bypass Gradio client issues v0.3.42 6dac05e Peter Michael Gits Claude commited on Aug 20, 2025
debug: Add detailed Gradio client debugging for STT connection v0.3.41 0d31e42 Peter Michael Gits Claude commited on Aug 20, 2025
fix: Try multiple Gradio API endpoints to connect to STT service v0.3.40 d1d27c3 Peter Michael Gits Claude commited on Aug 20, 2025
fix: Correct HTTP STT API call format and prevent demo fallback v0.3.39 ec9272d Peter Michael Gits Claude commited on Aug 20, 2025
fix: Enable HTTP STT service calls to bypass demo mode v0.3.38 fd0d36e Peter Michael Gits Claude commited on Aug 19, 2025
fix: Pin Anthropic client to compatible version v0.3.37 63d912e Peter Michael Gits Claude commited on Aug 19, 2025
fix: Temporarily remove MCP to resolve dependency conflicts v0.3.36 297efb7 Peter Michael Gits Claude commited on Aug 19, 2025
fix: Resolve Starlette version conflicts between FastAPI and MCP v0.3.35 9d11456 Peter Michael Gits Claude commited on Aug 19, 2025
fix: Resolve anyio version conflicts between FastAPI and MCP v0.3.34 155f24d Peter Michael Gits Claude commited on Aug 19, 2025
fix: Pin MCP and problematic dependencies to resolve pip resolver conflicts v0.3.33 287e0ba Peter Michael Gits Claude commited on Aug 19, 2025
feat: Complete MCP integration with comprehensive logging fixes v0.3.32 9d0b9f5 Peter Michael Gits Claude commited on Aug 19, 2025
feat: Implement MCP-based audio handler for STT/TTS services v0.3.30 c045c6a Peter Michael Gits Claude commited on Aug 19, 2025
fix: Try multiple HF Spaces API endpoint patterns v0.3.29 6944cbe Peter Michael Gits Claude commited on Aug 19, 2025
fix: Resolve syntax error in audio_handler.py v0.3.28 c2a55a5 Peter Michael Gits Claude commited on Aug 19, 2025
feat: Replace Gradio Client with direct HTTP API calls v0.3.27 319399f Peter Michael Gits Claude commited on Aug 19, 2025
fix: Improve STT connection handling and enhance demo mode v0.3.26 6591425 Peter Michael Gits Claude commited on Aug 19, 2025
debug: Add initialization debugging and focus on STT-first mode v0.3.25 6541ac2 Peter Michael Gits Claude commited on Aug 19, 2025
debug: Add comprehensive audio processing debugging v0.3.24 4c55e11 Peter Michael Gits Claude commited on Aug 19, 2025
fix: Configure STT/TTS service URLs and improve audio client logging v0.3.23 b7f09ec Peter Michael Gits Claude commited on Aug 19, 2025
fix: Remove deprecated Gradio mount_to API - v0.3.22 eb099f7 Peter Michael Gits Claude commited on Aug 19, 2025
FORCE: HF sync issue - change README pinned + sync file v0.3.21 7f07efb Peter Michael Gits commited on Aug 19, 2025
URGENT: Force HF to build from latest commit - v0.3.20 c63098a Peter Michael Gits Claude commited on Aug 19, 2025
fix: Remove deprecated 'source' parameter from Gradio Audio component v0.3.19 f521361 Peter Michael Gits Claude commited on Aug 19, 2025
fix: Resolve anthropic version conflict with llama-index-llms-anthropic v0.3.18 ab0f9ea Peter Michael Gits Claude commited on Aug 19, 2025
test: Create distinctive marker for HF sync verification v0.3.17 34c994a Peter Michael Gits Claude commited on Aug 19, 2025
URGENT: Force HF to recognize new commits v0.3.16 ae59460 Peter Michael Gits Claude commited on Aug 19, 2025
test: Re-test LlamaIndex with proper branch synchronization v0.3.15 d1f39bc Peter Michael Gits Claude commited on Aug 19, 2025
fix: Switch from Docker to Gradio SDK due to HF caching issues v0.3.14 a44c7cd Peter Michael Gits Claude commited on Aug 19, 2025
fix: Re-add ultra-minimal Dockerfile to force HF cache refresh v0.3.13 9a2dd7b Peter Michael Gits Claude commited on Aug 18, 2025
fix: Ultra-minimal Docker for HF Spaces timeout issues v0.3.12 0b2c78a Peter Michael Gits Claude commited on Aug 18, 2025
fix: Switch to minimal requirements for faster Docker build v0.3.11 e9af496 Peter Michael Gits Claude commited on Aug 18, 2025
fix: Resolve urllib3 dependency conflict in Docker build v0.3.10 b669528 Peter Michael Gits Claude commited on Aug 18, 2025
feat: Switch to Docker deployment for environment consistency v0.3.8 2bdbfa0 Peter Michael Gits Claude commited on Aug 18, 2025