Skip to content

Commit 93ee96c

Browse files
docs: update v1.4.0 changelog
1 parent 431f78c commit 93ee96c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/).
1414
- **`AgentSession.think()` / `AsyncAgentSession.think()`** — Send a custom instruction to a running agent through the `agent_management` API.
1515
- **`Agent.with_interruption()`** — Configure the new top-level `interruption` object for unified interruption control.
1616
- **MLLM turn detection**`OpenAIRealtime`, `GeminiLive`, and `VertexAI` now accept `turn_detection`, which maps to `mllm.turn_detection` and overrides top-level turn detection for MLLM sessions.
17+
- **`audio_scenario` AgentKit support**`SessionParams` and AgentKit request construction now expose the top-level `parameters.audio_scenario` field.
1718
- **MLLM vendor parity**`GeminiLive` is documented and exposed as the direct Google Gemini Live API wrapper.
1819

1920
### Fixed
2021

2122
- **MiniMax TTS preset stripping** — When a MiniMax reseller preset is inferred (`minimax_speech_2_6_turbo` or `minimax_speech_2_8_turbo`), the `group_id` and `url` fields are now correctly stripped from `tts.params` alongside `key` and `model`. Previously they were forwarded to the API, causing request failures.
2223
- **MLLM enable flag**`Agent.with_mllm()` now sets `mllm.enable = True` and removes the deprecated `advanced_features.enable_mllm` flag from generated requests.
2324
- **MLLM wrapper shape** — MLLM vendors no longer emit removed fields such as `style`; docs and tests now reflect the v2.6 MLLM contract.
25+
- **Preset-backed OpenAI TTS**`OpenAITTS` no longer requires `api_key` when a reseller preset supplies credentials server-side.
2426
- **AgentKit parity coverage** — Added regression coverage for interruption, MLLM turn detection, Deepgram TTS, LLM headers, and deprecated MLLM flag cleanup.
2527

2628
## [v1.3.0] — 2026-04-02

0 commit comments

Comments
 (0)