Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(ui): add option to control references display mode #873

Merged
merged 1 commit into from
Feb 26, 2025

Conversation

deathbeam
Copy link
Collaborator

Add new configuration option references_display that allows users to control how references are displayed in chat responses. Two modes are supported:

  • 'virtual': displays references as virtual text (default)
  • 'write': writes references directly into the chat buffer as markdown links

This gives users more flexibility in how reference information is presented and interacted with in the chat interface.

image

Add new configuration option `references_display` that allows
users to control how references are displayed in chat responses.
Two modes are supported:
- 'virtual': displays references as virtual text (default)
- 'write': writes references directly into the chat buffer as
  markdown links

This gives users more flexibility in how reference information is
presented and interacted with in the chat interface.
@deathbeam deathbeam added documentation Improvements or additions to documentation enhancement New feature or request labels Feb 26, 2025
@deathbeam deathbeam merged commit 484e436 into CopilotC-Nvim:main Feb 26, 2025
1 of 2 checks passed
@deathbeam deathbeam deleted the reference-display branch February 26, 2025 23:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant