Skip to content

Conversation

@mrubens
Copy link
Collaborator

@mrubens mrubens commented Sep 23, 2025

Important

Add GPT-5-Codex model, new keyboard shortcut, and various fixes in v3.28.6 changeset.

  • Features:
    • Add GPT-5-Codex model.
    • Add keyboard shortcut for toggling auto-approve (Cmd/Ctrl+Alt+A).
    • Add package.nls.json checking to find-missing-translations script.
  • Fixes:
    • Improve reasoning block formatting for readability.
    • Respect Ollama Modelfile num_ctx configuration.
    • Prevent checkpoint text wrapping in non-English languages.
  • Removals:
    • Remove language selection and word wrap toggle from CodeBlock.
  • Misc:
    • Bare metal evals fixes.

This description was created by Ellipsis for 10cd00f. You can customize this summary. It will automatically update as commits are pushed.

@mrubens mrubens requested review from cte and jr as code owners September 23, 2025 17:40
@dosubot dosubot bot added the size:S This PR changes 10-29 lines, ignoring generated files. label Sep 23, 2025
- 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!)
Copy link
Contributor

Choose a reason for hiding this comment

The 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
- Bare metal evals fixes (thanks @cte!)
- fix: Bare metal evals fixes (thanks @cte!)

@mrubens mrubens merged commit 8e9a266 into main Sep 23, 2025
14 checks passed
@mrubens mrubens deleted the release/v3.28.6 branch September 23, 2025 17:43
@github-project-automation github-project-automation bot moved this from New to Done in Roo Code Roadmap Sep 23, 2025
@github-project-automation github-project-automation bot moved this from Triage to Done in Roo Code Roadmap Sep 23, 2025
Copy link
Contributor

@roomote roomote bot left a comment

Choose a reason for hiding this comment

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

Found some minor consistency issues that could be improved for better maintainability.


- 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!)
Copy link
Contributor

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.

- 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)
Copy link
Contributor

Choose a reason for hiding this comment

The 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:S This PR changes 10-29 lines, ignoring generated files.

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

2 participants