mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-20 18:14:29 -07:00
rename dev image with -dev suffix (#195)
This commit is contained in:
@@ -24,6 +24,7 @@ export interface ShellToolParams {
|
||||
import { spawn } from 'child_process';
|
||||
|
||||
export class ShellTool extends BaseTool<ShellToolParams, ToolResult> {
|
||||
// name should match TerminalTool.Name used in prompts.ts for now
|
||||
static Name: string = 'execute_bash_command';
|
||||
private readonly config: Config;
|
||||
private whitelist: Set<string> = new Set();
|
||||
|
||||
Reference in New Issue
Block a user