Skip to content

Commit fca708a

Browse files
authored
fix: fuzzy search using wrong name for trust-all (#373)
1 parent 6e26552 commit fca708a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/chat-cli/src/cli/chat/cli/context.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ pub enum ContextSubcommand {
5959
paths: Vec<String>,
6060
},
6161
/// Remove specified rules from current profile
62+
#[command(alias = "rm")]
6263
Remove {
6364
/// Remove specified rules globally
6465
#[arg(short, long)]

crates/chat-cli/src/cli/chat/prompt.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,11 @@ pub const COMMANDS: &[&str] = &[
4545
"/help",
4646
"/editor",
4747
"/issue",
48-
// "/acceptall", /// Functional, but deprecated in favor of /tools trustall
4948
"/quit",
5049
"/tools",
5150
"/tools trust",
5251
"/tools untrust",
53-
"/tools trustall",
52+
"/tools trust-all",
5453
"/tools reset",
5554
"/mcp",
5655
"/model",

0 commit comments

Comments
 (0)