Skip to content
Merged
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
9 changes: 6 additions & 3 deletions .changeset/v3.26.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor observation: Is the capitalization intentional here? The other entries start with capitalized verbs (Add, Enable, Show, Update), while this uses lowercase "remove". Consider "Fix: Remove duplicate cache display..." for consistency.

- Random chat text area cleanup (thanks @cte!)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could this entry be more descriptive about what type of cleanup was performed? For example, was it formatting, accessibility improvements, or something else?

Loading