Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@

{"react-sdk":"0.68.0","showcase":"0.34.1","cli":"0.46.1","create-tambo-app":"0.2.0","docs":"1.22.0","apps/web":"0.125.0","apps/api":"0.128.0"}
{"react-sdk":"0.68.0","showcase":"0.34.1","cli":"0.46.1","create-tambo-app":"0.2.0","docs":"1.22.0","apps/web":"0.126.0","apps/api":"0.128.0"}
36 changes: 36 additions & 0 deletions apps/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,41 @@
# Changelog

## [0.126.0](https://github.com/tambo-ai/tambo/compare/web-v0.125.0...web-v0.126.0) (2026-01-14)


### Features

* **api:** implement v1 API phase 1 - foundation & schema ([#1767](https://github.com/tambo-ai/tambo/issues/1767)) ([e4dad06](https://github.com/tambo-ai/tambo/commit/e4dad061f22d2b6378846949beac1449f8c8b5c4))
* **react-sdk:** Add streaming hint to enable tool streaming on the client ([#1685](https://github.com/tambo-ai/tambo/issues/1685)) ([c38f046](https://github.com/tambo-ai/tambo/commit/c38f046fda8a5ba2a3287ceab65ca10432be48fa))
* **web:** add API key callout on project page ([#1755](https://github.com/tambo-ai/tambo/issues/1755)) ([d771f84](https://github.com/tambo-ai/tambo/commit/d771f84b0b315f729cbc45b90257ec6d50346f3f))
* **web:** add Docs link to dashboard header ([#1757](https://github.com/tambo-ai/tambo/issues/1757)) ([0396733](https://github.com/tambo-ai/tambo/commit/03967335d289f215581e0b77c6a1e8c46fdd02e7))
* **web:** make project names clickable in projects table ([#1754](https://github.com/tambo-ai/tambo/issues/1754)) ([3e992ab](https://github.com/tambo-ai/tambo/commit/3e992ab6b25158c7dd1dfe4a2b2e764d952a7a76))


### Bug Fixes

* **ui:** Error handling for clipboard operations in markdown-components [#1698](https://github.com/tambo-ai/tambo/issues/1698) ([#1726](https://github.com/tambo-ai/tambo/issues/1726)) ([dd34f5c](https://github.com/tambo-ai/tambo/commit/dd34f5c32b2bad92a16f62f0f66499623a323880))
* **web:** avoid 'Invalid Date' for project createdAt ([#1768](https://github.com/tambo-ai/tambo/issues/1768)) ([77f2265](https://github.com/tambo-ai/tambo/commit/77f226500102a76f869fc2dba786e246ec9d9292))


### Miscellaneous Chores

* **deps-dev:** bump @types/node from 22.19.1 to 22.19.5 ([#1746](https://github.com/tambo-ai/tambo/issues/1746)) ([aa0ca84](https://github.com/tambo-ai/tambo/commit/aa0ca84eb3e5cc582290e6aa0df6672f4b404969))
* **deps:** bump the small-safe-packages group with 5 updates ([#1742](https://github.com/tambo-ai/tambo/issues/1742)) ([2056c5c](https://github.com/tambo-ai/tambo/commit/2056c5c424310b103ec0a93bedc59f774c532a5b))
* **deps:** bump the tiptap group with 8 updates ([#1743](https://github.com/tambo-ai/tambo/issues/1743)) ([f3059ae](https://github.com/tambo-ai/tambo/commit/f3059ae231a4d19f799e6513c561695073c0e311))
* **web:** remove old cli-auth flow ([#1735](https://github.com/tambo-ai/tambo/issues/1735)) ([074ae1b](https://github.com/tambo-ai/tambo/commit/074ae1b7ce4558e7a303364d8fce63d128975b8e))
* **web:** shorten starter calls banner copy ([#1756](https://github.com/tambo-ai/tambo/issues/1756)) ([4f26716](https://github.com/tambo-ai/tambo/commit/4f267169f67b98132fed79df6681b06e84cfb6a3))


### Documentation

* update all port references from 3000/3001 to new ports ([#1725](https://github.com/tambo-ai/tambo/issues/1725)) ([db075e5](https://github.com/tambo-ai/tambo/commit/db075e5cb4cc2090ee5b372518f2a39980c153a0))


### Code Refactoring

* **cli:** remove unused children prop from MessageThreadPanel ([#1750](https://github.com/tambo-ai/tambo/issues/1750)) ([b6f0e34](https://github.com/tambo-ai/tambo/commit/b6f0e348c2c1174cecc01834e85125e0b2558b55))

## [0.125.0](https://github.com/tambo-ai/tambo/compare/web-v0.124.0...web-v0.125.0) (2026-01-07)


Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tambo-ai-cloud/web",
"version": "0.125.0",
"version": "0.126.0",
"private": true,
"type": "module",
"scripts": {
Expand Down
Loading