Skip to content

Commit bdaa392

Browse files
Merge branch 'main' into samgst/keepCredentialsInConfigOnSignOut
2 parents 017a3a2 + 47caaf8 commit bdaa392

File tree

544 files changed

+32665
-5757
lines changed

Some content is hidden

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

544 files changed

+32665
-5757
lines changed

.changes/3.33.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"date" : "2024-10-17",
3+
"version" : "3.33",
4+
"entries" : [ {
5+
"type" : "feature",
6+
"description" : "Add support for 2024.3"
7+
}, {
8+
"type" : "bugfix",
9+
"description" : "`@workspace` cannot properly locate certain folders for certain project setup"
10+
}, {
11+
"type" : "bugfix",
12+
"description" : "Fix an IDE deadlock that may occur while attempting to initialize Amazon Q UI elements (#4966)"
13+
} ]
14+
}

.changes/3.34.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"date" : "2024-10-22",
3+
"version" : "3.34",
4+
"entries" : [ {
5+
"type" : "bugfix",
6+
"description" : "Fix issue where the plugin can't read SSO tokens from disk / always returns 'Unable to load client registration'"
7+
} ]
8+
}

.changes/3.35.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"date" : "2024-10-29",
3+
"version" : "3.35",
4+
"entries" : [ {
5+
"type" : "feature",
6+
"description" : "Remove read-only mode on before diff of code changes generated by agent"
7+
}, {
8+
"type" : "feature",
9+
"description" : "Provide more frequent updates about code changes made by agent"
10+
}, {
11+
"type" : "feature",
12+
"description" : "Amazon Q /dev: Add stop generation action"
13+
}, {
14+
"type" : "feature",
15+
"description" : "Added inline chat support. Select some code and hit ⌘+I on Mac or Ctrl+I on Windows to start"
16+
}, {
17+
"type" : "bugfix",
18+
"description" : "Fix pointless busy loop in Amazon Q wasting CPU cycles (#5000)"
19+
}, {
20+
"type" : "bugfix",
21+
"description" : "Update `@workspace` index when adding or deleting a file"
22+
}, {
23+
"type" : "deprecation",
24+
"description" : "An upcoming release will remove support for JetBrains Gateway version 2024.2 and for IDEs based on the 2023.3 platform"
25+
} ]
26+
}

.changes/3.36.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"date" : "2024-10-30",
3+
"version" : "3.36",
4+
"entries" : [ {
5+
"type" : "bugfix",
6+
"description" : "Fix inline chat default key binding not working on windows and linux"
7+
} ]
8+
}

.changes/3.37.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"date" : "2024-10-31",
3+
"version" : "3.37",
4+
"entries" : [ {
5+
"type" : "bugfix",
6+
"description" : "Amazon Q /dev: Fix the issue resulting in the first request per conversation to /dev failing"
7+
}, {
8+
"type" : "bugfix",
9+
"description" : "Fix inline chat shortcut hint breaking text selection on remote editors"
10+
} ]
11+
}

.changes/3.38.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"date" : "2024-11-07",
3+
"version" : "3.38",
4+
"entries" : [ {
5+
"type" : "bugfix",
6+
"description" : "Improve the position that inline chat shortcut hint is shown in editor"
7+
}, {
8+
"type" : "bugfix",
9+
"description" : "Improve `@workspace` index start stop strategy"
10+
}, {
11+
"type" : "bugfix",
12+
"description" : "Fixed an issue where Q inline won't appear in JetBrains remote 2024.2+"
13+
} ]
14+
}

.changes/3.39.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"date" : "2024-11-12",
3+
"version" : "3.39",
4+
"entries" : [ {
5+
"type" : "bugfix",
6+
"description" : "Fix poor inline suggestions from Amazon Q caused by improperly formatted supplemental context"
7+
} ]
8+
}

.changes/3.40.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"date" : "2024-11-14",
3+
"version" : "3.40",
4+
"entries" : [ {
5+
"type" : "feature",
6+
"description" : "Amazon Q /dev: Add an action to accept individual files"
7+
}, {
8+
"type" : "bugfix",
9+
"description" : "Fix a bug when Amazon Q responds with still indexing message even when `@workspace` index is done"
10+
}, {
11+
"type" : "bugfix",
12+
"description" : "Fix issue where Amazon Q inline chat can be invoked from non-editor windows"
13+
} ]
14+
}

.changes/3.41.json

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
{
2+
"date" : "2024-11-22",
3+
"version" : "3.41",
4+
"entries" : [ {
5+
"type" : "feature",
6+
"description" : "Amazon Q /dev: support `.gradle` files"
7+
}, {
8+
"type" : "feature",
9+
"description" : "Inline Auto trigger will now happen more consistently and will not conflict with JetBrains code completion."
10+
}, {
11+
"type" : "feature",
12+
"description" : "Uses AB variation as the name for overriden customizations"
13+
}, {
14+
"type" : "feature",
15+
"description" : "Code Transform: Enable support for Java 17 projects."
16+
}, {
17+
"type" : "feature",
18+
"description" : "The key shortcuts for Q inline suggestions are now configurable from keymap settings. Default key shortcuts for navigating through suggestions are changed from left/right arrow keys to option(alt) + [ and option(alt) + ], respectively."
19+
}, {
20+
"type" : "feature",
21+
"description" : "The Q suggestion inline popup will now hide by default and will show when the user hovers over the suggestion text, the IDE code suggestion popup will also appear to be more transparent to unblock seeing the multi-line suggestions."
22+
}, {
23+
"type" : "feature",
24+
"description" : "Feature(Amazon Q Code Transformation): support conversions of embedded SQL from Oracle to PostgreSQL"
25+
}, {
26+
"type" : "bugfix",
27+
"description" : "Amazon Q chat: `@workspace` command shown in all tab types"
28+
}, {
29+
"type" : "bugfix",
30+
"description" : "Amazon Q Feature Dev: display limit reached error message"
31+
}, {
32+
"type" : "bugfix",
33+
"description" : "Amazon Q Chat: Changed default info color on dark themes to be blue, instead of gray"
34+
}, {
35+
"type" : "removal",
36+
"description" : "Removed support for Gateway 2024.2"
37+
}, {
38+
"type" : "removal",
39+
"description" : "Removed support for 2023.3.x IDEs"
40+
} ]
41+
}

.changes/3.42.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"date" : "2024-11-27",
3+
"version" : "3.42",
4+
"entries" : [ {
5+
"type" : "feature",
6+
"description" : "Amazon Q /dev: support `Dockerfile` files"
7+
}, {
8+
"type" : "feature",
9+
"description" : "Feature(Amazon Q Code Transformation): allow users to view results in 5 smaller diffs"
10+
}, {
11+
"type" : "feature",
12+
"description" : "Introduce @workspace command to enhance chat context fetching for Chat"
13+
}, {
14+
"type" : "bugfix",
15+
"description" : "Correct search text for Amazon Q inline suggestion keybindings"
16+
}, {
17+
"type" : "bugfix",
18+
"description" : "Fix(Amazon Q Code Transformation): always show user latest/correct transformation results"
19+
}, {
20+
"type" : "bugfix",
21+
"description" : "Amazon Q /dev: Fix error when accepting changes if leading slash is present."
22+
} ]
23+
}

0 commit comments

Comments
 (0)