v0.15.0

mahimailabs/voicegatewayv0.15.0Jul 6, 2026by mahimairaja

AI Summary

This release focuses on OpenOrca integration, specifically mapping sessions to tasks and fixing the intervention-resolve endpoint. It also introduces a standalone console bundled directly into the Docker image.

Key Highlights

  • OpenOrca session-to-task mapping
  • Real intervention-resolve endpoint with validation and persistence
  • Standalone OpenOrca fleet console served at /console
  • Console SPA bundled in the wheel and Docker image

New Features

  • OpenOrca session mapping
  • Intervention resolve endpoint
  • Standalone console
  • Console bundling

Full Release Notes

## Docker Images

Published to Docker Hub:

- `mahimairaja/voicegateway:0.15.0`
- `mahimairaja/voicegateway:latest`
- `mahimairaja/voicegateway-dashboard:0.15.0`
- `mahimairaja/voicegateway-dashboard:latest`

Built for `linux/amd64` and `linux/arm64`.

## Quick Start

```bash
docker run -p 8080:8080 \
  -v $(pwd)/voicegw-data:/data \
  mahimairaja/voicegateway:0.15.0
```

See [docs.voicegateway.dev](https://docs.voicegateway.dev) for full documentation.


## What's Changed
* feat(openorca): map sessions to tasks + guardrail events to interventions by @mahimairaja in https://github.com/mahimailabs/voicegateway/pull/68
* feat(openorca): make the intervention-resolve endpoint real (validate + tenant-scope + persist) by @mahimairaja in https://github.com/mahimailabs/voicegateway/pull/69
* feat(console): standalone OpenOrca fleet console served at /console by @mahimairaja in https://github.com/mahimailabs/voicegateway/pull/70
* build(console): bundle the /console SPA in the wheel and Docker image by @mahimairaja in https://github.com/mahimailabs/voicegateway/pull/71


**Full Changelog**: https://github.com/mahimailabs/voicegateway/compare/v0.14.0...v0.15.0