@@ -1857,13 +1857,6 @@ their corresponding top-level category object in your `settings.json` file.
18571857 - **Default:** `false`
18581858 - **Requires restart:** Yes
18591859
1860- - **`experimental.jitContext`** (boolean):
1861- - **Description:** Enable Just-In-Time (JIT) context loading. Defaults to
1862- true; set to false to opt out and load all GEMINI.md files into the system
1863- instruction up-front.
1864- - **Default:** `true`
1865- - **Requires restart:** Yes
1866-
18671860- **`experimental.useOSC52Paste`** (boolean):
18681861 - **Description:** Use OSC 52 for pasting. This may be more robust than the
18691862 default system when using remote terminal sessions (if your terminal is
@@ -1926,19 +1919,6 @@ their corresponding top-level category object in your `settings.json` file.
19261919 - **Default:** `"gemma3-1b-gpu-custom"`
19271920 - **Requires restart:** Yes
19281921
1929- - **`experimental.memoryV2`** (boolean):
1930- - **Description:** Disable the built-in save_memory tool and let the main
1931- agent persist project context by editing markdown files directly with
1932- edit/write_file. Route facts across four tiers: team-shared conventions go
1933- to project GEMINI.md files, project-specific personal notes go to the
1934- per-project private memory folder (MEMORY.md as index + sibling .md files
1935- for detail), and cross-project personal preferences go to the global
1936- ~/.gemini/GEMINI.md (the only file under ~/.gemini/ that the agent can edit
1937- — settings, credentials, etc. remain off-limits). Set to false to fall back
1938- to the legacy save_memory tool.
1939- - **Default:** `true`
1940- - **Requires restart:** Yes
1941-
19421922- **`experimental.stressTestProfile`** (boolean):
19431923 - **Description:** Significantly lowers token limits to force early garbage
19441924 collection and distillation for testing purposes.
0 commit comments