Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
6ef0a47
/review: automatically generate fix without clicking Generate Fix button
atonaamz Apr 1, 2025
0aa082d
Merge branch 'master' into master
atonaamz Apr 1, 2025
2da999c
feat(amazonq): conversation persistence, view/search chat history #6893
avi-alpert Apr 2, 2025
65a1fc5
Merge pull request #6909 from atonaamz/master
atonaamz Apr 2, 2025
12c0768
feat(stepfunctions): use readonly mode of workflowStudio to render St…
Apr 2, 2025
bb5c10a
feat(amazonq): get logs generated by the Agent #6832
karanA-aws Apr 2, 2025
4777441
fix(amazonq): export/delete icons are swapped #6915
avi-alpert Apr 2, 2025
b097fbf
fix(lambda): flaky test due to terminal instance #6920
vicheey Apr 3, 2025
e839dba
fix(amazonq): hide export chat button #6923
avi-alpert Apr 3, 2025
8ae08de
Release 3.53.0
Apr 3, 2025
7916978
Release 1.54.0
Apr 3, 2025
b57a218
Update version to snapshot version: 3.54.0-SNAPSHOT
Apr 3, 2025
9a6781a
Update version to snapshot version: 1.55.0-SNAPSHOT
Apr 3, 2025
c4cb9fe
Merge release into master
Apr 3, 2025
4606f5e
test(amazonq): skip exact finding test #6926
zuoyaofu Apr 3, 2025
91859e2
fix(lambda): flakiness due to existing template.yaml #6924
vicheey Apr 3, 2025
0b2bccd
feat(amazonq): more fields for agentic chat in chat history #6942
tsmithsz Apr 7, 2025
a24de71
test(ec2): unreliable test "SSH Agent can start the agent on windows"
justinmk3 Apr 3, 2025
5c56251
fix(childprocess): log rejected command
justinmk3 Apr 7, 2025
191c504
Merge #6929 test(ec2): unreliable test
justinmk3 Apr 7, 2025
f216106
Merge remote-tracking branch 'upstream/feature/agentic-chat' into pr-…
tsmithsz Apr 7, 2025
738d818
Fix: Fix failing lint check
tsmithsz Apr 7, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 15 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"newChange": "echo 'Must specify subproject/workspace with -w packages/<subproject>' && false",
"createRelease": "echo 'Must specify subproject/workspace with -w packages/<subproject>' && false",
"lint": "npm run lint -w packages/ --if-present",
"lintfix": "eslint -c .eslintrc.js --ignore-path .gitignore --ignore-pattern '**/*.json' --ignore-pattern '**/*.gen.ts' --ignore-pattern '**/types/*.d.ts' --ignore-pattern '**/src/testFixtures/**' --ignore-pattern '**/resources/js/graphStateMachine.js' --fix --ext .ts packages plugins",
"lintfix": "eslint -c .eslintrc.js --ignore-path .gitignore --ignore-pattern '**/*.json' --ignore-pattern '**/*.gen.ts' --ignore-pattern '**/types/*.d.ts' --ignore-pattern '**/src/testFixtures/**' --fix --ext .ts packages plugins",
"clean": "npm run clean -w packages/ -w plugins/",
"reset": "npm run clean && ts-node ./scripts/clean.ts node_modules && npm install",
"generateNonCodeFiles": "npm run generateNonCodeFiles -w packages/ --if-present",
Expand Down
38 changes: 38 additions & 0 deletions packages/amazonq/.changes/1.54.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"date": "2025-04-03",
"version": "1.54.0",
"entries": [
{
"type": "Bug Fix",
"description": "Amazon Q chat: `@prompts` not added to context"
},
{
"type": "Feature",
"description": "Amazon Q chat: View and search chat history"
},
{
"type": "Feature",
"description": "SageMaker Unified Studio: Disable Sign out"
},
{
"type": "Feature",
"description": "SageMaker Unified Studio: Update Q Chat Introduction message"
},
{
"type": "Feature",
"description": "/review: automatically generate fix without clicking Generate Fix button"
},
{
"type": "Feature",
"description": "Amazon Q chat: Automatically persist chats between IDE sessions"
},
{
"type": "Feature",
"description": "Save user command execution logs to plugin output."
},
{
"type": "Feature",
"description": "Amazon Q chat: Code blocks in chat messages have a max-height of 21 lines and can be scrolled inside"
}
]
}

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

11 changes: 11 additions & 0 deletions packages/amazonq/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 1.54.0 2025-04-03

- **Bug Fix** Amazon Q chat: `@prompts` not added to context
- **Feature** Amazon Q chat: View and search chat history
- **Feature** SageMaker Unified Studio: Disable Sign out
- **Feature** SageMaker Unified Studio: Update Q Chat Introduction message
- **Feature** /review: automatically generate fix without clicking Generate Fix button
- **Feature** Amazon Q chat: Automatically persist chats between IDE sessions
- **Feature** Save user command execution logs to plugin output.
- **Feature** Amazon Q chat: Code blocks in chat messages have a max-height of 21 lines and can be scrolled inside

## 1.53.0 2025-03-28

- **Bug Fix** Amazon Q Chat: Choosing a nested subfolder for `/doc` on Windows results in `The folder you chose did not contain any source files` error
Expand Down
2 changes: 1 addition & 1 deletion packages/amazonq/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "amazon-q-vscode",
"displayName": "Amazon Q",
"description": "The most capable generative AI-powered assistant for building, operating, and transforming software, with advanced capabilities for managing data and AI",
"version": "1.54.0-SNAPSHOT",
"version": "1.55.0-SNAPSHOT",
"extensionKind": [
"workspace"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/amazonq/test/e2e/amazonq/review.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ describe('Amazon Q Code Review', function () {
await validateInitialChatMessage()
})

it('/review file gives correct critical and high security issues', async () => {
it.skip('/review file gives correct critical and high security issues', async () => {
const document = await vscode.workspace.openTextDocument(filePath)
await vscode.window.showTextDocument(document)

Expand Down
2 changes: 2 additions & 0 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -455,6 +455,7 @@
"@types/js-yaml": "^4.0.5",
"@types/jsdom": "^21.1.6",
"@types/lodash": "^4.14.180",
"@types/lokijs": "^1.5.14",
"@types/markdown-it": "^13.0.2",
"@types/mime-types": "^2.1.4",
"@types/mocha": "^10.0.6",
Expand Down Expand Up @@ -556,6 +557,7 @@
"js-yaml": "^4.1.0",
"jsonc-parser": "^3.2.0",
"lodash": "^4.17.21",
"lokijs": "^1.5.12",
"markdown-it": "^13.0.2",
"mime-types": "^2.1.32",
"node-fetch": "^2.7.0",
Expand Down
Loading
Loading