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
15 changes: 15 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## 5.11.0 - 2026-08-19

* **cli**: refreshed the bare `smallestai` banner - a "SMALLEST AI" wordmark in the brand
blue `#3B82F6` with pulsing concentric rings on an interactive terminal (static when piped,
in CI, or under `NO_COLOR` / `SMALLESTAI_NO_ANIM`; compact on narrow terminals).
* **cli**: renamed the speech command group from `waves` to `models` (text-to-speech,
speech-to-text, voices). `waves` still works as a hidden, back-compatible alias.
* **cli**: new `smallestai calls events <call-id>` streams a live call's events (transcript,
per-turn latency, node transitions, tool calls, errors); `calls transcript --follow` streams
just the conversation; `agent-crew logs [build-id]` streams a build's compile + deploy logs.
* **fix (crew)**: startup validation no longer logs a spurious `Startup validation failed -
pod will not accept sessions. ValueError: Session not initialized` on every healthy boot.
The dry-run now builds the graph and halts cleanly; genuinely broken handlers (bad node
`__init__`, imports, cycles) still fail validation and keep the pod not-ready.

## 5.10.1 - 2026-08-10

* **fix**: the new waves endpoints (`post_call_analysis`, `voices`, `analytics`, `ops`)
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.10.1"
version = "5.11.0"
description = ""
readme = "README.md"
authors = []
Expand Down
Loading