mirror of
https://github.com/anthropics/claude-code.git
synced 2026-09-14 19:48:39 +08:00
6 lines
200 B
TypeScript
6 lines
200 B
TypeScript
/**
|
|
* 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
|