You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,10 @@
1
+
# _3.67_ (2025-04-18)
2
+
-**(Bug Fix)** Amazon Q: Customization now resets with a warning if unavailable in the selected profile.
3
+
-**(Bug Fix)** Q panel will get stuck while signin if users have multiple windows
4
+
-**(Bug Fix)** Fix integer overflow when local context index input is larger than 2GB
5
+
-**(Bug Fix)** Fix workspace index process quits when hitting a race condition
6
+
-**(Bug Fix)** Fix infinite loop when workspace indexing server fails to initialize
7
+
1
8
# _3.66_ (2025-04-11)
2
9
-**(Feature)** The logs emitted by the Agent during user command execution will be accepted and written to `.amazonq/dev/run_command.log` file in the user's local repository.
3
10
-**(Bug Fix)** Unit test generation now completes successfully when using the `/test` command
Copy file name to clipboardExpand all lines: plugins/amazonq/codewhisperer/jetbrains-community/src/software/aws/toolkits/jetbrains/services/codewhisperer/settings/CodeWhispererConfigurable.kt
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -169,7 +169,7 @@ class CodeWhispererConfigurable(private val project: Project) :
Copy file name to clipboardExpand all lines: plugins/amazonq/codewhisperer/jetbrains-community/tst/software/aws/toolkits/jetbrains/services/codewhisperer/CodeWhispererSettingsTest.kt
+35Lines changed: 35 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -220,6 +220,41 @@ class CodeWhispererSettingsTest : CodeWhispererTestBase() {
Copy file name to clipboardExpand all lines: plugins/amazonq/shared/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/lsp/AmazonQLanguageServer.kt
0 commit comments