fix(app): make auto-accept permissions app-level - #47320
Draft
ProdigyRahul wants to merge 2 commits into
Draft
Conversation
Contributor
|
The following comment was made by an LLM, it may be inaccurate: Based on the search results, I found a related PR that may be relevant: Related PR:
This PR is likely related because it addresses auto-accept permissions on new sessions, which is closely aligned with the current PR's goal of making auto-accept permissions an app-level setting that applies across sessions. Other related PRs that address auto-accept permissions (but appear to be older/different scopes):
The most important one to check is #47104, as it appears to be addressing the same feature area very recently. |
ProdigyRahul
marked this pull request as ready for review
September 4, 2026 16:01
ProdigyRahul
marked this pull request as draft
September 4, 2026 16:16
Contributor
|
Thanks for updating your PR! It now meets our contributing guidelines. 👍 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue for this PR
closes #37617
related to #38289
Type of change
What does this PR do?
auto-accept permissions is now one saved app setting. it can be turned on from the home screen before a session is open, and the same choice is used for every session. failed automatic replies are retried, and pending requests found after reconnecting are approved.
the v2 app already has this behavior in #44608. this brings the same behavior to the desktop dev app.
How did you verify your code works?
Screenshots / recordings
before
after
Checklist