generated from nhcarrigan/template
Permission flow only grants permission for the most recent tool request #112
Closed
opened 2026-02-06 16:02:52 -08:00 by hikari
·
0 comments
No Branch/Tag Specified
main
dependencies/update--tauri-apps-plugin-fs
dependencies/update--tauri-apps-plugin-dialog
dependencies/update--codemirror-language
dependencies/update--codemirror-lang-yaml
dependencies/update-tailwindcss
dependencies/update--tailwindcss-vite
dependencies/update--vitest-coverage-v8
dependencies/update--codemirror-commands
dependencies/update--codemirror-state
dependencies/update-prettier-plugin-svelte
dependencies/update--codemirror-lang-javascript
dependencies/update-lucide-svelte
dependencies/update-marked
dependencies/update-typescript-eslint
dependencies/update-svelte
dependencies/update-eslint-plugin-svelte
dependencies/update--codemirror-view
dependencies/update-eslint
dependencies/update--eslint-js
dependencies/update--tauri-apps-cli
dependencies/update--sveltejs-kit
dependencies/update--tauri-apps-plugin-shell
dependencies/update--tauri-apps-api
dependencies/update-jsdom
dependencies/update-globals
dependencies/update-svelte-check
feat/providers
fix/paths
dependencies/update-vitest
dependencies/update-vite
dependencies/update-typescript
dependencies/update-prettier
dependencies/update--sveltejs-vite-plugin-svelte
dependencies/update--sveltejs-adapter-static
dependencies/update-codemirror
dependencies/update--tauri-apps-plugin-store
dependencies/update--tauri-apps-plugin-os
dependencies/update--tauri-apps-plugin-opener
dependencies/update--tauri-apps-plugin-notification
v1.14.0
v1.13.0
v1.12.0
v1.11.1
v1.11.0
v1.10.0
v1.9.0
v1.8.1
v1.8.0
v1.7.0
v1.6.0
v1.5.1
v1.5.0
v1.4.0
v1.3.0
v1.2.0
v1.1.1
v1.1.0
v1.0.0
v0.3.0
v0.2.0
v0.1.0
Labels
Clear labels
aspect
code
Concerns the software code in the repository
aspect
dx
Concerns developers' experience with the codebase
aspect
interface
Concerns end-users' experience with the software
aspect
text
Concerns the documentation material in the repository
contribute
good first issue
A great opportunity for a team member to learn a new codebase
contribute
help wanted
Open for anyone on our team to grab.
contribute
staff only
Restricted to our executive leadership.
goal
addition
Addition of new feature
goal
fix
Bug fix
goal
improvement
Improvement to an existing feature
points
1
Very simple issue requiring minimal effort and complexity.
points
13
Extremely complex issue representing major undertakings. Should be broken down into smaller pieces.
points
2
Simple issue that requires a bit more thought or investigation.
points
3
Moderate complexity issue requiring more substantial work.
points
5
Complex issue requiring significant effort and expertise.
points
8
Very complex issue requiring extensive work and deep expertise.
priority
critical
1
Must be fixed ASAP
priority
high
2
Stalls work on the project or its dependents
priority
low
4
Low priority and doesn't need to be rushed
priority
medium
3
Not blocking but should be fixed soon
priority
none
5
No priority, should only be performed when a developer is available
status
awaiting triage
Has not been triaged & therefore, not ready for work
status
blocked
Blocked and therefore not ready for work
status
discarded
Will not be worked on
status
discontinued
Not suitable for work as repo is in maintenance
status
label work required
Needs proper labelling before it can be worked on
status
ready for dev
Ready for work
status
ticket work required
Needs more details before it can be worked on
talk
discussion
Open for discussions and feedback
talk
question
Can be resolved with an answer
time
1 day
Approximately one full day of development work.
time
1-2 weeks
One to two weeks of focused development effort.
time
2-3 days
Two to three days of development effort.
time
4-5 days
Approximately one week of development work.
time
<1 day
Less than one day of focused work. Quick fixes or simple tasks.
time
>2 weeks
More than two weeks of development work. Must be broken down into smaller pieces.
No Label
Milestone
No items
No Milestone
Assignees
gurkirat
hanna (Hanna Rose)
hikari (Hikari)
minori (Minori)
naomi (Naomi Carrigan)
rain
teklu
tim
Clear assignees
No Assignees
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: nhcarrigan/hikari-desktop#112
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
When multiple tools require permission approval simultaneously, the permission flow only grants permission for the most recent tool. Earlier tool requests in the same batch are silently dropped, requiring the user to re-trigger those tool calls manually.
Steps to Reproduce
Expected Behaviour
When multiple tools need permission in the same batch, all of them should be presented for approval — either as a combined permission prompt or as sequential prompts. Granting permission should apply to all requested tools, not just the most recent one.
Actual Behaviour
Only the most recent tool permission request is presented and granted. Earlier requests in the same batch are lost, causing those tool calls to fail.
Impact
This creates a frustrating loop where the user keeps granting permissions but the agent keeps failing on earlier tool calls, requiring multiple retry cycles to get all permissions approved.
✨ This issue was created with help from Hikari~ 🌸