Apply suggestions from code review

Co-authored-by: Joshua Lambert <25085430+lambertjosh@users.noreply.github.com>
This commit is contained in:
Joshua Lambert
2026-03-27 10:02:49 -04:00
committed by GitHub
parent e444e9cc52
commit 72291dd34a
@@ -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" /%}