We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e26552 commit fca708aCopy full SHA for fca708a
crates/chat-cli/src/cli/chat/cli/context.rs
@@ -59,6 +59,7 @@ pub enum ContextSubcommand {
59
paths: Vec<String>,
60
},
61
/// Remove specified rules from current profile
62
+ #[command(alias = "rm")]
63
Remove {
64
/// Remove specified rules globally
65
#[arg(short, long)]
crates/chat-cli/src/cli/chat/prompt.rs
@@ -45,12 +45,11 @@ pub const COMMANDS: &[&str] = &[
45
"/help",
46
"/editor",
47
"/issue",
48
- // "/acceptall", /// Functional, but deprecated in favor of /tools trustall
49
"/quit",
50
"/tools",
51
"/tools trust",
52
"/tools untrust",
53
- "/tools trustall",
+ "/tools trust-all",
54
"/tools reset",
55
"/mcp",
56
"/model",
0 commit comments