Skip to content

Commit 70a72a4

Browse files
authored
feat: adds accept all toggle in welcome msg (#734)
1 parent 11c8822 commit 70a72a4

File tree

1 file changed

+1
-0
lines changed
  • crates/q_cli/src/cli/chat

1 file changed

+1
-0
lines changed

crates/q_cli/src/cli/chat/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ const WELCOME_TEXT: &str = color_print::cstr! {"
9191
9292
<em>/help</em> <black!>Show the help dialogue</black!>
9393
<em>/quit</em> <black!>Quit the application</black!>
94+
<em>/acceptall</em> <black!>Toggle tool use acceptance prompting</black!>
9495
9596
9697
"};

0 commit comments

Comments
 (0)