Skip to content

Commit df7a508

Browse files
committed
docs
1 parent 0c6009e commit df7a508

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/features.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ Here are the current supported contexts types:
7070
- `file`: a file in the workspace, server will pass its content to LLM (Supports optional line range).
7171
- `directory`: a directory in the workspace, server will read all file contexts and pass to LLM.
7272
- `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.
73+
- `cursor`: Current file path + cursor position or selection.
7374
- `mcpResource`: resources provided by running MCPs servers.
7475

7576
#### AGENTS.md automatic context

0 commit comments

Comments
 (0)