v0.8.6

mahimailabs/voicegatewayv0.8.6Jun 6, 2026by github-actions[bot]

AI Summary

Fixes a regression where the dashboard was hidden for first-run users due to a minimal configuration template dropping the cost-tracking block, ensuring storage is enabled by default.

Key Highlights

  • `voicegw init` now records to storage by default for first-run users.
  • Dashboard visibility restored for new installations.
  • Existing configurations remain unaffected.

New Features

  • Default storage enabled in minimal templates

Full Release Notes

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