Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dynamic = ["version"]

[tool.poetry]
name = "smallestai"
version = "5.11.1"
version = "5.11.2"
description = ""
readme = "README.md"
authors = []
Expand Down
Loading