Document agent chat history in the editor#5739
Open
mintlify[bot] wants to merge 1 commit intomainfrom
Open
Conversation
Generated-By: mintlify-agent
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
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.
Summary
Documents the new chat history view in the web editor's agent side panel, which lets users browse past chats, resume background runs, and spot conversations with unread agent messages.
Source PR
mintlify/mint#7637 restored the agent history panel in the editor. Users can toggle between the active chat and a history list from the agent panel header, then click a past chat to load its messages back into the panel.
Changes
editor/collaborate.mdx: New "Browse agent chat history" section explaining how to open the history view, what each row shows (first message, branch, relative time, running/unread indicators), and how to return to the active chat.changelog.mdx: Added bullet under the most recent Improvements list linking to the new section.Note
Low Risk
Low risk documentation-only change that adds guidance and a changelog note; no product logic or APIs are modified.
Overview
Documents the editor agent side panel’s new chat history view, including how to open it, what each history row indicates (branch/time/running/unread), and how to resume or start a new chat.
Updates
changelog.mdxto announce the feature and link directly to the newBrowse agent chat historysection.Reviewed by Cursor Bugbot for commit 386c5e5. Bugbot is set up for automated code reviews on this repo. Configure here.