Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,18 @@ perception:
- "evolution/conversations/"
- "evolution/sessions.json"

# --- Linux desktop/app internal state ---
- ".config/Code/"
- ".config/google-chrome/"
- ".config/chromium/"
- ".config/BraveSoftware/"
- ".local/share/gnome-shell/"
- ".local/share/Trash/"
- "/dconf/"
- "/gconf/"
- "/pulse/"
- "/pipewire/"

# Maximum file content size to process (in bytes)
max_content_bytes: 102400

Expand Down