Skip to content

Commit b19d52b

Browse files
authored
Merge pull request #6671 from aws/autoMerge/feature/amazonqLSP
Merge master into feature/amazonqLSP
2 parents ff1bbbd + 848fe0c commit b19d52b

File tree

206 files changed

+12641
-8222
lines changed

Some content is hidden

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

206 files changed

+12641
-8222
lines changed

buildspec/linuxE2ETests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ phases:
2626
# - '>/dev/null apt-get -qq install -y ca-certificates'
2727
# - 'apt-get install --reinstall ca-certificates'
2828
- bash buildspec/shared/linux-install.sh
29+
# increase file watcher count (ENOSPC error)
30+
- sysctl fs.inotify.max_user_watches=524288
2931

3032
pre_build:
3133
commands:

package-lock.json

Lines changed: 5284 additions & 5033 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"skippedTestReport": "ts-node ./scripts/skippedTestReport.ts ./packages/amazonq/test/e2e/"
4242
},
4343
"devDependencies": {
44-
"@aws-toolkits/telemetry": "^1.0.296",
44+
"@aws-toolkits/telemetry": "^1.0.305",
4545
"@playwright/browser-chromium": "^1.43.1",
4646
"@stylistic/eslint-plugin": "^2.11.0",
4747
"@types/he": "^1.2.3",
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"date": "2025-02-27",
3+
"version": "1.49.0",
4+
"entries": [
5+
{
6+
"type": "Bug Fix",
7+
"description": "Amazon Q /test: Unit test generation displays an inaccurate diff view for non-primary packages in the workspace."
8+
},
9+
{
10+
"type": "Bug Fix",
11+
"description": "Amazon Q /doc: Fix uploading file method throwing incorrect workspace too large error message"
12+
},
13+
{
14+
"type": "Bug Fix",
15+
"description": "/transform: skip running tests locally when user chooses to do so"
16+
},
17+
{
18+
"type": "Bug Fix",
19+
"description": "/review: ignored lines should not show up in scan issues"
20+
},
21+
{
22+
"type": "Bug Fix",
23+
"description": "/test: update capability card text"
24+
}
25+
]
26+
}
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"date": "2025-03-06",
3+
"version": "1.50.0",
4+
"entries": [
5+
{
6+
"type": "Bug Fix",
7+
"description": "/doc: Usage in multiple chat tabs may cause unexpected behavior."
8+
},
9+
{
10+
"type": "Bug Fix",
11+
"description": "/review: subsequent reviews weren't possible"
12+
},
13+
{
14+
"type": "Feature",
15+
"description": "Amazon Q chat: Use `@` to add folders, files, and saved prompts as context"
16+
},
17+
{
18+
"type": "Feature",
19+
"description": "Amazon Q chat: increase chat input height to 3 lines"
20+
},
21+
{
22+
"type": "Feature",
23+
"description": "Amazon Q chat: Show list of files sent as context in chat response"
24+
},
25+
{
26+
"type": "Feature",
27+
"description": "Amazon Q chat: Add support for `.md` file rules in workspace-level `.amazonq/rules` directory"
28+
},
29+
{
30+
"type": "Test",
31+
"description": "add Q Chat /review command test coverage"
32+
}
33+
]
34+
}

packages/amazonq/.changes/next-release/Bug Fix-8e53fbd9-35d8-40f0-95be-5c7ac2478353.json

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

packages/amazonq/.changes/next-release/Bug Fix-e587b325-81f7-4ad0-8945-7c162dceffcd.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 Chat: You can now keep a \"library\" of prompt files in your home directory under `~/.aws/amazonq/prompts` and then quickly add them to the context using `@` on any project you’re working on. Prompt files are in markdown (`.md`) format."
4+
}

packages/amazonq/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## 1.50.0 2025-03-06
2+
3+
- **Bug Fix** /doc: Usage in multiple chat tabs may cause unexpected behavior.
4+
- **Bug Fix** /review: subsequent reviews weren't possible
5+
- **Feature** Amazon Q chat: Use `@` to add folders, files, and saved prompts as context
6+
- **Feature** Amazon Q chat: increase chat input height to 3 lines
7+
- **Feature** Amazon Q chat: Show list of files sent as context in chat response
8+
- **Feature** Amazon Q chat: Add support for `.md` file rules in workspace-level `.amazonq/rules` directory
9+
- **Test** add Q Chat /review command test coverage
10+
11+
## 1.49.0 2025-02-27
12+
13+
- **Bug Fix** Amazon Q /test: Unit test generation displays an inaccurate diff view for non-primary packages in the workspace.
14+
- **Bug Fix** Amazon Q /doc: Fix uploading file method throwing incorrect workspace too large error message
15+
- **Bug Fix** /transform: skip running tests locally when user chooses to do so
16+
- **Bug Fix** /review: ignored lines should not show up in scan issues
17+
- **Bug Fix** /test: update capability card text
18+
119
## 1.48.0 2025-02-20
220

321
- **Bug Fix** /dev and /doc: Multi-root workspace with duplicate files causes infinite 'Uploading code...' loop

packages/amazonq/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "amazon-q-vscode",
33
"displayName": "Amazon Q",
44
"description": "The most capable generative AI-powered assistant for building, operating, and transforming software, with advanced capabilities for managing data and AI",
5-
"version": "1.49.0-SNAPSHOT",
5+
"version": "1.51.0-SNAPSHOT",
66
"extensionKind": [
77
"workspace"
88
],

0 commit comments

Comments
 (0)