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.18-3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"roo-cline": patch
---

- Fix: Add missing zaiApiKey and doubaoApiKey to SECRET_STATE_KEYS (#7082 by @app/roomote)
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this attribution pattern intentional? The fix references issue #7082 which was created by @jayxuz, but credits @app/roomote. Would it be clearer to separate issue reporter from PR author attribution, something like: "(#7082 reported by @jayxuz, fixed by @app/roomote)"?

Copy link
Contributor

Choose a reason for hiding this comment

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

I notice this changeset only documents the changes but doesn't include the actual implementation. Were the code changes for adding zaiApiKey and doubaoApiKey to SECRET_STATE_KEYS already merged in a different PR? It might be helpful to reference that PR number here for easier tracking.

- Feat: Add new models and update configurations for vscode-lm (thanks @NaccOll!)
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 be more specific about which models were added and what configurations were updated? This level of detail would be helpful for debugging or if we need to rollback specific changes in the future.

Loading