v0.8.6
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 initrecords to storage by default. The minimal template now enablescost_trackingat the default path (~/.config/voicegateway/voicegw.db) thatvoicegateway.attach()also writes to, so a first run (voicegw init, thenvoicegw serve, thenattach()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, addcost_tracking: {enabled: true}or setVOICEGW_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