From 72291dd34a523cbc59cd2f92d5cb6a00acf15af1 Mon Sep 17 00:00:00 2001 From: Joshua Lambert <25085430+lambertjosh@users.noreply.github.com> Date: Fri, 27 Mar 2026 10:02:49 -0400 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Joshua Lambert <25085430+lambertjosh@users.noreply.github.com> --- .../kilo-docs/pages/code-with-ai/agents/using-agents.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/packages/kilo-docs/pages/code-with-ai/agents/using-agents.md b/packages/kilo-docs/pages/code-with-ai/agents/using-agents.md index 5132b60f58..71669e688c 100644 --- a/packages/kilo-docs/pages/code-with-ai/agents/using-agents.md +++ b/packages/kilo-docs/pages/code-with-ai/agents/using-agents.md @@ -50,13 +50,13 @@ Four ways to switch modes: {% image src="/docs/img/modes/modes.png" alt="Using the dropdown menu to switch modes" width="400" /%} -2. **Slash command:** Type `/agents` or `/modes` to list modes and switch. Type `/new` to create a new task, and `/compact` to condense context. +2. **Slash command:** Type `/agents` or `/modes` to list modes and switch. Type `/newtask` to create a new task, or `/smol` to condense your context window. {% image src="/docs/img/modes/modes-1.png" alt="Using slash commands to switch modes" width="400" /%} ### Understanding /newtask vs /smol -Users often confuse `/new` and `/compact`. Here's the key difference: +Users often confuse `/newtask` and `/smol`. Here's the key difference: | Command | Purpose | When to Use | | ---------- | ----------------------------------------------------- | ----------------------------------------------------------------------- | @@ -71,6 +71,8 @@ Users often confuse `/new` and `/compact`. Here's the key difference: | Windows | Ctrl + . | | Linux | Ctrl + . | +You can hold `shift` to move backwards through the list of modes, for example ⌘ + shift + on macOS. + 4. **Accept suggestions:** Click on mode switch suggestions that Kilo Code offers when appropriate {% image src="/docs/img/modes/modes-2.png" alt="Accepting a mode switch suggestion from Kilo Code" width="400" /%}