Skip to content

v0.8.6

Choose a tag to compare

@github-actions github-actions released this 06 Jun 21:15
· 574 commits to main since this release

Restores the dashboard for first-run users. v0.8.4's minimal voicegw init config dropped the cost-tracking block, so voicegw serve ran with storage disabled and showed no agents, costs, or sessions even though the agent SDK was recording fine.

Fixed

  • voicegw init records to storage by default. The minimal template now enables cost_tracking at the default path (~/.config/voicegateway/voicegw.db) that voicegateway.attach() also writes to, so a first run (voicegw init, then voicegw serve, then attach() in an agent) shows its agents on the dashboard with no extra wiring. Existing configs are unaffected; if your server was started with storage off, add cost_tracking: {enabled: true} or set VOICEGW_DB_PATH.

Install

pip install voicegateway[server]==0.8.6

The Docker image publishes as voicegateway:0.8.6, :0.8, and :latest.

Full changelog: https://github.com/mahimailabs/voicegateway/blob/v0.8.6/CHANGELOG.md