Enhance permission error handling for network requests and improve user feedback#516
Merged
Conversation
Contributor
Author
|
@copilot please this clippy issue |
Contributor
Contributor
There was a problem hiding this comment.
Pull Request Overview
Copilot reviewed 5 out of 5 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Contributor
Author
|
@copilot can you build this wassette and load all the examples (just build-examples) and try them out with the inspector CLI commands? I would like tosee this new error handling is working for all the examples in this repostiory properly. Report your findings in a PR comment using gh |
Contributor
Mossaka
pushed a commit
that referenced
this pull request
Nov 11, 2025
7288a9e to
1e13405
Compare
Mossaka
added a commit
that referenced
this pull request
Nov 11, 2025
…#519) * Enhance permission error handling for network requests and improve user feedback Signed-off-by: Jiaxiao Zhou <duibao55328@gmail.com> * Add changelog fragment for PR #516 [skip-ci] * Remove unnecessary .into() conversion in error handling (#517) * Initial plan * Fix clippy useless_conversion warning by removing unnecessary .into() call Co-authored-by: Mossaka <5447827+Mossaka@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: Mossaka <5447827+Mossaka@users.noreply.github.com> * Initial plan * Test enhanced permission error handling across all example components Co-authored-by: Mossaka <5447827+Mossaka@users.noreply.github.com> --------- Signed-off-by: Jiaxiao Zhou <duibao55328@gmail.com> Co-authored-by: Jiaxiao Zhou <duibao55328@gmail.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com> Co-authored-by: Mossaka <5447827+Mossaka@users.noreply.github.com>
…er feedback Signed-off-by: Jiaxiao Zhou <duibao55328@gmail.com>
…#519) * Enhance permission error handling for network requests and improve user feedback Signed-off-by: Jiaxiao Zhou <duibao55328@gmail.com> * Add changelog fragment for PR #516 [skip-ci] * Remove unnecessary .into() conversion in error handling (#517) * Initial plan * Fix clippy useless_conversion warning by removing unnecessary .into() call Co-authored-by: Mossaka <5447827+Mossaka@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: Mossaka <5447827+Mossaka@users.noreply.github.com> * Initial plan * Test enhanced permission error handling across all example components Co-authored-by: Mossaka <5447827+Mossaka@users.noreply.github.com> --------- Signed-off-by: Jiaxiao Zhou <duibao55328@gmail.com> Co-authored-by: Jiaxiao Zhou <duibao55328@gmail.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com> Co-authored-by: Mossaka <5447827+Mossaka@users.noreply.github.com>
158742f to
7160e4e
Compare
Mossaka
added a commit
to Mossaka/wassette
that referenced
this pull request
Feb 2, 2026
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.
Example
Signed-off-by: Jiaxiao Zhou duibao55328@gmail.com