Skip to main content
The Bolna CLI Changelog tracks every release — new commands, bug fixes, and breaking changes. The GitHub Releases page is the authoritative source; this page summarizes each one in the same format.

Release History

Adds a new Utility command group for reading Bolna’s own documentation — no bolna login or API key required.
  • docs search <query> — search Bolna’s documentation index (llms.txt) by title, description, and path, ranked best-match-first
  • docs fetch <page> — fetch one documentation page as rendered Markdown, accepting a bare path, a path with .md, or a full URL
  • doctor moves into the same Utility group, alongside version — it doesn’t touch account data either
First public beta of bolna-cli.
  • agentslist, view, create, update, delete
  • call start, calls list, calls view
  • numbers list, batches list
  • login, logout, whoami
  • doctor, version, completion
  • Full-screen dashboard (bolna with no arguments), built on the Charm TUI stack
bolna-cli is pre-1.0 — expect breaking changes between beta releases. See Versioning for what to expect and how to pin a version in CI.