mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-20 16:57:46 +00: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