Skip to content

fix(completion): require tool uri for input completion#1328

Merged
deathbeam merged 1 commit intoCopilotC-Nvim:mainfrom
deathbeam:do-not-complete-tools
Aug 13, 2025
Merged

fix(completion): require tool uri for input completion#1328
deathbeam merged 1 commit intoCopilotC-Nvim:mainfrom
deathbeam:do-not-complete-tools

Conversation

@deathbeam
Copy link
Copy Markdown
Collaborator

Previously, input completion was triggered for tools without a defined uri, which could lead to errors or unexpected behavior. This change ensures that input completion only occurs when both the tool and its schema are present and the tool has a valid uri property.

Previously, input completion was triggered for tools without a defined
`uri`, which could lead to errors or unexpected behavior. This change
ensures that input completion only occurs when both the tool and its
schema are present and the tool has a valid `uri` property.
@deathbeam deathbeam added the bug Something isn't working label Aug 13, 2025
@deathbeam deathbeam merged commit 76cc416 into CopilotC-Nvim:main Aug 13, 2025
4 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.

1 participant