Skip to content

Commit 78028c4

Browse files
release: 5.11.1 — crew tool-call events (#102)
1 parent 9367472 commit 78028c4

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

changelog.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 5.11.1 - 2026-08-20
2+
3+
* **fix (crew)**: crew tool calls now show on the platform's Events tab. The crew
4+
`ToolRegistry` emits `tool_call_start`/`tool_call_end`/`tool_call_error` events over
5+
the node websocket around each `@function_tool` (including `transfer_call`), in the same
6+
format single-prompt agents already produce. Previously crew tools ran silently, so a
7+
crew `transfer_call` was invisible on the platform even though it fired. No change to
8+
user crew code; takes effect on redeploy.
9+
110
## 5.11.0 - 2026-08-19
211

312
* **cli**: refreshed the bare `smallestai` banner - a "SMALLEST AI" wordmark in the brand

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ dynamic = ["version"]
55

66
[tool.poetry]
77
name = "smallestai"
8-
version = "5.11.0"
8+
version = "5.11.1"
99
description = ""
1010
readme = "README.md"
1111
authors = []

0 commit comments

Comments
 (0)