Skip to content

Commit a0ed5fe

Browse files
committed
Merge remote-tracking branch 'origin/main' into HEAD
2 parents 3d4a38e + b923351 commit a0ed5fe

File tree

313 files changed

+18252
-1647
lines changed

Some content is hidden

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

313 files changed

+18252
-1647
lines changed

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

.changes/3.43.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"date" : "2024-12-03",
3+
"version" : "3.43",
4+
"entries" : [ {
5+
"type" : "feature",
6+
"description" : "`/review` in Q chat to scan your code for vulnerabilities and quality issues, and generate fixes"
7+
}, {
8+
"type" : "feature",
9+
"description" : "`/test` in Q chat to generate unit tests for java and python"
10+
}, {
11+
"type" : "feature",
12+
"description" : "`/doc` in Q chat to generate and update documentation for your project"
13+
}, {
14+
"type" : "feature",
15+
"description" : "Added system notifications to inform users about critical plugin updates and potential issues with available workarounds"
16+
} ]
17+
}

.changes/3.44.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"date" : "2024-12-04",
3+
"version" : "3.44",
4+
"entries" : [ {
5+
"type" : "feature",
6+
"description" : "Amazon Q: UI improvements to chat: New splash loader animation, initial streaming card animation, improved button colours"
7+
}, {
8+
"type" : "feature",
9+
"description" : "Amazon Q: Navigate through prompt history by using the up/down arrows"
10+
}, {
11+
"type" : "bugfix",
12+
"description" : "Fix issue where Amazon Q Code Transform is unable to start"
13+
}, {
14+
"type" : "bugfix",
15+
"description" : "Fix DynamoDB viewer throwing 'ActionGroup should be registered using <group> tag' on IDE start (#5012) (#5120)"
16+
}, {
17+
"type" : "bugfix",
18+
"description" : "Amazon Q: Fix chat syntax highlighting when using several different themes"
19+
} ]
20+
}

.changes/3.45.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"date" : "2024-12-10",
3+
"version" : "3.45",
4+
"entries" : [ {
5+
"type" : "feature",
6+
"description" : "Add acknowledgement button for Amazon Q Chat disclaimer"
7+
}, {
8+
"type" : "bugfix",
9+
"description" : " Chosing cancel on sign out confirmation now cancels the sign out and does not delete profiles from ~/.aws/config (#5167)"
10+
}, {
11+
"type" : "bugfix",
12+
"description" : "Fix `@workspace` missing from the Amazon Q Chat welcome tab"
13+
}, {
14+
"type" : "bugfix",
15+
"description" : "Fix for /review LLM based code issues for file review on windows"
16+
}, {
17+
"type" : "bugfix",
18+
"description" : "Fix for File Review payload and Regex error for payload generation"
19+
}, {
20+
"type" : "bugfix",
21+
"description" : "Amazon Q Code Transformation: show build logs when server-side build fails"
22+
} ]
23+
}

.changes/3.46.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"date" : "2024-12-17",
3+
"version" : "3.46",
4+
"entries" : [ {
5+
"type" : "feature",
6+
"description" : "/review: Code fix automatically scrolls into view after generation."
7+
}, {
8+
"type" : "feature",
9+
"description" : "Chat: improve font size and line-height in footer (below prompt input field)"
10+
}, {
11+
"type" : "feature",
12+
"description" : "Adds capability to send new context commands to AB groups"
13+
}, {
14+
"type" : "bugfix",
15+
"description" : "Chat: When writing a prompt without sending it, navigating via up/down arrows sometimes deletes the unsent prompt."
16+
}, {
17+
"type" : "bugfix",
18+
"description" : "Fix chat not retaining history when interaction is through onboarding tab type (#5189)"
19+
}, {
20+
"type" : "bugfix",
21+
"description" : "Chat: When navigating to previous prompts, code attachments are sometimes displayed incorrectly"
22+
}, {
23+
"type" : "bugfix",
24+
"description" : "Reduce frequency of system information query"
25+
} ]
26+
}

.changes/3.47.json

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
{
2+
"date" : "2025-01-09",
3+
"version" : "3.47",
4+
"entries" : [ {
5+
"type" : "bugfix",
6+
"description" : "Fix issue where users are unable to login to Amazon Q if they have previously authenticated (#5214)"
7+
}, {
8+
"type" : "bugfix",
9+
"description" : "Fix incorrect text shown while updating documentation in /doc"
10+
}, {
11+
"type" : "bugfix",
12+
"description" : "Amazon Q Code Transformation: retry initial project upload on failure"
13+
}, {
14+
"type" : "bugfix",
15+
"description" : "/transform: use correct doc link in SQL conversion help message"
16+
}, {
17+
"type" : "bugfix",
18+
"description" : "Amazon Q /dev: Fix issue when files are deleted while preparing context"
19+
}, {
20+
"type" : "bugfix",
21+
"description" : "Amazon Q /test: Test generation fails for files outside the project"
22+
}, {
23+
"type" : "bugfix",
24+
"description" : "Amazon Q Code Transformation: allow PostgreSQL as target DB for SQL conversions"
25+
}, {
26+
"type" : "bugfix",
27+
"description" : "Fix incorrect accept and reject buttons shows up while hovering over the generated file"
28+
}, {
29+
"type" : "bugfix",
30+
"description" : "Prevent customization override if user has manually selected a customization"
31+
}, {
32+
"type" : "bugfix",
33+
"description" : "Align UX text of document generation flow with vs code version"
34+
} ]
35+
}

.changes/3.48.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"date" : "2025-01-16",
3+
"version" : "3.48",
4+
"entries" : [ {
5+
"type" : "feature",
6+
"description" : "Enhance Q inline completion context fetching for better suggestion quality"
7+
}, {
8+
"type" : "feature",
9+
"description" : "/doc: Add error message if updated README is too large"
10+
}, {
11+
"type" : "bugfix",
12+
"description" : "/transform: always include button to start a new transformation at the end of a job"
13+
}, {
14+
"type" : "bugfix",
15+
"description" : "Amazon Q can update mvn and gradle build files"
16+
}, {
17+
"type" : "bugfix",
18+
"description" : "Fix doc generation for modules that are a part of the project"
19+
}, {
20+
"type" : "bugfix",
21+
"description" : "Amazon Q /dev: Remove hard-coded limits and instead rely server-side data to communicate number of code generations remaining"
22+
}, {
23+
"type" : "bugfix",
24+
"description" : "/transform: automatically open pre-build error logs when available"
25+
}, {
26+
"type" : "bugfix",
27+
"description" : "/doc: Fix code generation error when cancelling a documentation task"
28+
}, {
29+
"type" : "bugfix",
30+
"description" : "Amazon Q - update messaging for /doc agent"
31+
} ]
32+
}

.changes/3.49.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"date" : "2025-01-17",
3+
"version" : "3.49",
4+
"entries" : [ {
5+
"type" : "bugfix",
6+
"description" : "/review: Improved success rate of code reviews for certain workspace configurations"
7+
} ]
8+
}

.changes/next-release/.changes/next-release/bugfix-21701bb3-5189-474e-868b-9ec46ecde6ee.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" : "Fixed an issue where Amazon Q settings did not persist across IDE restarts"
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" : "Amazon Q: Fix context menu displaying when typing `@`, even though input is disallowed"
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" : "Amazon Q: Fix up/down history navigation only triggering on first/last line of prompt input"
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" : "Amazon Q /doc: Ask for user prompt if error occurs while updating documentation"
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" : "Amazon Q: cursor no longer jumps after navigating prompt history"
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" : "Improve text description of workspace index settings"
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" : "Amazon Q /doc: fix for user prompt to change folder in chat"
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" : "Amazon Q Doc README diff will re-open when the README file is clicked after it has been closed"
4+
}s
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 /test: Fix for test generation payload creation to not filter out target file."
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" : "Amazon Q: word duplication when pressing tab on context selector fixed"
4+
}

.changes/next-release/feature-07ba60de-7043-4965-8fb5-7038c8ea6c5e.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" : "feature",
3+
"description" : "Amazon Q: Updated `/help` command to include re:invent 2024 features"
4+
}

.changes/next-release/feature-b05e3cd8-abd5-47f9-bd5c-02c7b7eb378e.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" : "feature",
3+
"description" : "Amazon Q: UI improvements through more accurate code syntax highlighting"
4+
}

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ ij_kotlin_allow_trailing_comma = true
4242
ij_kotlin_code_style_defaults = KOTLIN_OFFICIAL
4343
ij_kotlin_name_count_to_use_star_import = 2147483647
4444
ij_kotlin_name_count_to_use_star_import_for_members = 2147483647
45-
ij_kotlin_packages_to_use_import_on_demand = unset
45+
ij_kotlin_packages_to_use_import_on_demand = ""
4646

4747
[{*.markdown,*.md}]
4848
ij_markdown_force_one_space_after_blockquote_symbol = true

.github/CODEOWNERS

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ codemodernizer/ @aws/elastic-gumby
55
codetransform/ @aws/elastic-gumby
66
codewhisperer/ @aws/codewhisperer-team
77

8-
mynah-ui/ @aws/dexp
9-
mynah-ui/package.json @aws/dexp @aws/elastic-gumby @aws/earlybird @aws/codewhisperer-team
10-
mynah-ui/package-lock.json @aws/dexp @aws/elastic-gumby @aws/earlybird @aws/codewhisperer-team
8+
mynah-ui/ @aws/flare
9+
mynah-ui/package.json @aws/flare @aws/elastic-gumby @aws/earlybird @aws/codewhisperer-team
10+
mynah-ui/package-lock.json @aws/flare @aws/elastic-gumby @aws/earlybird @aws/codewhisperer-team
1111

1212
# nested within chat/, so needs to be after to take precedence
1313
amazonqFeatureDev/ @aws/earlybird

.github/workflows/prerelease.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ on:
99
push:
1010
branches: [ main, feature/* ]
1111

12+
concurrency:
13+
group: ${{ github.workflow }}${{ github.event.pull_request.number || github.ref }}
14+
cancel-in-progress: true
1215

1316
jobs:
1417
generate_artifact_toolkit_standalone:

0 commit comments

Comments
 (0)