From 757cfe0220caeed5db29949849887549003138b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Delbrayelle?= Date: Thu, 12 Mar 2026 16:06:11 +0100 Subject: [PATCH] fix: add missing / to btw --- guide/cheatsheet.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/cheatsheet.md b/guide/cheatsheet.md index 42fc6c3..5fae046 100644 --- a/guide/cheatsheet.md +++ b/guide/cheatsheet.md @@ -39,7 +39,7 @@ tags: [cheatsheet, reference] | `/mobile` | Get Claude mobile app download links | | `/fast` | Toggle fast mode (2.5x speed, 6x cost) | | `/voice` | Toggle voice input (hold Space to speak, release to send) | -| `btw [question]` | Side question overlay — read-only ephemeral agent, no history pollution, no tools | +| `/btw [question]` | Side question overlay — read-only ephemeral agent, no history pollution, no tools | | `/loop [interval] [prompt]` | Run a prompt on repeat (ex: `/loop 5m check the deploy`, default 10m) | | `/stats` | Usage graph, favorite model, streak | | `/rename [name]` | Name or rename the current session |