diff options
| author | Niladri Das <[email protected]> | 2025-07-31 22:06:50 +0530 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-07-31 16:36:50 +0000 |
| commit | 9a6422f331294ea2f56d67599ed142d09cc33320 (patch) | |
| tree | 16f3e58fc1ce3b6de88082dd4bb194a6635bafac /packages/cli/src/ui/commands/memoryCommand.ts | |
| parent | ae86c7ba05567264ca2d115a7f96d887bc576457 (diff) | |
fix: CLAUDE.md compatibility for GEMINI.md '@' file import behavior (#2978)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: Allen Hutchison <[email protected]>
Diffstat (limited to 'packages/cli/src/ui/commands/memoryCommand.ts')
| -rw-r--r-- | packages/cli/src/ui/commands/memoryCommand.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/cli/src/ui/commands/memoryCommand.ts b/packages/cli/src/ui/commands/memoryCommand.ts index fe698c0f..370bb1fb 100644 --- a/packages/cli/src/ui/commands/memoryCommand.ts +++ b/packages/cli/src/ui/commands/memoryCommand.ts @@ -92,6 +92,7 @@ export const memoryCommand: SlashCommand = { config.getDebugMode(), config.getFileService(), config.getExtensionContextFilePaths(), + context.services.settings.merged.memoryImportFormat || 'tree', // Use setting or default to 'tree' config.getFileFilteringOptions(), context.services.settings.merged.memoryDiscoveryMaxDirs, ); |
