Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/chat-ui.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Key Features:
- **Integration Settings** - Configure models, MCP servers, skills, and sandbox environments.
- **Server Configuration** - Choose between TrueForge, a fully custom server, or TrueFoundry.

{/*
## Bundled UI

When you run TrueForge ([Quickstart](/quickstart)), open the app URL (for example `http://localhost:8790`). You get:
Expand All @@ -38,6 +39,8 @@ When you run TrueForge ([Quickstart](/quickstart)), open the app URL (for exampl
| **Slots** | Override individual UI regions without forking the whole app |
| **Server** | TrueForge server, TrueFoundry-backed, or a custom server that implements the contract |

*/}

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

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.

Fix in Cursor Fix in Web

Triggered by project rule: TrueForge review rules

Reviewed by Cursor Bugbot for commit 7feff26. Configure here.


## Interactive controls & code examples

The hosted webapp provides an interactive interface for exploring and configuring all available controls and properties. Configure and preview component properties, override defaults, and generate a code snippet from your configuration.
Expand Down