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
fix(amazonq): Change JB's behavior back to blocking auto trigger (aws#5978)
Added NonCancellable context: Wrapped getSuggestion with NonCancellable to prevent completion requests from being cancelled mid-execution
Implemented session persistence: Maintained activeTriggerSessions map to preserve suggestions from previous trigger sessions that were disposed before completion
Cross-session suggestion display: When a display session is invalidated, suggestions from activeTriggerSessions are carried forward to the next available display session via getVariants()
Asynchronous pagination: Made pagination non-blocking while ensuring suggestions are still delivered to future display sessions
Copy file name to clipboardExpand all lines: plugins/amazonq/codewhisperer/jetbrains-community/src-242/software/aws/toolkits/jetbrains/services/codewhisperer/popup/QManualCall.kt
Copy file name to clipboardExpand all lines: plugins/amazonq/codewhisperer/jetbrains-community/src-243+/software/aws/toolkits/jetbrains/services/codewhisperer/popup/QManualCall.kt
0 commit comments