From 78028c4bc5b35465ad2026052fca7052878a770e Mon Sep 17 00:00:00 2001 From: Abhishek Mishra Date: Thu, 20 Aug 2026 10:50:03 +0530 Subject: [PATCH] =?UTF-8?q?release:=205.11.1=20=E2=80=94=20crew=20tool-cal?= =?UTF-8?q?l=20events=20(#102)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changelog.md | 9 +++++++++ pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index f34e3ac2..86a7f21d 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,12 @@ +## 5.11.1 - 2026-08-20 + +* **fix (crew)**: crew tool calls now show on the platform's Events tab. The crew + `ToolRegistry` emits `tool_call_start`/`tool_call_end`/`tool_call_error` events over + the node websocket around each `@function_tool` (including `transfer_call`), in the same + format single-prompt agents already produce. Previously crew tools ran silently, so a + crew `transfer_call` was invisible on the platform even though it fired. No change to + user crew code; takes effect on redeploy. + ## 5.11.0 - 2026-08-19 * **cli**: refreshed the bare `smallestai` banner - a "SMALLEST AI" wordmark in the brand diff --git a/pyproject.toml b/pyproject.toml index ff8d82a6..ea55db38 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ dynamic = ["version"] [tool.poetry] name = "smallestai" -version = "5.11.0" +version = "5.11.1" description = "" readme = "README.md" authors = []