[FEATURE] Allow for updated input in `PermissionRequest:ExitPlanTool:Approve` hook

Status Fixed / completed
Maintainer reply None cached
Activity 17 comments · opened Jan 1, 2026 · closed Aug 17, 2026

Preflight Checklist

  • [x] I have searched existing requests and this feature hasn't been requested yet
  • [x] This is a single feature request (not multiple features)

Problem Statement

I would like to be able to send additional feedback along with approval of a plan with PermissionRequest hook responds with behavior:allow (for tool ExitPlanMode). For instance, accepting a plan but guiding Claude with additional instructions for the plan. This is useful for users who work with spec-driven development.

See a user request here: https://github.com/backnotprop/plannotator/issues/7

Related to #15755

Proposed Solution

Within the hook tool call sequence for approving a plan, iePermissionRequest:ExitPlanTool:Approve, please add the ability to submit extra context.

"hookSpecificOutput": {
"hookEventName": "PermissionRequest",
"decision": {
"behavior": "allow",
"updatedInput": {
"plan": "{full_plan}", // or:
"appendToPlan": "{extra details}"
}
}
}
}

Alternative Solutions

_No response_

Priority

Medium - Would be very helpful

Feature Category

Other

Use Case Example

Plugin, check it out.

https://github.com/backnotprop/plannotator/issues/7

Additional Context

_No response_

View original on GitHub ↗

15 Comments

bradennapier · 8 months ago

https://github.com/bradennapier/ai-model-registry/tree/main/docs/specs

  • Incremental spec driven dev <3
  • stateful and resumable

---

It prob makes most sense to just allow sending a message property so that it works the same way as deny works today.

backnotprop · 7 months ago

This may have been completed in v2.1.7 as well. wow big update to close 2 issues.

backnotprop · 7 months ago
• Added ability to provide feedback when accepting permission prompts
backnotprop · 7 months ago

Never mind. It's in the UI, but not for hooks.

ray-amjad · 7 months ago

+1 This feature! It'd be really helpful in my workflow.

gaodes · 7 months ago

+1

Jassu225 · 6 months ago

+1

Ro444elle · 6 months ago

yes, +1. would be very useful to give feedback on plan- on localhost review

metodn · 6 months ago

+1

annikovk · 5 months ago

+1

backnotprop · 5 months ago

+1

backnotprop · 4 months ago

+1

balaji-dutt · 2 months ago

Only adding a +1 to this issue because @backnotprop asked me to 😉

Jassu225 · 2 months ago

+1

ckelsoe · 2 months ago

+1

Showing cached comments. Read the full discussion on GitHub ↗