Skip to content

feat(context): add full file content support for files#627

Merged
deathbeam merged 1 commit into
CopilotC-Nvim:canaryfrom
deathbeam:add-files-full
Nov 28, 2024
Merged

feat(context): add full file content support for files#627
deathbeam merged 1 commit into
CopilotC-Nvim:canaryfrom
deathbeam:add-files-full

Conversation

@deathbeam
Copy link
Copy Markdown
Collaborator

The files context provider now supports two modes:

  • 'list' (default) - includes only filenames in the workspace
  • 'full' - includes both filenames and their content

This change provides more flexibility when needing full context from workspace files. The implementation also adds proper filetype detection and filtering for files to ensure only text files are included.

Closes #360

@deathbeam deathbeam added the enhancement New feature or request label Nov 28, 2024
The files context provider now supports two modes:
- 'list' (default) - includes only filenames in the workspace
- 'full' - includes both filenames and their content

This change provides more flexibility when needing full context from workspace
files. The implementation also adds proper filetype detection and filtering
for files to ensure only text files are included.

Closes CopilotC-Nvim#360

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
@deathbeam deathbeam merged commit ed7234c into CopilotC-Nvim:canary Nov 28, 2024
@deathbeam deathbeam deleted the add-files-full branch March 9, 2025 23:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Full-Context awareness in a Git repository or Folder

1 participant