diff --git a/changelog.md b/changelog.md index 86a7f21d..ad444aec 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,13 @@ +## 5.11.2 - 2026-08-20 + +* **fix (crew)**: crew `transfer_call` / end-call tool_call events now carry a `response` + (status + destination + transfer type; warm transfers also include the whisper handoff), + auto-filled by the SDK from the emitted handoff event. Previously these tools returned + nothing, so the event showed only `arguments` — now it matches single-prompt agents with + no user code change. +* **docs**: the PyPI README brands the speech surface as **Models** (the CLI group name), + not Waves. The SDK attribute stays `client.waves` in 5.x. + ## 5.11.1 - 2026-08-20 * **fix (crew)**: crew tool calls now show on the platform's Events tab. The crew diff --git a/pyproject.toml b/pyproject.toml index ea55db38..f4030b90 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ dynamic = ["version"] [tool.poetry] name = "smallestai" -version = "5.11.1" +version = "5.11.2" description = "" readme = "README.md" authors = []