Conversation
… localization support
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: a0429ada23
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| } | ||
| chunks.push( | ||
| <span | ||
| <button |
There was a problem hiding this comment.
Keep skill preview controls out of the hidden overlay
When the composer contains a skill token, this focusable button is rendered inside the overlay that is marked aria-hidden="true" at the call site. Keyboard and assistive-technology users can still tab to the token button, but screen readers will not expose its name or action, making the new SKILL.md preview control effectively inaccessible in that scenario; make the clickable control part of the accessibility tree or provide an equivalent non-hidden control.
Useful? React with 👍 / 👎.
Summary
Related Issue(s)
Type of Change
Validation
Checklist