mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-13 05:12:55 -07:00
chore: fix lint and docs
This commit is contained in:
@@ -756,7 +756,7 @@ their corresponding top-level category object in your `settings.json` file.
|
|||||||
|
|
||||||
#### `tools`
|
#### `tools`
|
||||||
|
|
||||||
- **`tools.sandbox`** (boolean | string | object):
|
- **`tools.sandbox`** (string):
|
||||||
- **Description:** Sandbox execution environment. Set to a boolean to enable
|
- **Description:** Sandbox execution environment. Set to a boolean to enable
|
||||||
or disable the sandbox, provide a string path to a sandbox profile, or
|
or disable the sandbox, provide a string path to a sandbox profile, or
|
||||||
specify an explicit sandbox command (e.g., "docker", "podman", "lxc").
|
specify an explicit sandbox command (e.g., "docker", "podman", "lxc").
|
||||||
|
|||||||
@@ -26,7 +26,10 @@ import {
|
|||||||
serializeTerminalToObject,
|
serializeTerminalToObject,
|
||||||
type AnsiOutput,
|
type AnsiOutput,
|
||||||
} from '../utils/terminalSerializer.js';
|
} from '../utils/terminalSerializer.js';
|
||||||
import { sanitizeEnvironment, type EnvironmentSanitizationConfig } from './environmentSanitization.js';
|
import {
|
||||||
|
sanitizeEnvironment,
|
||||||
|
type EnvironmentSanitizationConfig,
|
||||||
|
} from './environmentSanitization.js';
|
||||||
import { NoopSandboxManager } from './sandboxManager.js';
|
import { NoopSandboxManager } from './sandboxManager.js';
|
||||||
import { killProcessGroup } from '../utils/process-utils.js';
|
import { killProcessGroup } from '../utils/process-utils.js';
|
||||||
const { Terminal } = pkg;
|
const { Terminal } = pkg;
|
||||||
|
|||||||
Reference in New Issue
Block a user