-
Notifications
You must be signed in to change notification settings - Fork 2.6k
chore: add changeset for v3.28.12 #8385
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I found some minor style nits in the changeset for consistency with common Changesets examples.
| @@ -0,0 +1,5 @@ | |||
| --- | |||
| "roo-cline": patch | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
P3: Changesets examples often use single quotes around the package key. Double quotes are valid YAML; this is just consistency.
| "roo-cline": patch | |
| 'roo-cline': patch |
| "roo-cline": patch | ||
| --- | ||
|
|
||
| - Fix: Correct Anthropic Sonnet 4.5 model ID and add Bedrock 1M context checkbox (thanks @daniel-lxs!) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
P3: Consider removing the "Fix:" prefix to keep the message as a direct, imperative statement (common Changesets style).
| - Fix: Correct Anthropic Sonnet 4.5 model ID and add Bedrock 1M context checkbox (thanks @daniel-lxs!) | |
| - Correct Anthropic Sonnet 4.5 model ID and add Bedrock 1M context checkbox (thanks @daniel-lxs!) |
| @@ -0,0 +1,5 @@ | |||
| --- | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
P3: Using the version as the changeset filename is fine; many repos prefer a short descriptive slug. Not blocking.
Important
Adds changeset for v3.28.12 with a fix for Anthropic Sonnet 4.5 model ID and a new Bedrock 1M context checkbox.
v3.28.12.mdfor versionv3.28.12.This description was created by
for 5b46f37. You can customize this summary. It will automatically update as commits are pushed.