feat: added terminal error capturing and automated fix prompt
This commit is contained in:
@@ -20,3 +20,10 @@ export interface StartAction extends BaseAction {
|
||||
export type BoltAction = FileAction | ShellAction | StartAction;
|
||||
|
||||
export type BoltActionData = BoltAction | BaseAction;
|
||||
|
||||
export interface ActionAlert {
|
||||
type: 'error' | 'info';
|
||||
title: string;
|
||||
description: string;
|
||||
content: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user