File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ dynamic = ["version"]
55
66[tool .poetry ]
77name = " smallestai"
8- version = " 5.11.0 "
8+ version = " 5.11.1 "
99description = " "
1010readme = " README.md"
1111authors = []
You can’t perform that action at this time.
0 commit comments