Skip to content

AI Chat Release Notes

tag-20260723-v1 (2026-07-23)

  • Upgraded the TiRTC Go SDK to v0.3.10, fixing AI Chat command-word rewriting so the fixed command word 0x2100 is sent and received unchanged.

v1.0.15 / tag-20260722-v1 (2026-07-22)

  • Added TiRTC uplink support for H.264 and H.265 video frames, enabling visual context for agents with image understanding.
  • Coze server events are now delivered through JSON-RPC forward with the original Coze event preserved, except conversation.audio.delta, which remains on the audio channel.
  • Standardized Coze and Qwen third-party agent audio to 20 ms PCM frames for more stable streaming playback, and stopped sending empty Qwen voice settings.
  • Final ASR captions now explicitly return is_final=true.
  • device_id and role_id in start_session must match the signed parameters in the connection credential.

v1.0.14 (2026-07-08)

  • Improved TiRTC Opus downlink handling by encoding and sending continuous 20 ms frames for better playback compatibility.

v0.1.0

First public release.

  • Device connection to AI Chat service via TiRTC.
  • Full-chain ASR (speech recognition), LLM (large language model reasoning), and TTS (text-to-speech synthesis) support.
  • JSON-RPC 2.0 event protocol: start_session, caption, round_start, round_end, interrupt, submit_speech, update_config, device_action, end_session.
  • Console-based AI agent role configuration, knowledge base management, device-side and cloud-side plugins.
  • opus and pcm audio codec support.
  • Server API: POST /v1/token/aichat for connection credential requests.

AI Chat