merge duplicate imports packages/cli/src subtask3 (#22056)

This commit is contained in:
nityam
2026-03-12 02:51:40 +05:30
committed by GitHub
parent 3bf4f885d8
commit 352bbc36c0
46 changed files with 192 additions and 127 deletions

View File

@@ -5,15 +5,14 @@
*/
import type { Settings } from '../config/settings.js';
import type {
SettingDefinition,
SettingsSchema,
SettingsType,
SettingsValue,
import {
getSettingsSchema,
type SettingDefinition,
type SettingsSchema,
type SettingsType,
type SettingsValue,
} from '../config/settingsSchema.js';
import { getSettingsSchema } from '../config/settingsSchema.js';
import type { Config } from '@google/gemini-cli-core';
import { ExperimentFlags } from '@google/gemini-cli-core';
import { ExperimentFlags, type Config } from '@google/gemini-cli-core';
// The schema is now nested, but many parts of the UI and logic work better
// with a flattened structure and dot-notation keys. This section flattens the