Skip to content

Commit df033c2

Browse files
committed
Merge branch 'samgst/q-chat-copy-to-clipboard' into samgst/q-chat-insertToCursorPosition
# 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/AmazonQLanguageServer.kt # plugins/amazonq/shared/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/lsp/model/aws/chat/FlareChatCommands.kt
2 parents 3a1d52d + 418ad45 commit df033c2

File tree

115 files changed

+902
-759
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

115 files changed

+902
-759
lines changed

.changes/3.68.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"date" : "2025-04-23",
3+
"version" : "3.68",
4+
"entries" : [ {
5+
"type" : "feature",
6+
"description" : "Amazon Q: Show visual indicator in status bar if profile selection is needed to continue with Q Inline / Q Chat"
7+
}, {
8+
"type" : "feature",
9+
"description" : "Amazon Q /test: Remove unsupported message for non-java python languages"
10+
}, {
11+
"type" : "bugfix",
12+
"description" : "/dev: Fix prompt to enable devfile build not triggering when devfile is present."
13+
}, {
14+
"type" : "bugfix",
15+
"description" : "/review disable auto scan by default"
16+
}, {
17+
"type" : "bugfix",
18+
"description" : "/review: disabled highlighter for ignored issues"
19+
} ]
20+
}

.changes/next-release/bugfix-2301aeeb-f36e-4776-8e9b-4238c55e43f4.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

.changes/next-release/bugfix-271e3abd-91e9-40a4-9a3d-7c7457ff6f22.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

.changes/next-release/bugfix-2acb4142-8c33-475d-a57a-3445fa4a7725.json

Lines changed: 0 additions & 4 deletions
This file was deleted.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type" : "bugfix",
3+
"description" : "Amazon Q: Fix issue where context menu items are not available after re-opening projects or restarting the IDE"
4+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type" : "bugfix",
3+
"description" : "Fix LinkageError while attempting to do Amazon Q inline suggestions in certain environments"
4+
}

.changes/next-release/feature-f49ee314-0987-45cd-84fe-d852e67c8723.json

Lines changed: 0 additions & 4 deletions
This file was deleted.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type" : "removal",
3+
"description" : "Removed support for 2024.1.x IDEs"
4+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type" : "removal",
3+
"description" : "Removed support for Gateway 2024.3"
4+
}

.github/workflows/prerelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
matrix:
2020
build_target: [ ':plugin-core:buildPlugin', ':plugin-toolkit:intellij-standalone:buildPlugin', ':plugin-amazonq:buildPlugin' ]
21-
version: [ '2024.1', '2024.2', '2024.3', '2025.1' ]
21+
version: [ '2024.2', '2024.3', '2025.1' ]
2222
runs-on: ubuntu-latest
2323
steps:
2424
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)