From 67ddad32b040eaa1f3a9f662acf315685ab903c7 Mon Sep 17 00:00:00 2001 From: Abhishek Mishra Date: Thu, 20 Aug 2026 14:25:38 +0530 Subject: [PATCH] =?UTF-8?q?release:=205.11.2=20=E2=80=94=20crew=20tool=5Fc?= =?UTF-8?q?all=20response=20auto-fill=20(#104)=20+=20README=20Models=20reb?= =?UTF-8?q?rand=20(#105)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changelog.md | 10 ++++++++++ pyproject.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) 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 = []