Skip to content

Commit 4cff6d5

Browse files
committed
docs
1 parent f8d6a4c commit 4cff6d5

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

docs/features.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,16 +71,14 @@ Here are the current supported contexts types:
7171

7272
- `file`: a file in the workspace, server will pass its content to LLM (Supports optional line range) and images.
7373
- `directory`: a directory in the workspace, server will read all file contexts and pass to LLM.
74-
- ~`repoMap`: a summary view of workspaces files and folders, server will calculate this and pass to LLM. Currently, the repo-map includes only the file paths in git.~
7574
- `cursor`: Current file path + cursor position or selection.
7675
- `mcpResource`: resources provided by running MCPs servers.
7776

7877
User can include those in 3 different ways that can be used for different purposes:
7978

80-
- `#` in prompt: When completing with `#` in the prompt, when sending ECA will just mention the full file path in the mesage, LLM may use tools to read the file. __Useful for file path only mention in chat history__.
81-
- `@` in prompt: When completing with `@` in the prompt, when sending ECA will append a user-message with the context content. __Useful for chat history context__.
82-
- `@` in context area (above prompt): When completing `@` in the context area, when sending ECA will use it in the instructions/system prompt of LLM request. __Useful for one-time only context__.
83-
79+
- `#` in prompt: ECA will just mention the full file path in the mesage, LLM may use tools to read the file. __Useful for file path only mention in chat history__.
80+
- `@` in prompt: ECA will append a user-message with the context full content. __Useful for chat history context__.
81+
- `@` in context area (above prompt): ECA will use it in the instructions/system prompt of LLM request. __Useful for one-time only context__.
8482

8583
#### AGENTS.md automatic context
8684

0 commit comments

Comments
 (0)