Commit 2d5ca0b
feat(amazonq): add support for CodeReview and DisplayFindings tools, 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]>1 parent f1e89a9 commit 2d5ca0b
File tree
22 files changed
+494
-169
lines changed- .changes/next-release
- gradle
- plugins
- amazonq
- chat/jetbrains-community
- src/software/aws/toolkits/jetbrains/services
- amazonq/webview
- cwc
- commands
- codescan/actions
- controller/chat
- telemetry
- userIntent
- tst/software/aws/toolkits/jetbrains/services/amazonq/webview
- codewhisperer/jetbrains-community
- resources/META-INF
- src/software/aws/toolkits/jetbrains/services/codewhisperer
- codescan
- listeners
- sessionconfig
- utils
- telemetry
- util
- core/resources/resources/software/aws/toolkits/resources
22 files changed
+494
-169
lines changedLines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
Lines changed: 123 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
13 | 15 | | |
14 | 16 | | |
15 | 17 | | |
| 18 | + | |
| 19 | + | |
16 | 20 | | |
17 | 21 | | |
18 | 22 | | |
| |||
71 | 75 | | |
72 | 76 | | |
73 | 77 | | |
| 78 | + | |
| 79 | + | |
74 | 80 | | |
75 | 81 | | |
76 | 82 | | |
| |||
107 | 113 | | |
108 | 114 | | |
109 | 115 | | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
110 | 121 | | |
| 122 | + | |
111 | 123 | | |
112 | 124 | | |
113 | 125 | | |
| 126 | + | |
114 | 127 | | |
115 | 128 | | |
116 | 129 | | |
| |||
568 | 581 | | |
569 | 582 | | |
570 | 583 | | |
| 584 | + | |
| 585 | + | |
| 586 | + | |
| 587 | + | |
| 588 | + | |
| 589 | + | |
| 590 | + | |
| 591 | + | |
| 592 | + | |
| 593 | + | |
| 594 | + | |
| 595 | + | |
| 596 | + | |
| 597 | + | |
| 598 | + | |
| 599 | + | |
| 600 | + | |
| 601 | + | |
| 602 | + | |
| 603 | + | |
| 604 | + | |
| 605 | + | |
| 606 | + | |
| 607 | + | |
| 608 | + | |
| 609 | + | |
571 | 610 | | |
572 | 611 | | |
573 | 612 | | |
| |||
581 | 620 | | |
582 | 621 | | |
583 | 622 | | |
| 623 | + | |
| 624 | + | |
| 625 | + | |
| 626 | + | |
584 | 627 | | |
585 | 628 | | |
586 | 629 | | |
587 | | - | |
| 630 | + | |
588 | 631 | | |
589 | 632 | | |
590 | 633 | | |
| |||
598 | 641 | | |
599 | 642 | | |
600 | 643 | | |
| 644 | + | |
| 645 | + | |
| 646 | + | |
| 647 | + | |
| 648 | + | |
| 649 | + | |
| 650 | + | |
| 651 | + | |
| 652 | + | |
| 653 | + | |
| 654 | + | |
| 655 | + | |
| 656 | + | |
| 657 | + | |
| 658 | + | |
| 659 | + | |
| 660 | + | |
| 661 | + | |
| 662 | + | |
| 663 | + | |
| 664 | + | |
| 665 | + | |
| 666 | + | |
| 667 | + | |
| 668 | + | |
| 669 | + | |
| 670 | + | |
| 671 | + | |
| 672 | + | |
| 673 | + | |
| 674 | + | |
| 675 | + | |
| 676 | + | |
| 677 | + | |
| 678 | + | |
| 679 | + | |
| 680 | + | |
| 681 | + | |
| 682 | + | |
| 683 | + | |
| 684 | + | |
| 685 | + | |
| 686 | + | |
| 687 | + | |
| 688 | + | |
| 689 | + | |
| 690 | + | |
| 691 | + | |
| 692 | + | |
| 693 | + | |
| 694 | + | |
| 695 | + | |
| 696 | + | |
| 697 | + | |
| 698 | + | |
| 699 | + | |
| 700 | + | |
| 701 | + | |
| 702 | + | |
| 703 | + | |
| 704 | + | |
| 705 | + | |
| 706 | + | |
| 707 | + | |
| 708 | + | |
| 709 | + | |
| 710 | + | |
| 711 | + | |
| 712 | + | |
| 713 | + | |
| 714 | + | |
| 715 | + | |
| 716 | + | |
| 717 | + | |
| 718 | + | |
| 719 | + | |
| 720 | + | |
| 721 | + | |
| 722 | + | |
601 | 723 | | |
602 | 724 | | |
603 | 725 | | |
| |||
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | | - | |
39 | | - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
Lines changed: 33 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
20 | 26 | | |
21 | | - | |
22 | 27 | | |
23 | 28 | | |
24 | 29 | | |
25 | 30 | | |
26 | 31 | | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
27 | 41 | | |
28 | 42 | | |
29 | 43 | | |
30 | | - | |
31 | | - | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
32 | 57 | | |
33 | 58 | | |
34 | 59 | | |
35 | 60 | | |
36 | 61 | | |
37 | 62 | | |
38 | | - | |
| 63 | + | |
| 64 | + | |
39 | 65 | | |
40 | | - | |
41 | | - | |
42 | | - | |
| 66 | + | |
43 | 67 | | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
| 68 | + | |
| 69 | + | |
48 | 70 | | |
49 | 71 | | |
50 | 72 | | |
| |||
Lines changed: 20 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
441 | 441 | | |
442 | 442 | | |
443 | 443 | | |
| 444 | + | |
| 445 | + | |
| 446 | + | |
| 447 | + | |
| 448 | + | |
| 449 | + | |
| 450 | + | |
| 451 | + | |
| 452 | + | |
| 453 | + | |
| 454 | + | |
| 455 | + | |
| 456 | + | |
| 457 | + | |
| 458 | + | |
| 459 | + | |
| 460 | + | |
| 461 | + | |
| 462 | + | |
| 463 | + | |
444 | 464 | | |
445 | 465 | | |
446 | 466 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
0 commit comments