Skip to content

Commit a84097b

Browse files
committed
remove the highrisk message
1 parent 945a882 commit a84097b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/core/src/codewhispererChat/tools/executeBash.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ export const commandCategories = new Map<string, CommandCategory>([
106106
export const maxBashToolResponseSize: number = 1024 * 1024 // 1MB
107107
export const lineCount: number = 1024
108108
export const destructiveCommandWarningMessage = '⚠️ WARNING: Destructive command detected:\n\n'
109-
export const highRiskCommandWarningMessage = '⚠️ WARNING: High risk command detected:\n\n'
110109
export const mutateCommandWarningMessage = 'Mutation command:\n\n'
111110

112111
export interface ExecuteBashParams {

0 commit comments

Comments
 (0)