[docs]: ui-chat overview update - #328
Conversation
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Want higher recall? High effort reviews run extra passes and find more bugs. A team admin can switch effort levels in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 7feff26. Configure here.
| | **Slots** | Override individual UI regions without forking the whole app | | ||
| | **Server** | TrueForge server, TrueFoundry-backed, or a custom server that implements the contract | | ||
|
|
||
| */} |
There was a problem hiding this comment.
Leftover commented-out docs
Low Severity
The Bundled UI and What you can customize sections are wrapped in a JSX comment instead of being removed. That leaves stale documentation in the page source and violates the rule that unused documentation must be deleted in the same change, not kept as a just-in-case shim.
Triggered by project rule: TrueForge review rules
Reviewed by Cursor Bugbot for commit 7feff26. Configure here.


Note
Low Risk
Documentation-only change with no runtime or security impact.
Overview
The TrueForge UI SDK overview page (
chat-ui.mdx) no longer renders the Bundled UI section (quickstart screenshot, feature bullets) or the What you can customize table (layouts, themes, slots, server).Those blocks stay in the file but are wrapped in MDX JSX comments (
{/* ... */}), so the page jumps from Key Features to Interactive controls & code examples and the link toui.trueforge.dev.Reviewed by Cursor Bugbot for commit 7feff26. Bugbot is set up for automated code reviews on this repo. Configure here.