Feature Request: Rejection Comments in permissions.yaml #9260
Evgene-Kopylov
started this conversation in
Feature Requests
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.
-
Feature Request: Rejection Comments in permissions.yaml
Problem
When a tool call is rejected (manually or via
permissions.yaml), the model doesn't understand why and often repeats the same mistake. Rules in.continuerulesare often ignored after several tool calls.Proposed Solution
Add optional comment/hint syntax to
permissions.yamlthat gets sent to the model when a tool is rejected:Benefits
Current Behavior
→ Model receives generic rejection → repeats mistake
Desired Behavior
→ Model receives rejection + hint → adjusts behavior
Beta Was this translation helpful? Give feedback.
All reactions