mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-27 16:15:50 +00:00
fix(cli) : fixed bug #8310 where /memory refresh will create discrepancies with initial memory load ignoring settings/config for trusted folder and file filters (#10611)
Co-authored-by: Bryan Morgan <bryanmorgan@google.com>
This commit is contained in:
@@ -16,7 +16,12 @@ import {
|
||||
OutputFormat,
|
||||
type GeminiCLIExtension,
|
||||
} from '@google/gemini-cli-core';
|
||||
import { loadCliConfig, parseArguments, type CliArgs } from './config.js';
|
||||
import {
|
||||
loadCliConfig,
|
||||
loadHierarchicalGeminiMemory,
|
||||
parseArguments,
|
||||
type CliArgs,
|
||||
} from './config.js';
|
||||
import type { Settings } from './settings.js';
|
||||
import { ExtensionStorage } from './extension.js';
|
||||
import * as ServerConfig from '@google/gemini-cli-core';
|
||||
|
||||
Reference in New Issue
Block a user