Set _meta['openai/widgetPrefersBorder']#668
Conversation
✅ Docs preview has no changesThe preview was not built because there were no changes. Build ID: 6b87516b491733b5d473a061 ✅ AI Style Review — No Changes DetectedNo MDX files were changed in this pull request. Review Log: View detailed log
|
|
✅ Changeset file added - thank you! |
Review SummaryThis PR adds Update: The author has addressed all previous feedback by adding an explanatory comment (lines 134-135) that documents why this OpenAI-specific field is needed. Code Quality: ✅ Excellent
Test Coverage: ✅ Comprehensive
Documentation: ✅ Clear
Final Recommendation: ✅ Approve The code is correct, well-tested, properly documented, and follows Rust best practices. All previous feedback has been addressed. Ready to merge. Reviewed by Claude Code Sonnet 4.5 |
Co-authored-by: Dale Seo <5466341+DaleSeo@users.noreply.github.com>
At the moment it seems like ChatGPT ignores
_meta.ui.prefersBorderbut honors_meta['openai/widgetPrefersBorder']so this PR makes sure its set when rendering an OpenAI app.