mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 19:52:02 +00:00
Merge branch 'main' into feat/cli-welcome-screen
This commit is contained in:
commit
046559408b
49 changed files with 1922 additions and 707 deletions
|
|
@ -1311,9 +1311,7 @@ describe('SettingsDialog', () => {
|
|||
truncateToolOutputThreshold: 50000,
|
||||
truncateToolOutputLines: 1000,
|
||||
},
|
||||
context: {
|
||||
discoveryMaxDirs: 500,
|
||||
},
|
||||
context: {},
|
||||
model: {
|
||||
maxSessionTurns: 100,
|
||||
skipNextSpeakerCheck: false,
|
||||
|
|
@ -1443,7 +1441,6 @@ describe('SettingsDialog', () => {
|
|||
disableFuzzySearch: true,
|
||||
},
|
||||
loadMemoryFromIncludeDirectories: true,
|
||||
discoveryMaxDirs: 100,
|
||||
},
|
||||
});
|
||||
const onSelect = vi.fn();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue