docs(chat): consolidated Chat introduction updates from 10 drafter PRs#610
Draft
jordanc-relevanceai wants to merge 15 commits into
Draft
docs(chat): consolidated Chat introduction updates from 10 drafter PRs#610jordanc-relevanceai wants to merge 15 commits into
jordanc-relevanceai wants to merge 15 commits into
Conversation
Adds a 'File preview capabilities' subsection to the supported file types section, covering the 70+ file types now previewable in the Chat UI. Clarifies the distinction between file preview (UI rendering) and file processing (LLM capabilities). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…viewer Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Expands the minimal "Project files" section into a comprehensive "Project files and folders" section documenting both individual file and folder @mentions in Chat. - Renames section to "Project files and folders" - Adds intro explaining how @mentions work and what they're for - Documents step-by-step how to reference individual files - Documents the new folder @mentions feature (from PR #1937) - Adds comparison table: file @mention vs folder @mention vs attachment vs knowledge source - Clarifies distinction between @mentions, attachments, and knowledge sources Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Add a new 'Viewing agent-created files' section to the Chat introduction page explaining the Files updated bar and View files button. Add a brief cross-reference to this section in the Agent Chat interact page. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…intro Documents the new file viewer and editing feature in Chat, including the conflict resolution behavior when an agent writes to a file the user has open. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Create new page at get-started/chat/project-files documenting the filesystem browser feature, including list and grid view modes, breadcrumb navigation, right-click file operations, and integration with @ mention in Chat - Add grid view (PR #2015) as a documented view option with persistence - Update introduction.mdx to link to the new project files page - Add project-files to docs.json navigation under the Chat section Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…ction Documents the new desktop app feature that displays up to 5 recent meeting chat links on the idle/home view, including platform icons, meeting titles, timestamps, and session persistence. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Documents the US Edge, AU Edge, and EU Edge regions available in the Chat browser extension and desktop app project switcher, including how to identify them by the '(Edge)' label and a new FAQ entry. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Documents the new right-click context menu feature for file version management in the Chat filesystem panel, including how to access version history, preview previous versions, and restore them. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
This was referenced May 5, 2026
…nt to sub-pages Rewrites the Chat introduction to match the SGTM overview pattern: concise intro, CardGroup feature grid for sub-page routing, no section dividers. Moves sidebar panels, message formatting, and response feedback sections to their respective sub-pages to keep the overview focused. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Replaces the standalone LLM section with a Getting started section matching the SGTM overview pattern. Removes the LLM selection card from the feature CardGroup. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…inology Split bloated Chat introduction into dedicated subpages (using-agents, faq) matching the Super GTM documentation pattern. Fix terminology across Chat docs: SuperAgent → Super GTM, filesystem browser → Files tab. Add agent visibility section with screenshot to using-agents page. Remove YouTube section from intro. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR consolidates 10 drafter PRs that all edit
get-started/chat/introduction.mdx(plus a few sibling files). Each section below is the original description from a source PR. Opening as draft for review before closing the source PRs.Source PRs (kept open until confirmed)
How this was assembled
Cherry-picked all 10 source branches in chronological order. Git auto-merged each cleanly because the additions land in distinct line ranges of the same file. Made one cleanup edit afterwards: moved a "see Project files" cross-link from inside the markdown editor section back to the Project files and folders section where it belongs (cherry-picks misplaced it because later additions inserted between #562's anchor point and its trailing link).
Areas that need a careful read
{/* TODO: Add screenshot of the conflict resolution modal dialog */}) — carry-over from docs(TSP-1111): add file viewer and conflict resolution docs to Chat #559.#533 — TSP-1084: Document expanded file preview support in Chat
Summary
get-started/chat/introduction.mdxDockerfile) are treated as plain textDocuments expanded file preview support (70+ file types) in Chat interface following PR #1920 in relevance-chat-app. Clarifies distinction between file preview (UI) and file processing (LLM capabilities).
Test plan
Linear: https://linear.app/relevance/issue/TSP-1084/
#550 — docs(TSP-1101): document text selection context feature in Chat file viewer
Summary
Linear: https://linear.app/relevance/issue/TSP-1101/
#551 — docs(TSP-1102): expand project files section to cover folder @mentions
Summary
get-started/chat/introduction.mdxinto a comprehensive "Project files and folders" sectionChanges
Test plan
Linear: https://linear.app/relevance/issue/TSP-1102/
#552 — docs(TSP-1104): document Files updated bar for agent-created files
Summary
get-started/chat/introduction.mdx, documenting theFiles updatedbar that appears when an agent writes or modifies files, and theView filesbutton that opens the file viewerbuild/agents/give-your-agent-tasks/interact-with-your-agent.mdxunder the Agent Chat key featuresLinear issue
https://linear.app/relevance/issue/TSP-1104/
Test plan
#559 — docs(TSP-1111): add file viewer and conflict resolution docs to Chat
Summary
Changes
get-started/chat/introduction.mdxReferences
#561 — docs(TSP-1113): add markdown editor formatting features to Chat intro
Summary
/) with its 9 formatting options (headings, lists, blockquotes, code blocks, dividers, table of contents)Linear issue
https://linear.app/relevance/issue/TSP-1113/
Context
Features from RelevanceAI/relevance-chat-app#2000.
#562 — docs(TSP-1114): add filesystem browser documentation for Chat
Summary
/get-started/chat/project-filesdocumenting the filesystem browser feature in Chatintroduction.mdxto link to the new page from the existing Project files sectionget-started/chat/project-filestodocs.jsonnavigation under the Chat sectionTest plan
/get-started/chat/project-filesLinear issue: https://linear.app/relevance/issue/TSP-1114/
#566 — docs(TSP-1127): add recent meeting chat links to Chat introduction
Summary
Changes
get-started/chat/introduction.mdx— new section inserted after "Managing sidebar panels" and before "Using Agents in Chat"References
Test plan
#567 — docs(TSP-1125): add Edge region selection docs for Chat app
Summary
admin/project-management/switch-projects.mdxexplaining that Edge regions appear in the project switcher with an (Edge) label, listing US Edge, AU Edge, and EU Edge, and providing step-by-step instructions for selecting themget-started/chat/introduction.mdxpointing users to the switch-projects page for full instructionsTest plan
Linear: https://linear.app/relevance/issue/TSP-1125/
#568 — docs(TSP-1126): add file version history section to Chat
Summary
get-started/chat/introduction.mdx, positioned after "Project files" and before "Providing Feedback on Responses"<Tip>callout emphasising that restoring a version preserves all history — no versions are deletedLinear issue
https://linear.app/relevance/issue/TSP-1126/
Test plan
Linear