mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-20 08:47:44 +00:00
Session-Level Conversation History Management (#1113)
This commit is contained in:
@@ -59,6 +59,7 @@ const makeFakeConfig = (overrides: Partial<Config> = {}): Config => {
|
||||
getTelemetryLogPromptsEnabled: () => false,
|
||||
getFileFilteringRespectGitIgnore: () => true,
|
||||
getOutputFormat: () => 'text',
|
||||
getToolRegistry: () => undefined,
|
||||
...overrides,
|
||||
};
|
||||
return defaults as Config;
|
||||
|
||||
Reference in New Issue
Block a user