File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments