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

fix: correct chat config handling #679

Merged
merged 1 commit into from
Dec 5, 2024

Conversation

deathbeam
Copy link
Collaborator

When opening chat and asking questions, ensure proper config inheritance by deep extending chat state config with provided config and global config. Also move config handling before early returns to maintain consistency.

Closes #676

@deathbeam deathbeam added the bug Something isn't working label Dec 5, 2024
When opening chat and asking questions, ensure proper config inheritance
by deep extending chat state config with provided config and global config.
Also move config handling before early returns to maintain consistency.

Closes CopilotC-Nvim#676

Signed-off-by: Tomas Slusny <[email protected]>
@deathbeam deathbeam merged commit 1fe19d1 into CopilotC-Nvim:main Dec 5, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Changed behavior in custom commands interaction after v3.2.0
1 participant