feat(core): expose RAG snippets to local log file for debugging (#27016)

This commit is contained in:
Spencer
2026-05-13 22:34:12 -04:00
committed by GitHub
parent 77078b3e8a
commit 488d71b8c9
8 changed files with 287 additions and 0 deletions
+10
View File
@@ -429,6 +429,16 @@ const SETTINGS_SCHEMA = {
'Enable the Topic & Update communication model for reduced chattiness and structured progress reporting.',
showInDialog: true,
},
logRagSnippets: {
type: 'boolean',
label: 'Log RAG Snippets',
category: 'General',
requiresRestart: false,
default: false,
description:
'Log full Code Customization (RAG) retrieved snippets to a local file for debugging.',
showInDialog: true,
},
},
},
output: {