feat: Optimize the code and delete unnecessary parameters. Be compatible with correlation functions and configurations, as well as optimize test cases

This commit is contained in:
刘伟光 2026-01-19 11:54:10 +08:00
parent 04a11aa111
commit b9207c5884
5 changed files with 0 additions and 21 deletions

View file

@ -575,7 +575,6 @@ export const AppContainer = (props: AppContainerProps) => {
config.getExtensionContextFilePaths(),
config.isTrustedFolder(),
settings.merged.context?.importFormat || 'tree', // Use setting or default to 'tree'
config.getFileFilteringOptions(),
);
config.setUserMemory(memoryContent);