Skip to content

Commit a2e4042

Browse files
committed
Merge branch 'main' into rli/remote-chat-wip
Conflicts: plugins/amazonq/chat/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/toolwindow/AmazonQToolWindowFactory.kt plugins/amazonq/chat/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/webview/Browser.kt plugins/amazonq/chat/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/webview/BrowserConnector.kt
2 parents 7f82602 + a17d35c commit a2e4042

File tree

974 files changed

+37379
-9385
lines changed

Some content is hidden

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

974 files changed

+37379
-9385
lines changed

.changes/3.25.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"date" : "2024-08-29",
3+
"version" : "3.25",
4+
"entries" : [ {
5+
"type" : "bugfix",
6+
"description" : "Fix bug where text with inline code copied from Amazon Q Chat had new line breaks around the inline code text"
7+
}, {
8+
"type" : "bugfix",
9+
"description" : "Fix bug when disabled commands does not get filtered in quick actions"
10+
} ]
11+
}

.changes/3.26.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"date" : "2024-08-30",
3+
"version" : "3.26",
4+
"entries" : [ {
5+
"type" : "bugfix",
6+
"description" : "Fix Runtime Exception when opening a tool window (#4849)"
7+
} ]
8+
}

.changes/3.27.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"date" : "2024-09-05",
3+
"version" : "3.27",
4+
"entries" : [ {
5+
"type" : "feature",
6+
"description" : "Reduce `@workspace` indexing time by 50%"
7+
}, {
8+
"type" : "feature",
9+
"description" : "Amazon Q /dev: include in progress state agent in code generation"
10+
} ]
11+
}

.changes/3.28.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"date" : "2024-09-11",
3+
"version" : "3.28",
4+
"entries" : [ {
5+
"type" : "feature",
6+
"description" : "Improve workspace indexing by only index files that are changed since last indexing"
7+
}, {
8+
"type" : "bugfix",
9+
"description" : "Amazon Q Chat: Fixed inline code blocks are not vertically aligned with texts"
10+
}, {
11+
"type" : "bugfix",
12+
"description" : "Fix issue preventing login when running on 2024.2 remote environments"
13+
}, {
14+
"type" : "bugfix",
15+
"description" : "Automatically start workspace indexing when new project is opened"
16+
}, {
17+
"type" : "removal",
18+
"description" : "Amazon Q Feature dev: Improve quality and UX by removing approach generation flow"
19+
} ]
20+
}

.changes/3.29.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"date" : "2024-09-19",
3+
"version" : "3.29",
4+
"entries" : [ {
5+
"type" : "feature",
6+
"description" : "Support `@workspace` queries for specific files like \"`@workspace` what does test.ts do?\". "
7+
}, {
8+
"type" : "bugfix",
9+
"description" : "Amazon Q Feature Dev: fix iteration count messaging during code insertion"
10+
}, {
11+
"type" : "bugfix",
12+
"description" : "Fix UI slowdown when Amazon Q Inline Suggestions are enabled, but token cannot be refreshed (#4868)"
13+
}, {
14+
"type" : "bugfix",
15+
"description" : "Fix \"read access\" error that may occur when Amazon Q Inline Suggestion is building context (#4888) (#4848)"
16+
} ]
17+
}

.changes/3.30.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"date" : "2024-09-27",
3+
"version" : "3.30",
4+
"entries" : [ {
5+
"type" : "bugfix",
6+
"description" : "Amazon Q Code Transformation: notify users when no JDK is set in Project Structure settings"
7+
}, {
8+
"type" : "bugfix",
9+
"description" : "Automatically terminate orphaned process for `@workspace` helper"
10+
} ]
11+
}

.changes/3.31.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"date" : "2024-10-03",
3+
"version" : "3.31",
4+
"entries" : [ {
5+
"type" : "feature",
6+
"description" : "Amazon Q Developer: Updated legal disclaimer text"
7+
}, {
8+
"type" : "feature",
9+
"description" : "Amazon Q Code Transformation: allow users to skip tests"
10+
}, {
11+
"type" : "bugfix",
12+
"description" : "Fix issue where multiple SSO login attempts in a short time result in 404"
13+
}, {
14+
"type" : "bugfix",
15+
"description" : "Fix issue where a user may get stuck while attempting to login to Builder ID"
16+
} ]
17+
}

.changes/3.32.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"date" : "2024-10-10",
3+
"version" : "3.32",
4+
"entries" : [ {
5+
"type" : "feature",
6+
"description" : "Loosen inline completion support limitations for YAML/JSON"
7+
}, {
8+
"type" : "bugfix",
9+
"description" : "Fix error occuring when Amazon Q attempts to show UI hints on manually triggerred inline suggestion (#4929)"
10+
}, {
11+
"type" : "bugfix",
12+
"description" : "Amazon Q (/dev): provide error messaging when no code changes are required for the prompt"
13+
}, {
14+
"type" : "bugfix",
15+
"description" : "Fix 'Slow operations are prohibited on EDT.' when Amazon Q is determining if a file supports inline suggestions (#4823)"
16+
}, {
17+
"type" : "bugfix",
18+
"description" : "Amazon Q Feature Dev: Add error messages when the upload URL expires"
19+
}, {
20+
"type" : "bugfix",
21+
"description" : "Fix toolkit connection dropdown getting hidden when panel width is small."
22+
}, {
23+
"type" : "bugfix",
24+
"description" : "Fix inability to sign out in reauth view in Q chat panel"
25+
}, {
26+
"type" : "bugfix",
27+
"description" : "Raise max `@workspace` indexing size to 4GB"
28+
}, {
29+
"type" : "bugfix",
30+
"description" : "Automatically pause and resume `@workspace` indexing when OS CPU load is high"
31+
} ]
32+
}

.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+
}

0 commit comments

Comments
 (0)