@@ -292,7 +292,7 @@ You can also set default sticky prompts in the configuration:
292292 {
293293 sticky = {
294294 '@models Using Mistral-small',
295- '#files:full ',
295+ '#files',
296296 }
297297 }
298298<
@@ -335,22 +335,24 @@ CONTEXTS *CopilotChat-contexts*
335335Contexts provide additional information to the chat. Add context using
336336`#context_name[:input ]` syntax:
337337
338- Context Input Support Description
339- ---------- --------------- -------------------------------------
340- buffer ✓ (number) Current or specified buffer content
341- buffers ✓ (type) All buffers content (listed/all)
342- file ✓ (path) Content of specified file
343- files ✓ (mode) Workspace files (list/full content)
344- git ✓ (ref) Git diff (unstaged/staged/commit)
345- url ✓ (url) Content from URL
346- register ✓ (name) Content of vim register
347- quickfix - Quickfix list file contents
338+ Context Input Support Description
339+ ----------- --------------- -------------------------------------
340+ buffer ✓ (number) Current or specified buffer content
341+ buffers ✓ (type) All buffers content (listed/all)
342+ file ✓ (path) Content of specified file
343+ files ✓ (glob) Workspace files
344+ filenames ✓ (glob) Workspace file names
345+ git ✓ (ref) Git diff (unstaged/staged/commit)
346+ url ✓ (url) Content from URL
347+ register ✓ (name) Content of vim register
348+ quickfix - Quickfix list file contents
348349Examples:
349350
350351>markdown
351352 > #buffer
352353 > #buffer:2
353- > #files:list
354+ > #files:.lua
355+ > #filenames
354356 > #git:staged
355357 > #url:https://example.com
356358<
0 commit comments