Skip to content

Commit c9cdb9e

Browse files
committed
Merge branch 'samgst/q-lsp-didOpen-init' into samgst/q-lsp-inlineCompletion
# Conflicts: # plugins/amazonq/shared/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/lsp/textdocument/TextDocumentServiceHandler.kt
2 parents ae44899 + 4f62d74 commit c9cdb9e

File tree

21 files changed

+363
-326
lines changed

21 files changed

+363
-326
lines changed

.changes/3.60.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"date" : "2025-03-20",
3+
"version" : "3.60",
4+
"entries" : [ {
5+
"type" : "feature",
6+
"description" : "AmazonQ /test now displays a concise test plan summary to users."
7+
}, {
8+
"type" : "bugfix",
9+
"description" : "Fix inline completion failure due to context length exceeding the threshold"
10+
}, {
11+
"type" : "bugfix",
12+
"description" : "Amazon Q: Fix cases where content may be incorrectly excluded from workspace."
13+
} ]
14+
}

.changes/next-release/bugfix-2dc5d27d-f254-4462-b95c-04bccba7524e.json

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

.changes/next-release/bugfix-d13b5621-b191-455b-8918-1a5874216512.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" : "Amazon Q: Attempt to reduce thread pool contention locking IDE caused by `@workspace` making a large number of requests"
4+
}

.changes/next-release/feature-862af662-3a71-4203-aa1b-bfa41af24b42.json

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

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# _3.60_ (2025-03-20)
2+
- **(Feature)** AmazonQ /test now displays a concise test plan summary to users.
3+
- **(Bug Fix)** Fix inline completion failure due to context length exceeding the threshold
4+
- **(Bug Fix)** Amazon Q: Fix cases where content may be incorrectly excluded from workspace.
5+
16
# _3.59_ (2025-03-13)
27
- **(Feature)** AmazonQ /dev and /doc: Add support for complex workspaces.
38
- **(Bug Fix)** /review: normalize relative file path before unzipping

detekt-rules/detekt.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,8 @@ coroutines:
3434
active: true
3535
GlobalCoroutineUsage:
3636
active: true
37-
RedundantSuspendModifier:
38-
active: true
39-
SleepInsteadOfDelay:
40-
active: true
37+
InjectDispatcher:
38+
active: false
4139
SuspendFunWithFlowReturnType:
4240
active: true
4341

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# SPDX-License-Identifier: Apache-2.0
33

44
# Toolkit Version
5-
toolkitVersion=3.60-SNAPSHOT
5+
toolkitVersion=3.61-SNAPSHOT
66

77
# Publish Settings
88
publishToken=

0 commit comments

Comments
 (0)