tambo-v0.56.0

tambo-ai/tambotambo-v0.56.0Apr 6, 2026by tambo-bot

AI Summary

This release introduces skills management capabilities to the CLI with new enable/disable commands, improves authentication handling by auto-detecting non-interactive environments, and includes several bug fixes for model compatibility, git error handling, and web UI validation.

Key Highlights

  • Added skills management commands to CLI with documentation for enable/disable functionality
  • Auto-detect non-interactive auth and always open browser for better UX
  • Skip skill injection for models that don't support skills to prevent errors
  • Surface git errors in create-app instead of swallowing them
  • Auto-slugify skill names and show readable validation errors in web UI

New Features

  • CLI skills management commands (#2728)
  • Auto-detect non-interactive auth and always open browser (#2727)

Full Release Notes

## [0.56.0](https://github.com/tambo-ai/tambo/compare/tambo-v0.55.1...tambo-v0.56.0) (2026-04-06)


### Features

* **cli:** add skills management commands ([#2728](https://github.com/tambo-ai/tambo/issues/2728)) ([2bfedff](https://github.com/tambo-ai/tambo/commit/2bfedff3c818b0fe31a786f74b109cbd6376e85a))
* **cli:** auto-detect non-interactive auth and always open browser ([#2727](https://github.com/tambo-ai/tambo/issues/2727)) ([7ce2530](https://github.com/tambo-ai/tambo/commit/7ce25300c00960964bbb3132ae9a662d40a6009a))


### Bug Fixes

* **cli:** surface git errors instead of swallowing them in create-app ([#2699](https://github.com/tambo-ai/tambo/issues/2699)) ([55891b1](https://github.com/tambo-ai/tambo/commit/55891b1fff0bbebe156742601f943cad2cf4116e))
* **core:** skip skill injection for models that don't support skills ([#2740](https://github.com/tambo-ai/tambo/issues/2740)) ([b7456ed](https://github.com/tambo-ai/tambo/commit/b7456ed57d0159c5afcade288b897b19908d9abe))
* **web:** auto-slugify skill names and show readable validation errors ([#2738](https://github.com/tambo-ai/tambo/issues/2738)) ([0630719](https://github.com/tambo-ai/tambo/commit/0630719889a7254d6884f74c8d10503f7a3f0d28))


### Miscellaneous Chores

* **deps-dev:** bump the eslint group across 1 directory with 4 updates ([#2703](https://github.com/tambo-ai/tambo/issues/2703)) ([61278a0](https://github.com/tambo-ai/tambo/commit/61278a05de431b9ff4e14e92a3d0433d2bf1d80d))
* **deps-dev:** bump ts-jest from 29.4.6 to 29.4.9 in the testing group ([#2760](https://github.com/tambo-ai/tambo/issues/2760)) ([801bbc9](https://github.com/tambo-ai/tambo/commit/801bbc92828cc338e169e762776f9bd74abe49ac))
* **deps:** bump @tambo-ai/typescript-sdk from 0.94.0 to 0.94.1 in the tambo-ai group ([#2706](https://github.com/tambo-ai/tambo/issues/2706)) ([6842afa](https://github.com/tambo-ai/tambo/commit/6842afa3f2b9f0e0be4be46b5def319b10f4f784))
* **deps:** bump @tambo-ai/typescript-sdk from 0.94.1 to 0.95.0 in the tambo-ai group ([#2762](https://github.com/tambo-ai/tambo/issues/2762)) ([f577b82](https://github.com/tambo-ai/tambo/commit/f577b821d12eed5dca94b10efbf86591824b47db))
* **deps:** bump the trpc group with 3 updates ([#2701](https://github.com/tambo-ai/tambo/issues/2701)) ([0f551a8](https://github.com/tambo-ai/tambo/commit/0f551a8e7215b173d2e76287a1831cb49c294711))


### Documentation

* add skills documentation and CLI enable/disable commands ([#2741](https://github.com/tambo-ai/tambo/issues/2741)) ([2dc34e6](https://github.com/tambo-ai/tambo/commit/2dc34e61954998ab72bddef894031cf43e4d52e9))