File size: 200 Bytes
bdbd3b2 | 1 2 3 4 5 6 | /**
* The tools whose completion may have changed the working tree without an
* edit record: a refresh trigger, never an open trigger.
*/
export const SHELL_TOOLS = ['Bash', 'PowerShell'] as const
|
bdbd3b2 | 1 2 3 4 5 6 | /**
* The tools whose completion may have changed the working tree without an
* edit record: a refresh trigger, never an open trigger.
*/
export const SHELL_TOOLS = ['Bash', 'PowerShell'] as const
|