diff --git a/.changeset/v3.26.1.md b/.changeset/v3.26.1.md index aa6682da1ae..a0e13b2e11e 100644 --- a/.changeset/v3.26.1.md +++ b/.changeset/v3.26.1.md @@ -3,6 +3,9 @@ --- - Add Vercel AI Gateway provider integration (thanks @joshualipman123!) -- Enable on-disk storage for Qdrant vectors and HNSW index for improved performance (thanks @daniel-lxs!) -- Fix: Remove duplicate cache display in task header (thanks @mrubens!) -- Random chat text area cleanup for better UI experience (thanks @cte!) +- Add support for Vercel embeddings (thanks @mrubens!) +- Enable on-disk storage for Qdrant vectors and HNSW index (thanks @daniel-lxs!) +- Show model ID in API configuration dropdown (thanks @daniel-lxs!) +- Update tooltip component to match native VSCode tooltip shadow styling (thanks @roomote!) +- Fix: remove duplicate cache display in task header (thanks @mrubens!) +- Random chat text area cleanup (thanks @cte!)