Current Version: 1.1.0
Tambo follows semantic versioning. The current stable version is 1.1.0 (released February 2026).Migrating to v1.x
From 0.x to 1.0
Tambo 1.0 represents a major milestone with the V1 SDK promoted to the main export. Here’s how to migrate:Breaking Changes
1. Thread Name Field Normalization Thetitle field has been renamed to name for consistency.
displayMessage parameter is no longer supported.
New Features in 1.0
- Parent Message ID: Messages now expose
parentMessageIdfor thread branching - Tool Choice Support: Control which tools the AI can call
- Initial Messages: Pass conversation history when starting threads
- Authentication State Management: Better handling of user tokens and auth state
- Interactable Component Improvements: Default streamable hints and partial updates
Migration Steps
1. Update Dependenciesthread.title with thread.name:
- Thread names display correctly
- Component registration works
- Tool calls function properly
- Authentication flows work
Codemods
We provide a codemod to automate common migrations:- Rename
titletonamein thread references - Update import statements
- Remove
displayMessageparameters
From 1.0 to 1.1
Minor update with new features and bug fixes.New Features
- Message Input Behavior: Improved contextual prompts in showcase
- HMR Improvements: Better hot module replacement in development
Bug Fixes
- Fixed custom condition usage for HMR/dev/tsconfig
- Removed react-dom peer dependency for React Native support
Migration Steps
No breaking changes. Simply update:Version History
1.1.0 (February 2026)
- Finalized message input behavior
- Improved HMR and dev experience
- React-dom peer dependency removed
1.0.0 (February 2026)
- V1 SDK promoted to main export
- Thread field normalization
- Parent message ID support
- Tool choice and initial messages
- Authentication state management
0.75.0 (February 2026)
- Tool choice support
- Initial messages in V1 stack
- Authentication state management
- MCP provider improvements
0.70.0 (January 2026)
- React SDK dev workflow scripts
- Optimistic UI rollback logic
- V1 types and structure
0.65.0 (November 2025)
- MCP resource support
- Cloud repo merge into monorepo
- Enhanced component state handling
Self-Hosted Migrations
If you’re self-hosting Tambo, additional steps may be required:Database Migrations
Run migrations after updating:Environment Variables
Check for new required variables:API Changes
If using the API directly, check the API Changelog.Breaking Changes by Version
1.0.0
- Thread
title→name - Removed
displayMessageparameter - V1 SDK promoted (import path changes)
- React-dom no longer a peer dependency
0.65.0
- MCP provider API changes
- Component state context key refactor
0.50.0
- Initial messages support
- Image attachment changes
Getting Help
If you encounter issues migrating:- Check the Troubleshooting Guide
- Search GitHub Issues
- Ask on Discord
- Review full changelog on GitHub