From 1afc70bd975fcd649d57097af7e09b1afd905055 Mon Sep 17 00:00:00 2001 From: "claude[bot]" <41898282+claude[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 05:51:39 +0000 Subject: [PATCH] docs(TSP-1126): add file version history section to Chat introduction 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 --- get-started/chat/introduction.mdx | 33 +++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/get-started/chat/introduction.mdx b/get-started/chat/introduction.mdx index f798316e..7c2720a5 100644 --- a/get-started/chat/introduction.mdx +++ b/get-started/chat/introduction.mdx @@ -154,6 +154,39 @@ You can search and insert files from your project's file system directly in Chat --- +## File version history + +Every file in the Chat filesystem maintains a complete version history. You can view past versions, preview their contents, and restore any previous version as the current file. + +### Accessing version history + +To access version history, right-click any file in the filesystem panel. Select **Version History** from the context menu to open the Version History dialog. + +The dialog lists all past versions of the file, each showing: + +- The date and time the version was saved +- The file size at that point in time + +### Previewing a previous version + +To preview a version before restoring it, click on any version entry in the list. The file contents for that version are displayed so you can confirm it's the one you want. + +### Restoring a previous version + +To restore a previous version: + +1. Right-click the file in the filesystem and select **Version History** +2. Find the version you want and click **Restore** next to it +3. The selected version becomes the current file + + +Restoring a version does not delete any history. All previous versions remain available after a restore, so you can always go back to a different version if needed. + + +Any file tabs that are currently open for the restored file will automatically refresh to show the restored content. + +--- + ## Providing Feedback on Responses Help improve your AI agents by rating their responses with thumbs up or thumbs down. Your feedback helps identify what's working well and what needs improvement, making agents more effective over time.