diff --git a/webview-ui/src/utils/slash-commands.ts b/webview-ui/src/utils/slash-commands.ts index 598a35e55e1..a31816f3ce3 100644 --- a/webview-ui/src/utils/slash-commands.ts +++ b/webview-ui/src/utils/slash-commands.ts @@ -30,7 +30,7 @@ export function getSupportedSlashCommands( }, { name: "reportbug", description: "Create a KiloCode GitHub issue" }, { name: "smol", description: "Condenses your current context window" }, - { name: "session", description: "Session management " }, // kilocode_change + { name: "session", description: "Session management " }, // kilocode_change ] // Add mode-switching commands dynamically