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
6 changes: 6 additions & 0 deletions .changeset/v3.25.22.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
Copy link
Contributor

Choose a reason for hiding this comment

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

For future changesets, consider using randomly generated filenames (like the changesets CLI generates: brave-pandas-dance.md) instead of version numbers. This helps avoid merge conflicts when multiple contributors are working on changesets for the same release version.

"roo-cline": patch
---

- Add prompt caching support for Kimi K2 on Groq (thanks @daniel-lxs and @benank!)
Copy link
Contributor

Choose a reason for hiding this comment

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

Could we consider adding PR references here for better traceability? For example:

Suggested change
- Add prompt caching support for Kimi K2 on Groq (thanks @daniel-lxs and @benank!)
- Add prompt caching support for Kimi K2 on Groq (#PR_NUMBER) (thanks @daniel-lxs and @benank!)
- Add documentation links for global custom instructions in UI (#PR_NUMBER) (thanks @app/roomote!)

This would help track which PRs introduced these specific features.

- Add documentation links for global custom instructions in UI (thanks @app/roomote!)
Loading