capsule-ai-cli
Version:
The AI Model Orchestrator - Intelligent multi-model workflows with device-locked licensing
11 lines • 392 B
TypeScript
import { BashTool } from './bash.js';
import { ToolExecutionContext } from '../types.js';
export declare class BashWithConfirmationTool extends BashTool {
ui: {
showProgress: boolean;
collapsible: boolean;
dangerous: boolean;
};
protected run(params: any, context: ToolExecutionContext): Promise<any>;
}
//# sourceMappingURL=bash-with-confirmation.d.ts.map