Skip to content

feat(trusted-tools): auto-execute trusted tool calls#1556

Merged
deathbeam merged 1 commit intoCopilotC-Nvim:mainfrom
deathbeam:trusted-tools-and-readme
Apr 16, 2026
Merged

feat(trusted-tools): auto-execute trusted tool calls#1556
deathbeam merged 1 commit intoCopilotC-Nvim:mainfrom
deathbeam:trusted-tools-and-readme

Conversation

@deathbeam
Copy link
Copy Markdown
Collaborator

Add trusted_tools config option to allow automatic execution of
trusted tool calls without manual approval. By default, all tool calls
require approval, but users can now trust specific tools, groups, or all
tools. Update README and type annotations to document the new behavior.
Trusted tools are determined by function definition, group, or name.

Closes #1534

Add `trusted_tools` config option to allow automatic execution of
trusted tool calls without manual approval. By default, all tool calls
require approval, but users can now trust specific tools, groups, or all
tools. Update README and type annotations to document the new behavior.
Trusted tools are determined by function definition, group, or name.

Closes CopilotC-Nvim#1534
@deathbeam deathbeam merged commit 1af80ec into CopilotC-Nvim:main Apr 16, 2026
4 checks passed
@josealvaradoo
Copy link
Copy Markdown

thank you so much @deathbeam

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

revisit auto-approve using MCPHub toggles

2 participants