create-tambo-app-v0.3.0
tambo-ai/tambocreate-tambo-app-v0.3.0Feb 11, 2026by tambo-bot
AI Summary
This release (0.3.0) introduces automation to the CLI setup process by automatically initializing git and running tambo init when creating a new Tambo project. The update streamlines the developer experience by reducing manual setup steps.
Key Highlights
- Auto-initialize git repository when creating a new Tambo project
- Automatically run tambo init command during project creation
- Simplifies new project setup workflow
New Features
- CLI now auto-initializes git and runs tambo init by default when creating a new project
Full Release Notes
## [0.3.0](https://github.com/tambo-ai/tambo/compare/create-tambo-app-v0.2.3...create-tambo-app-v0.3.0) (2026-02-11) ### Features * **cli:** auto-initialize git and run tambo init by default ([#2383](https://github.com/tambo-ai/tambo/issues/2383)) ([a086a5c](https://github.com/tambo-ai/tambo/commit/a086a5ce2e0a0478202689a56e96e3e814f4c775))