Skip to content

Commit aaa8de6

Browse files
committed
/bash uses new label mode
1 parent fee3441 commit aaa8de6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

cli/src/utils/input-modes.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,11 @@ export const INPUT_MODE_CONFIGS: Record<InputMode, InputModeConfig> = {
6363
blockKeyboardExit: false,
6464
},
6565
bash: {
66-
icon: '!',
67-
label: null,
68-
color: 'success',
66+
icon: null,
67+
label: '!',
68+
color: 'info',
6969
placeholder: 'enter bash command...',
70-
widthAdjustment: 2, // 1 char + 1 padding
70+
widthAdjustment: 4, // ` ! ` (3 chars) + 1 padding
7171
showAgentModeToggle: false,
7272
disableSlashSuggestions: true,
7373
blockKeyboardExit: false,

0 commit comments

Comments
 (0)