Download Latest Version v1.0.3 source code.zip (1.5 MB)
Email in envelope

Get an email when there's a new version of CallMe

Home / v1.0.3
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2026-04-07 1.3 kB
v1.0.3 source code.tar.gz 2026-04-07 1.5 MB
v1.0.3 source code.zip 2026-04-07 1.5 MB
Totals: 3 Items   3.0 MB 0

What's New

Kokoro TTS Support (Free, Local)

  • Free text-to-speech via Kokoro-FastAPI — no TTS API key needed
  • Set CALLME_TTS_PROVIDER=kokoro to enable
  • Auto-pulls Docker container on first use if Docker is installed
  • Point to existing instance with CALLME_KOKORO_URL
  • OpenAI TTS remains the default

MCP Server Resilience

  • Flipped startup order: HTTP server binds before ngrok — no more orphaned tunnels
  • Default port changed to ephemeral (0) — eliminates port conflicts
  • Robust shutdown: handles SIGINT, SIGTERM, SIGHUP, stdin close, uncaughtException
  • Idempotent shutdown with cached promise — safe for concurrent signals
  • ERR_NGROK_334 recovery for stale ngrok sessions

Plugin Fixes

  • Fixed marketplace description not showing during installation
  • Moved Stop hook from inline plugin.json to hooks/hooks.json (prompt-based)
  • Stop hook evaluates whether to call user after significant work

Other

  • ngrok reconnect mutex prevents duplicate reconnect attempts
  • ngrok onStatusChange callback for faster disconnect detection
  • Health check interval cleanup prevents leaks across reconnects
  • WebSocket clients explicitly terminated during shutdown

Full Changelog: https://github.com/ZeframLou/call-me/compare/v1.0.2...v1.0.3

Source: README.md, updated 2026-04-07