Skip to content

Commit f166b75

Browse files
committed
Add default chat option
1 parent 3cedaee commit f166b75

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

plugins/amazonq/shared/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/lsp/flareChat/AwsServerCapabilitiesProvider.kt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@ class AwsServerCapabilitiesProvider {
3434
),
3535
history = true,
3636
export = true,
37-
mcpServers = true
37+
mcpServers = true,
38+
// Seems like this is the only way to bounce reroute back to the LSP?
39+
reroute = true,
3840
)
3941
}
4042
}
@@ -48,6 +50,7 @@ data class ChatOptions(
4850
val history: Boolean,
4951
val export: Boolean,
5052
val mcpServers: Boolean,
53+
val reroute: Boolean,
5154
)
5255

5356
data class QuickActions(

0 commit comments

Comments
 (0)