Skip to content

Commit 0a05b64

Browse files
committed
feat(amazonq): enable compaction flag
1 parent 8f9b0c9 commit 0a05b64

File tree

1 file changed

+2
-0
lines changed
  • plugins/amazonq/shared/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/lsp/model

1 file changed

+2
-0
lines changed

plugins/amazonq/shared/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/lsp/model/ExtendedClientMetadata.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ data class DeveloperProfiles(
2626
val mcp: Boolean,
2727
val pinnedContextEnabled: Boolean,
2828
val imageContextEnabled: Boolean,
29+
val compaction: Boolean,
2930
val reroute: Boolean,
3031
val workspaceFilePath: String?,
3132
)
@@ -69,6 +70,7 @@ fun createExtendedClientMetadata(project: Project): ExtendedClientMetadata {
6970
mcp = true,
7071
pinnedContextEnabled = true,
7172
imageContextEnabled = true,
73+
compaction = true,
7274
reroute = true,
7375
workspaceFilePath = project.workspaceFile?.path,
7476
),

0 commit comments

Comments
 (0)