Skip to content

Commit 80fafab

Browse files
committed
docs
1 parent f1bd42c commit 80fafab

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,9 @@ Not all, but most relevant functions and variables:
5151

5252
### Functions
5353

54-
- `eca-chat-add-context`: Add file/dirs to context checking multiple modes and region.
54+
- `eca-chat-add-context-to-system-prompt`: Add file/dirs to system prompt checking multiple modes with range support.
55+
- `eca-chat-add-context-to-user-prompt`: Add file/dirs to user prompt checking multiple modes with range support.
56+
- `eca-chat-add-filepath-to-user-prompt`: Add filepath mention only to user prompt checking multiple modes with range support.
5557
- `eca-chat-tool-call-accept-all`: Acceppt all pending tool calls in chat.
5658
- `eca-chat-tool-call-accept-next`: Acceppt next pending tool call in chat.
5759
- `eca-chat-tool-call-reject-next`: Reject next pending tool call in chat.

eca-util.el

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -213,9 +213,9 @@ Inheirits BASE-MAP."
213213
("E" "Show stderr (logs)" eca-show-stderr)]
214214

215215
["Context"
216-
("f" "Add current file" eca-chat-add-file-context)
217-
("d" "Drop current file" eca-chat-drop-file-context)
218-
("s" "Add current selection" eca-chat-add-context-at-point)]
216+
("s" "Add to system prompt" eca-chat-add-context-to-system-prompt)
217+
("u" "Add to user prompt" eca-chat-add-context-to-user-prompt)
218+
("d" "Drop from system prompt" eca-chat-drop-context-from-system-prompt)]
219219

220220
["Server"
221221
("R" "Restart" eca-restart)

0 commit comments

Comments
 (0)