Skip to content

Commit 8a75021

Browse files
Merge main into feature/remote-chat-lsp
2 parents 5722bd8 + b56813a commit 8a75021

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type" : "feature",
3+
"description" : "Add model selection feature"
4+
}

plugins/amazonq/chat/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/webview/Browser.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ class Browser(parent: Disposable, private val mynahAsset: Path, val project: Pro
156156
{
157157
agenticMode: true,
158158
quickActionCommands: [],
159+
modelSelectionEnabled: true,
159160
disclaimerAcknowledged: ${MeetQSettings.getInstance().disclaimerAcknowledged},
160161
pairProgrammingAcknowledged: ${MeetQSettings.getInstance().pairProgrammingAcknowledged}
161162
},

plugins/amazonq/mynah-ui/src/mynah-ui/ui/quickActions/handler.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -394,6 +394,8 @@ private handleDocCommand(chatPrompt: ChatPrompt, tabID: string, taskName: string
394394
loadingChat: true,
395395
cancelButtonWhenLoading: false,
396396
})
397+
} else {
398+
this.mynahUI?.updateStore(affectedTabId, { promptInputOptions: [] })
397399
}
398400

399401
if (affectedTabId && this.isHybridChatEnabled) {

0 commit comments

Comments
 (0)