Skip to content

Commit 9fb1b96

Browse files
authored
Update context-mentions.md
1 parent 9fd1596 commit 9fb1b96

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/basic-usage/context-mentions.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@ Use the `@problems` mention to include a list of all current errors and warnings
2727
* **Example:** "@problems Fix all errors in the current file."
2828
* **Note:** This is especially useful when you see errors in the Problems panel and want Roo Code to address them.
2929

30+
### Terminal Mention (`@terminal`)
31+
32+
Use the `@terminal` mention to include the last command run in the terminal along with its output.
33+
34+
* **Example:** "Fix the warnings in the @terminal."
35+
3036
### Git Commit Mentions (`@a1b2c3d`)
3137

3238
Use a Git commit hash (short or long) to include information about a specific commit.
@@ -59,4 +65,4 @@ Use a URL to have Roo Code fetch and include the content of a website.
5965
* **Use Relative Paths:** When referring to files within your workspace, use paths relative to the workspace root.
6066
* **Check for Typos:** Make sure the file paths and commit hashes are correct.
6167

62-
Context mentions are a powerful tool for providing Roo Code with the information it needs to complete your tasks effectively. Experiment with different types of mentions to see how they can improve your workflow.
68+
Context mentions are a powerful tool for providing Roo Code with the information it needs to complete your tasks effectively. Experiment with different types of mentions to see how they can improve your workflow.

0 commit comments

Comments
 (0)