Feat: Add a denyTrustPatterns config #317
LARPkitten
started this conversation in
Feature request
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Checks
Feature Details
Description:
Add a
denyTrustCommandsarray to the shell tool settings schema so when a command matches a pattern in this list, kiro-cli will suppress the 'trust' option from the approval prompt. The command can still be approved for one-time execution, but the user is never offered permanent trust.Example:
The runtime behavior change in kiro-cli would be:
And the sync workflow in the skill would expand to populate both fields:
All reactions