Ctrl+,) and searching for “Chatledger”.
Settings Reference
Enable or disable the automatic conversation export feature. When disabled,
manual exports via commands still work.
The directory where exported trajectories will be saved, relative to the
workspace root.
How frequently (in minutes) the extension checks for new or updated
conversations. Allowed range: 2-120 minutes.
If enabled, detected sensitive content (like API keys) will be replaced with
***CENSORED*** in the exported files.Whether to scan inside fenced code blocks for sensitive content. Disabling
this can reduce false positives in example code.
A list of custom regex patterns to supplement the built-in sensitive content
detection.
Example Configuration
You can configure Chatledger in yoursettings.json file. Here is a comprehensive example:
settings.json
Sensitive Content Detection
Chatledger comes with 9 built-in patterns to detect common secrets such as:- API Keys (e.g., OpenAI
sk-*) - AWS Credentials
- Private Keys
- JWT Tokens
- Passwords in connection strings