mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 19:52:02 +00:00
chore: clean up orphaned bfsFileSearch code and discoveryMaxDirs setting
This commit is contained in:
parent
79cce84280
commit
8b5f198e3c
10 changed files with 11 additions and 449 deletions
|
|
@ -1331,9 +1331,7 @@ describe('SettingsDialog', () => {
|
|||
truncateToolOutputThreshold: 50000,
|
||||
truncateToolOutputLines: 1000,
|
||||
},
|
||||
context: {
|
||||
discoveryMaxDirs: 500,
|
||||
},
|
||||
context: {},
|
||||
model: {
|
||||
maxSessionTurns: 100,
|
||||
skipNextSpeakerCheck: false,
|
||||
|
|
@ -1466,7 +1464,6 @@ describe('SettingsDialog', () => {
|
|||
disableFuzzySearch: true,
|
||||
},
|
||||
loadMemoryFromIncludeDirectories: true,
|
||||
discoveryMaxDirs: 100,
|
||||
},
|
||||
});
|
||||
const onSelect = vi.fn();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue