-
Notifications
You must be signed in to change notification settings - Fork 2.8k
chore: add changeset for v3.28.6 #8261
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -0,0 +1,14 @@ | ||||||
| --- | ||||||
| "roo-cline": patch | ||||||
| --- | ||||||
|
|
||||||
|  | ||||||
|
|
||||||
| - feat(types): add GPT-5-Codex model (thanks @daniel-lxs!) | ||||||
| - feat: Add keyboard shortcut for toggling auto-approve (Cmd/Ctrl+Alt+A) (thanks @brunobergher!) | ||||||
| - Fix: Improve reasoning block formatting for better readability (thanks @daniel-lxs!) | ||||||
| - Fix: respect Ollama Modelfile num_ctx configuration (#7797 by @hannesrudolph, PR by @app/roomote) | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The attribution format varies throughout the file. Some entries use "thanks @username!" while others use "by @username, PR by @app/roomote". Consider standardizing the format for consistency. |
||||||
| - Fix: prevent checkpoint text from wrapping in non-English languages (#8206 by @NaccOll, PR by @app/roomote) | ||||||
| - Remove language selection and word wrap toggle from CodeBlock (thanks @mrubens!) | ||||||
| - feat: add package.nls.json checking to find-missing-translations script (thanks @app/roomote!) | ||||||
| - Bare metal evals fixes (thanks @cte!) | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Consider adding a conventional commit type prefix (e.g. fix:) to this entry for consistency with the other bullets.
Suggested change
|
||||||
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.
Consider standardizing to lowercase "fix:" to match conventional commit format. Currently lines 9-11 use "Fix:" with capital F while other entries use lowercase.