Skip to main content
Access these commands via the VS Code Command Palette (Ctrl+Shift+P or Cmd+Shift+P).
CommandDescription
Chatledger: Export NowImmediately triggers an export of all conversations in the current workspace. Useful when you want to save changes right away without waiting for the polling interval.
Chatledger: IntroductionOpens the introduction page of the documentation.
Chatledger: Open Export FolderOpens the configured export directory (default: .chatledger) in your system’s file explorer.
Chatledger: Enable Auto-ExportSets chatledger.enabled to true in your workspace settings, starting the background polling process.
Chatledger: Disable Auto-ExportSets chatledger.enabled to false, stopping background exports. Manual exports still work.
Chatledger: Show StatusDisplays a notification with the current extensions status, including last export time and number of tracked conversations.
Chatledger: List ConversationsShows a Quick Pick menu of all available conversations. Selecting one will export just that specific conversation.
Chatledger: Clear ExportsDestructive Action. Deletes all files in the export directory after a confirmation prompt.
Chatledger: View LogsOpens the Chatledger output channel. Essential for debugging connection issues or export failures.
Chatledger: Validate Sensitive Content Patternsimproved validation for your custom regex patterns defined in settings.
Chatledger: Reset Built-in Sensitive PatternsRestores the default regex patterns if you have modified them or if updates have changed them.