0.11.66

Automattic/harper0.11.66May 26, 2026by halajohn

AI Summary

This release introduces several new features for the TEN-framework, including OpenAI Text-to-Speech support, XAI audio extensions, and improved dialog context handling, alongside several bug fixes for ASR reconnection and graph data handling.

Key Highlights

  • Add OpenAI TTS support with sample rate configuration
  • Add XAI ASR and TTS extensions
  • Add dialog context handling and omit empty text results
  • Fix OpenAI ASR reconnection issue
  • Fix crash when sending data to non-existent graph

New Features

  • OpenAI TTS support
  • Dialog context handling
  • XAI ASR and TTS extensions

Full Release Notes

## What's Changed
* feat: openai tts support set sample rate by @YiminW in https://github.com/TEN-framework/ten-framework/pull/2161
* feat: add dialog context handling and omit empty text results configuration by @diyuyi-agora in https://github.com/TEN-framework/ten-framework/pull/2158
* feat: add xai asr and tts extensions by @BenWeekes in https://github.com/TEN-framework/ten-framework/pull/2146
* fix: fix openai asr reconnection issue by @YiminW in https://github.com/TEN-framework/ten-framework/pull/2163
* fix: crash if sending data/video/audio to non-existent graph by @sunxilin in https://github.com/TEN-framework/ten-framework/pull/2169
* chore: bump version to 0.11.66 by @halajohn in https://github.com/TEN-framework/ten-framework/pull/2170


**Full Changelog**: https://github.com/TEN-framework/ten-framework/compare/0.11.65...0.11.66