Merge pull request #1486 from BlockHand/two-qwen-md

feat: Improve QWEN. md file loading by filtering system files and limiting scope
This commit is contained in:
tanzhenxin 2026-01-19 14:27:15 +08:00 committed by GitHub
commit ec2aa6d86d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 27 additions and 534 deletions

View file

@ -722,15 +722,6 @@ const SETTINGS_SCHEMA = {
description: 'The format to use when importing memory.',
showInDialog: false,
},
discoveryMaxDirs: {
type: 'number',
label: 'Memory Discovery Max Dirs',
category: 'Context',
requiresRestart: false,
default: 200,
description: 'Maximum number of directories to search for memory.',
showInDialog: true,
},
includeDirectories: {
type: 'array',
label: 'Include Directories',