mirror of
https://github.com/getpaseo/paseo.git
synced 2026-07-29 12:01:31 +00:00
refactor: improve session management, audio handling, and MCP configuration - Change default session name from 'voice-dev' to '__voice-dev' - Change default server port from 3000 to 6767 - Add conversation history persistence to .conversations directory - Defer stream abort until after transcription completes - Return empty content arrays from MCP tool handlers (use structuredContent only) - Add pause/resume support to audio player for handling false positive speech detection - Add .conversations to .gitignore ```