Skip to content

Conversation

rli
Copy link
Contributor

@rli rli commented Jun 16, 2025

It is not actually needed; we can read the values from AmazonQLspService

License

I confirm that my contribution is made under the terms of the Apache 2.0 license.

@rli rli requested review from a team as code owners June 16, 2025 20:23
Copy link

github-actions bot commented Jun 16, 2025

Qodana Community for JVM

1 new problem were found

Inspection name Severity Problems
Unused import directive 🔶 Warning 1

💡 Qodana analysis was run in the pull request mode: only the changed files were checked
☁️ View the detailed Qodana report

Contact Qodana team

Contact us at [email protected]

rli added 3 commits July 7, 2025 17:54
…ovider

 Conflicts:
	plugins/amazonq/shared/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/lsp/AmazonQLspService.kt
…ovider

 Conflicts:
	plugins/amazonq/chat/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/webview/BrowserConnector.kt
	plugins/amazonq/shared/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/lsp/model/ExtendedClientMetadata.kt
	plugins/amazonq/shared/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/lsp/model/aws/AwsServerCapabilities.kt
Copy link

github-actions bot commented Aug 14, 2025

Qodana Community for JVM

It seems all right 👌

No new problems were found according to the checks applied

💡 Qodana analysis was run in the pull request mode: only the changed files were checked
☁️ View the detailed Qodana report

Contact Qodana team

Contact us at [email protected]

@rli rli merged commit 1211c41 into main Aug 14, 2025
17 of 19 checks passed
@rli rli deleted the rli/delete-awscaps-provider branch August 14, 2025 22:44
BlakeLazarine pushed a commit to BlakeLazarine/aws-toolkit-jetbrains that referenced this pull request Aug 15, 2025
It is not actually needed; we can read the values from AmazonQLspService
manodnyab pushed a commit that referenced this pull request Aug 26, 2025
…alter behavior of explain and fix buttons (#5970)

* feat(amazonq): add support for CodeReview and DisplayFindings tools, alter behavior of explain and fix buttons

* fix(amazonq): remove commented lines

* feat(amazonq): add support for CodeReview and DisplayFindings tools, alter behavior of explain and fix buttons

* fix(amazonq): remove commented lines

* fix(amazonq): general code quality fixes for CodeReview and DisplayFindings tools

* fix(amazonq): Prevents Q UriError : Validate file URI and fallback to Path.toUri() for WSL (#5960)

Fix repeated UriError when Amazon Q starts with a WSL-backed workspace. We now validate the constructed file: URI and fallback to JDK’s Path.toUri() if the URI violates Rule (no authority while the path begins with //, maybe RFC 3986). This keeps legacy behavior where it’s safe, and prevents Q from rejecting the workspace folder URI

* feat(amazonq): show the opt-in checkbox for server-side context (#5894)

We need to support client-side opt-out for internal users who have workspace context server running by default.

* fix(amazonq): delete AwsServerCapabilitiesProvider (#5833)

It is not actually needed; we can read the values from AmazonQLspService

* feat(amazonq): add support for CodeReview and DisplayFindings tools, alter behavior of explain and fix buttons

* Revert "feat(amazonq): add support for CodeReview and DisplayFindings tools, alter behavior of explain and fix buttons"

This reverts commit f21c028.

* fix(amazonq): fix formatting issues

* fix(amazonq): fix more formatting issues

* fix(amazonq): fix build failures

* fix(amazonq): undo unrelated change

* fix(amazonq): address codeReview comments

* fix(amazonq): fixing detekt errors

* feat(amazonq): emit telemetry events for explainIssue and applyFix commands

* feat(amazonq): add unit tests for parseFindingsMessage

* fix(amazonq): fix detekt errors

* fix(amazonq): fix re-direct of /review action

* fix(amazonq): improve handling of case where messageId is null

* fix(amazonq): Add changelog, code quality improvements

* fix(amazonq): address comments

* fix(amazonq): remove unused import

---------

Co-authored-by: Blake Lazarine <[email protected]>
Co-authored-by: Lee Won Jun <[email protected]>
Co-authored-by: Jiatong Li <[email protected]>
Co-authored-by: Richard Li <[email protected]>
Co-authored-by: Laxman Reddy <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants