You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|**File**|`@/path/to/file.ts`| Includes file contents in request context | "Explain the function in @/src/utils.ts" |
18
-
|**Folder**|`@/path/to/folder/`|Provides directory structure in tree format | "What files are in @/src/components/?" |
18
+
|**Folder**|`@/path/to/folder`|Includes contents of all files directly in the folder (non-recursive) | "Analyze the code in @/src/components" |
19
19
|**Problems**|`@problems`| Includes VS Code Problems panel diagnostics | "@problems Fix all errors in my code" |
20
20
|**Terminal**|`@terminal`| Includes recent terminal command and output | "Fix the errors shown in @terminal" |
21
21
|**Git Commit**|`@a1b2c3d`| References specific commit by hash | "What changed in commit @a1b2c3d?" |
@@ -39,14 +39,14 @@ Context mentions are a powerful way to provide Roo Code with specific informatio
39
39
40
40
<imgsrc="/img/context-mentions/context-mentions-2.png"alt="Folder mention example showing directory contents being referenced in the chat"width="600" />
41
41
42
-
*Folder mentions display directory structure in a readable tree format.*
42
+
*Folder mentions include the content of all files within the specified directory.*
0 commit comments