feat: add support for Router provider and enhance command handling

This commit is contained in:
asepharyana
2026-07-12 01:43:57 +07:00
parent a8fee71e06
commit 9f272d5973
5 changed files with 48 additions and 7 deletions
+10
View File
@@ -72,11 +72,21 @@ const COMMANDS: &[&str] = &[
"/lesson ls",
"/lesson export",
"/lesson import",
"/lesson accept",
"/lesson reject",
"/mode chat",
"/mode bash",
"/mode help",
"/mode settings",
"/mode effort",
"/mode mcp",
"/mode rewind",
"/mode editor",
"/login",
"/login zen",
"/login openai",
"/edit",
"/mcp add",
];
impl InputState {