chore: clean up orphaned bfsFileSearch code and discoveryMaxDirs setting

This commit is contained in:
tanzhenxin 2026-01-19 14:10:42 +08:00
parent 79cce84280
commit 8b5f198e3c
10 changed files with 11 additions and 449 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',