refactor: remove agent mode and related functionality; update help and README
This commit is contained in:
@@ -41,7 +41,6 @@ pub fn parse_command(text: &str) -> Command {
|
||||
"/mode" => {
|
||||
let mode = match arg1 {
|
||||
"chat" | "c" => ModeKind::Chat,
|
||||
"agents" | "a" => ModeKind::Agents,
|
||||
"bash" | "b" => ModeKind::Bash,
|
||||
"workflow" | "w" => ModeKind::Workflow,
|
||||
"help" | "h" => ModeKind::Help,
|
||||
|
||||
Reference in New Issue
Block a user