showcase-v0.37.0

tambo-ai/tamboshowcase-v0.37.0Feb 10, 2026by tambo-bot

AI Summary

This release promotes the V1 React SDK to the main export (1.0.0-rc.1), normalizes the thread field from 'title' to 'name', and includes bug fixes for UI elements in the showcase along with a TypeScript SDK bump to version 0.92.

Key Highlights

  • Promoted V1 React SDK to main export (1.0.0-rc.1)
  • Normalized thread field from 'title' to 'name' in React SDK
  • Fixed UI issues: message generation stage, input placeholder, and canvas page in showcase
  • Bumped TypeScript SDK to version 0.92

Breaking Changes

  • Thread field normalized from 'title' to 'name' - existing code using 'title' will need updating
  • V1 SDK promoted to main export - may require migration for existing users

New Features

  • React SDK: thread field normalization from 'title' to 'name'

Full Release Notes

## [0.37.0](https://github.com/tambo-ai/tambo/compare/showcase-v0.36.0...showcase-v0.37.0) (2026-02-10)


### Features

* **react-sdk:** normalize thread field from title to name ([#2332](https://github.com/tambo-ai/tambo/issues/2332)) ([b940aa4](https://github.com/tambo-ai/tambo/commit/b940aa40e769ed019b08a916fccea812d97e3ce9))


### Bug Fixes

* **ui:** message generation stage, input placeholder, canvas page in showcase ([#2358](https://github.com/tambo-ai/tambo/issues/2358)) ([3acedbb](https://github.com/tambo-ai/tambo/commit/3acedbbc32437c1b8f3d8cacdf3dc012ae1abeb6))


### Miscellaneous Chores

* bump to typescript-sdk 0.92 ([#2334](https://github.com/tambo-ai/tambo/issues/2334)) ([3767c6c](https://github.com/tambo-ai/tambo/commit/3767c6c0e12c9862afd992b6f18bc3338ea4201d))
* **showcase:** add package description ([#2310](https://github.com/tambo-ai/tambo/issues/2310)) ([28135ee](https://github.com/tambo-ai/tambo/commit/28135ee0aac257ea36ceceba477fffd5fba54390))


### Code Refactoring

* **react-sdk:** promote V1 SDK to main export (1.0.0-rc.1) ([#2297](https://github.com/tambo-ai/tambo/issues/2297)) ([1799bce](https://github.com/tambo-ai/tambo/commit/1799bceecf412d1a4f263108dae75ddcb3fe7491))