@codingame/monaco-vscode-katex-common 26.2.2 → 27.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (183) hide show
  1. package/package.json +2 -2
  2. package/vscode/src/vs/platform/actionWidget/browser/actionWidgetDropdown.d.ts +10 -4
  3. package/vscode/src/vs/platform/actionWidget/browser/actionWidgetDropdown.js +35 -11
  4. package/vscode/src/vs/platform/actions/browser/buttonbar.d.ts +3 -0
  5. package/vscode/src/vs/platform/actions/browser/buttonbar.js +15 -4
  6. package/vscode/src/vs/platform/mcp/common/modelContextProtocolApps.d.ts +548 -0
  7. package/vscode/src/vs/workbench/contrib/chat/browser/accessibility/chatAccessibilityProvider.js +15 -15
  8. package/vscode/src/vs/workbench/contrib/chat/browser/actions/chatContinueInAction.d.ts +5 -0
  9. package/vscode/src/vs/workbench/contrib/chat/browser/actions/chatContinueInAction.js +168 -15
  10. package/vscode/src/vs/workbench/contrib/chat/browser/actions/chatElicitationActions.js +1 -1
  11. package/vscode/src/vs/workbench/contrib/chat/browser/actions/chatExecuteActions.js +67 -51
  12. package/vscode/src/vs/workbench/contrib/chat/browser/actions/chatTitleActions.d.ts +1 -0
  13. package/vscode/src/vs/workbench/contrib/chat/browser/actions/chatTitleActions.js +12 -11
  14. package/vscode/src/vs/workbench/contrib/chat/browser/agentSessions/agentSessionHoverWidget.js +9 -9
  15. package/vscode/src/vs/workbench/contrib/chat/browser/agentSessions/agentSessionsControl.d.ts +8 -0
  16. package/vscode/src/vs/workbench/contrib/chat/browser/agentSessions/agentSessionsControl.js +42 -19
  17. package/vscode/src/vs/workbench/contrib/chat/browser/agentSessions/agentSessionsFilter.d.ts +12 -1
  18. package/vscode/src/vs/workbench/contrib/chat/browser/agentSessions/agentSessionsFilter.js +63 -40
  19. package/vscode/src/vs/workbench/contrib/chat/browser/agentSessions/agentSessionsOpener.js +1 -1
  20. package/vscode/src/vs/workbench/contrib/chat/browser/agentSessions/agentSessionsViewer.d.ts +7 -5
  21. package/vscode/src/vs/workbench/contrib/chat/browser/agentSessions/agentSessionsViewer.js +77 -73
  22. package/vscode/src/vs/workbench/contrib/chat/browser/agentSessions/media/agentsessionsviewer.css +69 -32
  23. package/vscode/src/vs/workbench/contrib/chat/browser/attachments/chatAttachmentWidgets.d.ts +23 -6
  24. package/vscode/src/vs/workbench/contrib/chat/browser/attachments/chatAttachmentWidgets.js +381 -83
  25. package/vscode/src/vs/workbench/contrib/chat/browser/attachments/chatImplicitContext.d.ts +1 -0
  26. package/vscode/src/vs/workbench/contrib/chat/browser/attachments/chatImplicitContext.js +28 -13
  27. package/vscode/src/vs/workbench/contrib/chat/browser/attachments/implicitContextAttachment.js +38 -19
  28. package/vscode/src/vs/workbench/contrib/chat/browser/chatEditing/chatEditingActions.js +109 -113
  29. package/vscode/src/vs/workbench/contrib/chat/browser/chatEditing/chatEditingEditorActions.js +16 -15
  30. package/vscode/src/vs/workbench/contrib/chat/browser/chatEditing/chatEditingEditorOverlay.d.ts +2 -2
  31. package/vscode/src/vs/workbench/contrib/chat/browser/chatEditing/chatEditingEditorOverlay.js +8 -8
  32. package/vscode/src/vs/workbench/contrib/chat/browser/chatEditing/chatEditingExplanationWidget.js +14 -14
  33. package/vscode/src/vs/workbench/contrib/chat/browser/chatSessions/chatSessionPickerActionItem.js +2 -1
  34. package/vscode/src/vs/workbench/contrib/chat/browser/chatSessions/chatSessions.contribution.d.ts +28 -9
  35. package/vscode/src/vs/workbench/contrib/chat/browser/chatSessions/chatSessions.contribution.js +226 -123
  36. package/vscode/src/vs/workbench/contrib/chat/browser/chatSessions/searchableOptionPickerActionItem.js +4 -4
  37. package/vscode/src/vs/workbench/contrib/chat/browser/viewsWelcome/chatViewWelcomeController.js +4 -4
  38. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatAgentHover.js +2 -2
  39. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/chatAgentCommandContentPart.js +1 -1
  40. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/chatAnonymousRateLimitedPart.js +2 -2
  41. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/chatAttachmentsContentPart.d.ts +3 -1
  42. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/chatAttachmentsContentPart.js +9 -4
  43. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/chatChangesSummaryPart.d.ts +1 -3
  44. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/chatChangesSummaryPart.js +7 -10
  45. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/chatCodeCitationContentPart.js +1 -1
  46. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/chatCollapsibleContentPart.d.ts +3 -1
  47. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/chatCollapsibleContentPart.js +22 -4
  48. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/chatCollapsibleMarkdownContentPart.d.ts +2 -1
  49. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/chatCollapsibleMarkdownContentPart.js +11 -3
  50. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/chatCommandContentPart.js +1 -1
  51. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/chatConfirmationContentPart.js +2 -2
  52. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/chatConfirmationWidget.js +1 -1
  53. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/chatDiffBlockPart.d.ts +0 -2
  54. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/chatDiffBlockPart.js +0 -6
  55. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/chatDisabledClaudeHooksContentPart.js +2 -2
  56. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/chatErrorConfirmationPart.d.ts +3 -1
  57. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/chatErrorConfirmationPart.js +6 -3
  58. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/chatExtensionsContentPart.js +1 -1
  59. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/chatHookContentPart.d.ts +2 -1
  60. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/chatHookContentPart.js +5 -4
  61. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/chatInlineAnchorWidget.d.ts +0 -1
  62. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/chatInlineAnchorWidget.js +26 -27
  63. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/chatMarkdownContentPart.d.ts +3 -0
  64. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/chatMarkdownContentPart.js +51 -20
  65. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/chatMcpServersInteractionContentPart.js +8 -7
  66. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/chatMultiDiffContentPart.js +4 -4
  67. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/chatProgressContentPart.d.ts +2 -1
  68. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/chatProgressContentPart.js +20 -8
  69. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/chatPullRequestContentPart.d.ts +3 -3
  70. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/chatPullRequestContentPart.js +11 -6
  71. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/chatQuestionCarouselPart.d.ts +36 -1
  72. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/chatQuestionCarouselPart.js +166 -45
  73. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/chatQuotaExceededPart.js +4 -4
  74. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/chatReferencesContentPart.d.ts +3 -2
  75. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/chatReferencesContentPart.js +16 -11
  76. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/chatSubagentContentPart.d.ts +14 -5
  77. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/chatSubagentContentPart.js +98 -26
  78. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/chatSuggestNextWidget.js +5 -5
  79. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/chatTaskContentPart.js +1 -0
  80. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/chatTextEditContentPart.js +1 -1
  81. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/chatThinkingContentPart.d.ts +10 -1
  82. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/chatThinkingContentPart.js +241 -78
  83. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/chatTipContentPart.d.ts +29 -1
  84. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/chatTipContentPart.js +252 -8
  85. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/chatTodoListWidget.d.ts +4 -0
  86. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/chatTodoListWidget.js +39 -18
  87. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/chatToolInputOutputContentPart.d.ts +5 -3
  88. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/chatToolInputOutputContentPart.js +36 -23
  89. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/chatToolOutputContentSubPart.js +5 -5
  90. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/chatTreeContentPart.js +1 -1
  91. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/chatWorkspaceEditContentPart.js +3 -3
  92. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/codeBlockPart.d.ts +5 -7
  93. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/codeBlockPart.js +42 -37
  94. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/media/chatCodeBlockPill.css +12 -3
  95. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/media/chatConfirmationWidget.css +48 -18
  96. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/media/chatHookContentPart.css +9 -6
  97. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/media/chatInlineAnchorWidget.css +2 -2
  98. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/media/chatQuestionCarousel.css +351 -422
  99. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/media/chatTerminalToolProgressPart.css +14 -7
  100. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/media/chatThinkingContent.css +102 -7
  101. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/media/chatTipContent.css +69 -19
  102. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/media/codeBlockPart.css +48 -15
  103. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/toolInvocationParts/abstractToolConfirmationSubPart.d.ts +4 -1
  104. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/toolInvocationParts/abstractToolConfirmationSubPart.js +47 -23
  105. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/toolInvocationParts/chatExtensionsInstallToolSubPart.js +4 -4
  106. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/toolInvocationParts/chatInputOutputMarkdownProgressPart.d.ts +0 -1
  107. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/toolInvocationParts/chatInputOutputMarkdownProgressPart.js +0 -5
  108. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/toolInvocationParts/chatMcpAppModel.js +2 -2
  109. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/toolInvocationParts/chatMcpAppSubPart.js +7 -7
  110. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/toolInvocationParts/chatSimpleToolProgressPart.d.ts +18 -0
  111. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/toolInvocationParts/chatSimpleToolProgressPart.js +103 -0
  112. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/toolInvocationParts/chatTerminalToolConfirmationSubPart.js +15 -18
  113. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/toolInvocationParts/chatTerminalToolProgressPart.d.ts +1 -0
  114. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/toolInvocationParts/chatTerminalToolProgressPart.js +61 -66
  115. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/toolInvocationParts/chatToolConfirmationSubPart.d.ts +1 -1
  116. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/toolInvocationParts/chatToolConfirmationSubPart.js +7 -9
  117. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/toolInvocationParts/chatToolInvocationPart.d.ts +3 -1
  118. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/toolInvocationParts/chatToolInvocationPart.js +41 -2
  119. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/toolInvocationParts/chatToolOutputPart.js +2 -2
  120. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/toolInvocationParts/chatToolPartUtilities.js +3 -3
  121. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/toolInvocationParts/chatToolPostExecuteConfirmationPart.d.ts +1 -1
  122. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/toolInvocationParts/chatToolPostExecuteConfirmationPart.js +6 -5
  123. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/toolInvocationParts/chatToolProgressPart.js +13 -1
  124. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/toolInvocationParts/chatToolStreamingSubPart.js +2 -1
  125. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatDragAndDrop.js +11 -11
  126. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatListRenderer.d.ts +17 -3
  127. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatListRenderer.js +310 -79
  128. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatListWidget.d.ts +6 -0
  129. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatListWidget.js +13 -4
  130. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatQuestionCarouselAutoReply.d.ts +35 -0
  131. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatQuestionCarouselAutoReply.js +441 -0
  132. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatWidget.d.ts +24 -1
  133. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatWidget.js +392 -86
  134. package/vscode/src/vs/workbench/contrib/chat/browser/widget/input/chatFollowups.js +1 -1
  135. package/vscode/src/vs/workbench/contrib/chat/browser/widget/input/chatInputPart.d.ts +52 -6
  136. package/vscode/src/vs/workbench/contrib/chat/browser/widget/input/chatInputPart.js +271 -187
  137. package/vscode/src/vs/workbench/contrib/chat/browser/widget/input/chatModelPicker.d.ts +68 -0
  138. package/vscode/src/vs/workbench/contrib/chat/browser/widget/input/chatModelPicker.js +668 -0
  139. package/vscode/src/vs/workbench/contrib/chat/browser/widget/input/delegationSessionPickerActionItem.d.ts +12 -1
  140. package/vscode/src/vs/workbench/contrib/chat/browser/widget/input/delegationSessionPickerActionItem.js +57 -16
  141. package/vscode/src/vs/workbench/contrib/chat/browser/widget/input/modePickerActionItem.d.ts +2 -6
  142. package/vscode/src/vs/workbench/contrib/chat/browser/widget/input/modePickerActionItem.js +78 -45
  143. package/vscode/src/vs/workbench/contrib/chat/browser/widget/input/modelPickerActionItem.d.ts +1 -0
  144. package/vscode/src/vs/workbench/contrib/chat/browser/widget/input/modelPickerActionItem2.d.ts +28 -0
  145. package/vscode/src/vs/workbench/contrib/chat/browser/widget/input/modelPickerActionItem2.js +86 -0
  146. package/vscode/src/vs/workbench/contrib/chat/browser/widget/input/sessionTargetPickerActionItem.js +9 -5
  147. package/vscode/src/vs/workbench/contrib/chat/browser/widget/input/workspacePickerActionItem.js +4 -3
  148. package/vscode/src/vs/workbench/contrib/chat/browser/widget/media/chat.css +393 -134
  149. package/vscode/src/vs/workbench/contrib/chat/browser/widget/media/chatViewWelcome.css +36 -17
  150. package/vscode/src/vs/workbench/contrib/chat/browser/widgetHosts/viewPane/chatContextUsageDetails.d.ts +2 -2
  151. package/vscode/src/vs/workbench/contrib/chat/browser/widgetHosts/viewPane/chatContextUsageDetails.js +20 -13
  152. package/vscode/src/vs/workbench/contrib/chat/browser/widgetHosts/viewPane/chatContextUsageWidget.d.ts +25 -6
  153. package/vscode/src/vs/workbench/contrib/chat/browser/widgetHosts/viewPane/chatContextUsageWidget.js +141 -79
  154. package/vscode/src/vs/workbench/contrib/chat/browser/widgetHosts/viewPane/media/chatContextUsageWidget.css +18 -13
  155. package/vscode/src/vs/workbench/contrib/chat/common/widget/annotations.d.ts +7 -0
  156. package/vscode/src/vs/workbench/contrib/chat/common/widget/annotations.js +108 -27
  157. package/vscode/src/vs/workbench/contrib/chat/common/widget/chatColors.d.ts +1 -0
  158. package/vscode/src/vs/workbench/contrib/chat/common/widget/chatColors.js +20 -14
  159. package/vscode/src/vs/workbench/contrib/inlineChat/browser/inlineChatAffordance.d.ts +4 -6
  160. package/vscode/src/vs/workbench/contrib/inlineChat/browser/inlineChatAffordance.js +74 -32
  161. package/vscode/src/vs/workbench/contrib/inlineChat/browser/inlineChatController.d.ts +11 -2
  162. package/vscode/src/vs/workbench/contrib/inlineChat/browser/inlineChatController.js +68 -27
  163. package/vscode/src/vs/workbench/contrib/inlineChat/browser/inlineChatEditorAffordance.d.ts +5 -0
  164. package/vscode/src/vs/workbench/contrib/inlineChat/browser/inlineChatEditorAffordance.js +125 -13
  165. package/vscode/src/vs/workbench/contrib/inlineChat/browser/inlineChatGutterAffordance.d.ts +8 -11
  166. package/vscode/src/vs/workbench/contrib/inlineChat/browser/inlineChatGutterAffordance.js +54 -45
  167. package/vscode/src/vs/workbench/contrib/inlineChat/browser/inlineChatOverlayWidget.d.ts +11 -10
  168. package/vscode/src/vs/workbench/contrib/inlineChat/browser/inlineChatOverlayWidget.js +172 -112
  169. package/vscode/src/vs/workbench/contrib/inlineChat/browser/inlineChatWidget.js +5 -5
  170. package/vscode/src/vs/workbench/contrib/inlineChat/browser/inlineChatZoneWidget.js +1 -1
  171. package/vscode/src/vs/workbench/contrib/inlineChat/browser/media/inlineChat.css +0 -42
  172. package/vscode/src/vs/workbench/contrib/inlineChat/browser/media/inlineChatEditorAffordance.css +27 -3
  173. package/vscode/src/vs/workbench/contrib/inlineChat/browser/media/inlineChatOverlayWidget.css +83 -2
  174. package/vscode/src/vs/workbench/contrib/inlineChat/common/inlineChat.d.ts +8 -1
  175. package/vscode/src/vs/workbench/contrib/inlineChat/common/inlineChat.js +58 -33
  176. package/vscode/src/vs/workbench/contrib/interactive/browser/replInputHintContentWidget.js +3 -3
  177. package/vscode/src/vs/workbench/contrib/mcp/common/modelContextProtocolApps.d.ts +1 -548
  178. package/vscode/src/vs/workbench/contrib/notebook/browser/contrib/cellStatusBar/executionStatusBarItemController.js +7 -7
  179. package/vscode/src/vs/workbench/contrib/notebook/browser/contrib/find/notebookFindWidget.js +2 -2
  180. package/vscode/src/vs/workbench/contrib/replNotebook/browser/replEditor.js +1 -1
  181. package/vscode/src/vs/workbench/contrib/replNotebook/browser/replEditorInput.js +1 -1
  182. package/vscode/src/vs/workbench/contrib/chat/browser/widget/input/modelPickerActionItem.js +0 -187
  183. /package/vscode/src/vs/{workbench/contrib → platform}/mcp/common/modelContextProtocolApps.js +0 -0
@@ -3,7 +3,21 @@
3
3
  * Licensed under the MIT License. See License.txt in the project root for license information.
4
4
  *--------------------------------------------------------------------------------------------*/
5
5
 
6
- .chat-question-carousel-container {
6
+ /* question carousel - this is above edits and todos */
7
+ .interactive-session .interactive-input-part > .chat-question-carousel-widget-container:empty {
8
+ display: none;
9
+ }
10
+
11
+ /* input specific styling */
12
+ .interactive-session .interactive-input-part > .chat-question-carousel-widget-container .chat-question-carousel-container {
13
+ margin: 0;
14
+ border: 1px solid var(--vscode-input-border, transparent);
15
+ background-color: var(--vscode-editor-background);
16
+ border-radius: 4px;
17
+ }
18
+
19
+ /* general questions styling */
20
+ .interactive-session .chat-question-carousel-container {
7
21
  margin: 8px 0;
8
22
  border: 1px solid var(--vscode-chat-requestBorder);
9
23
  border-radius: 4px;
@@ -13,474 +27,389 @@
13
27
  container-type: inline-size;
14
28
  }
15
29
 
16
- .chat-question-carousel-summary {
17
- display: flex;
18
- flex-direction: column;
19
- gap: 8px;
20
- padding: 12px 16px;
21
- }
22
-
23
- .chat-question-summary-item {
24
- display: flex;
25
- flex-direction: row;
26
- flex-wrap: wrap;
27
- align-items: baseline;
28
- gap: 0;
29
- font-size: var(--vscode-chat-font-size-body-s);
30
- }
31
-
32
- .chat-question-summary-label {
33
- color: var(--vscode-descriptionForeground);
34
- word-wrap: break-word;
35
- overflow-wrap: break-word;
36
- }
37
-
38
- .chat-question-summary-label::after {
39
- content: ': ';
40
- white-space: pre;
41
- }
42
-
43
- .chat-question-summary-answer-title {
44
- color: var(--vscode-foreground);
45
- font-weight: 600;
46
- word-wrap: break-word;
47
- overflow-wrap: break-word;
48
- }
49
-
50
- .chat-question-summary-answer-desc {
51
- color: var(--vscode-foreground);
52
- word-wrap: break-word;
53
- overflow-wrap: break-word;
54
- }
55
-
56
- .chat-question-summary-skipped {
57
- color: var(--vscode-descriptionForeground);
58
- font-style: italic;
59
- font-size: var(--vscode-chat-font-size-body-s);
60
- }
61
-
62
- .chat-question-header-row {
63
- display: flex;
64
- justify-content: space-between;
65
- align-items: center;
66
- gap: 8px;
67
- min-width: 0;
68
- padding-bottom: 5px;
69
- margin-left: -16px;
70
- margin-right: -16px;
71
- padding-left: 16px;
72
- padding-right: 16px;
73
- border-bottom: 1px solid var(--vscode-chat-requestBorder);
74
- }
75
-
76
- .chat-question-header-row .chat-question-title {
77
- flex: 1;
78
- min-width: 0;
79
- word-wrap: break-word;
80
- overflow-wrap: break-word;
81
- }
82
-
83
- /* Close button container in header */
84
- .chat-question-close-container {
85
- flex-shrink: 0;
86
- }
87
-
88
- .chat-question-close-container .monaco-button.chat-question-close {
89
- min-width: 22px;
90
- width: 22px;
91
- height: 22px;
92
- padding: 0;
93
- border: none;
94
- background: transparent !important;
95
- color: var(--vscode-foreground) !important;
96
- }
97
-
98
- .chat-question-close-container .monaco-button.chat-question-close:hover:not(.disabled) {
99
- background: var(--vscode-toolbar-hoverBackground) !important;
100
- }
101
-
102
- /* Footer row with step indicator and navigation */
103
- .chat-question-footer-row {
104
- display: flex;
105
- justify-content: space-between;
106
- align-items: center;
107
- padding: 4px 16px;
108
- border-top: 1px solid var(--vscode-chat-requestBorder);
109
- background: var(--vscode-chat-requestBackground);
110
- }
111
-
112
- /* Step indicator (e.g., "2/4") */
113
- .chat-question-step-indicator {
114
- font-size: var(--vscode-chat-font-size-body-s);
115
- color: var(--vscode-descriptionForeground);
116
- }
117
-
118
- .chat-question-carousel-nav {
119
- display: flex;
120
- align-items: center;
121
- gap: 4px;
122
- flex-shrink: 0;
123
- margin-left: auto;
124
- }
125
-
126
- .chat-question-nav-arrows {
127
- display: flex;
128
- align-items: center;
129
- gap: 4px;
130
- }
131
-
132
- .chat-question-carousel-nav .monaco-button.chat-question-nav-arrow {
133
- min-width: 22px;
134
- width: 22px;
135
- height: 22px;
136
- padding: 0;
137
- border: none;
138
- }
139
-
140
- /* Secondary buttons (prev, next) use gray secondary background */
141
- .chat-question-carousel-nav .monaco-button.chat-question-nav-arrow.chat-question-nav-prev,
142
- .chat-question-carousel-nav .monaco-button.chat-question-nav-arrow.chat-question-nav-next {
143
- background: var(--vscode-button-secondaryBackground) !important;
144
- color: var(--vscode-button-secondaryForeground) !important;
145
- }
146
-
147
- .chat-question-carousel-nav .monaco-button.chat-question-nav-arrow.chat-question-nav-prev:hover:not(.disabled),
148
- .chat-question-carousel-nav .monaco-button.chat-question-nav-arrow.chat-question-nav-next:hover:not(.disabled) {
149
- background: var(--vscode-button-secondaryHoverBackground) !important;
150
- }
151
-
152
- /* Submit button (next on last question) uses primary background */
153
- .chat-question-carousel-nav .monaco-button.chat-question-nav-arrow.chat-question-nav-submit {
154
- background: var(--vscode-button-background) !important;
155
- color: var(--vscode-button-foreground) !important;
156
- width: auto;
157
- min-width: auto;
158
- padding: 0 8px;
159
- }
160
-
161
- .chat-question-carousel-nav .monaco-button.chat-question-nav-arrow.chat-question-nav-submit:hover:not(.disabled) {
162
- background: var(--vscode-button-hoverBackground) !important;
163
- }
164
-
165
- /* Close button uses transparent background */
166
- .chat-question-carousel-nav .monaco-button.chat-question-nav-arrow.chat-question-close {
167
- background: transparent !important;
168
- color: var(--vscode-foreground) !important;
169
- }
170
-
171
- .chat-question-carousel-nav .monaco-button.chat-question-nav-arrow.chat-question-close:hover:not(.disabled) {
172
- background: var(--vscode-toolbar-hoverBackground) !important;
30
+ /* input part wrapper */
31
+ .interactive-session .interactive-input-part > .chat-question-carousel-widget-container {
32
+ width: 100%;
33
+ position: relative;
173
34
  }
174
35
 
175
- .chat-question-carousel-content {
36
+ /* container and header */
37
+ .interactive-session .chat-question-carousel-container .chat-question-carousel-content {
176
38
  display: flex;
177
39
  flex-direction: column;
178
40
  background: var(--vscode-chat-requestBackground);
179
41
  padding: 8px 16px 10px 16px;
180
42
  overflow: hidden;
181
- }
182
-
183
- .chat-question-title {
184
- font-weight: 500;
185
- font-size: var(--vscode-chat-font-size-body-s);
186
- margin: 0;
187
- }
188
-
189
- .chat-question-title-main {
190
- font-weight: 500;
191
- }
192
43
 
193
- .chat-question-title-subtitle {
194
- font-weight: normal;
195
- color: var(--vscode-descriptionForeground);
196
- }
197
-
198
- .chat-question-message {
199
- font-size: var(--vscode-chat-font-size-body-s);
200
- color: var(--vscode-foreground);
201
- margin: 0;
202
- line-height: 1.5;
203
- }
204
-
205
- .chat-question-message p {
206
- margin-top: 0;
207
- margin-bottom: 4px;
44
+ .chat-question-header-row {
45
+ display: flex;
46
+ justify-content: space-between;
47
+ align-items: center;
48
+ gap: 8px;
49
+ min-width: 0;
50
+ padding-bottom: 5px;
51
+ margin-left: -16px;
52
+ margin-right: -16px;
53
+ padding-left: 16px;
54
+ padding-right: 16px;
55
+ border-bottom: 1px solid var(--vscode-chat-requestBorder);
56
+
57
+ .chat-question-title {
58
+ flex: 1;
59
+ min-width: 0;
60
+ word-wrap: break-word;
61
+ overflow-wrap: break-word;
62
+ font-weight: 500;
63
+ font-size: var(--vscode-chat-font-size-body-s);
64
+ margin: 0;
65
+
66
+ .rendered-markdown {
67
+ a {
68
+ color: var(--vscode-textLink-foreground);
69
+ }
70
+
71
+ a:hover,
72
+ a:active {
73
+ color: var(--vscode-textLink-activeForeground);
74
+ }
75
+
76
+ p {
77
+ margin: 0;
78
+ }
79
+ }
80
+
81
+ .chat-question-title-main {
82
+ font-weight: 500;
83
+ }
84
+
85
+ .chat-question-title-subtitle {
86
+ font-weight: normal;
87
+ color: var(--vscode-descriptionForeground);
88
+ }
89
+ }
90
+
91
+ .chat-question-close-container {
92
+ flex-shrink: 0;
93
+
94
+ .monaco-button.chat-question-close {
95
+ min-width: 22px;
96
+ width: 22px;
97
+ height: 22px;
98
+ padding: 0;
99
+ border: none;
100
+ background: transparent !important;
101
+ color: var(--vscode-foreground) !important;
102
+ }
103
+
104
+ .monaco-button.chat-question-close:hover:not(.disabled) {
105
+ background: var(--vscode-toolbar-hoverBackground) !important;
106
+ }
107
+ }
108
+ }
208
109
  }
209
110
 
210
- .chat-question-input-container {
111
+ /* questions list and freeform area */
112
+ .interactive-session .chat-question-carousel-container .chat-question-input-container {
211
113
  display: flex;
212
114
  flex-direction: column;
213
115
  margin-top: 4px;
214
116
  min-width: 0;
215
- }
216
-
217
- /* List-style selection UI (similar to QuickPick) */
218
- .chat-question-list {
219
- display: flex;
220
- flex-direction: column;
221
- gap: 3px;
222
- outline: none;
223
- padding: 4px 0;
224
- }
225
117
 
226
- .chat-question-list:focus-visible {
227
- outline: 1px solid var(--vscode-focusBorder);
228
- outline-offset: -1px;
229
- }
230
-
231
- .chat-question-list-item {
232
- display: flex;
233
- align-items: center;
234
- gap: 8px;
235
- padding: 3px 8px;
236
- cursor: pointer;
237
- border-radius: 3px;
238
- user-select: none;
239
- }
240
-
241
- .chat-question-list-item:hover {
242
- background-color: var(--vscode-list-hoverBackground);
243
- }
244
-
245
- .interactive-input-part .chat-question-carousel-widget-container .chat-question-input-container {
118
+ /* some hackiness to get the focus looking right */
246
119
  .chat-question-list-item:focus:not(.selected),
247
120
  .chat-question-list:focus {
248
121
  outline: none;
249
122
  }
250
123
 
251
- }
252
-
253
- /* Single-select: highlight entire row when selected */
254
- .chat-question-list-item.selected {
255
- background-color: var(--vscode-list-activeSelectionBackground);
256
- color: var(--vscode-list-activeSelectionForeground);
257
- }
124
+ .chat-question-list:focus-visible {
125
+ outline: 1px solid var(--vscode-focusBorder);
126
+ outline-offset: -1px;
127
+ }
258
128
 
259
- .chat-question-list:focus-within .chat-question-list-item.selected {
260
- outline-width: 1px;
261
- outline-style: solid;
262
- outline-offset: -1px;
263
- outline-color: var(--vscode-focusBorder);
264
- }
129
+ .chat-question-list:focus-within .chat-question-list-item.selected {
130
+ outline-width: 1px;
131
+ outline-style: solid;
132
+ outline-offset: -1px;
133
+ outline-color: var(--vscode-focusBorder);
134
+ }
265
135
 
266
- .chat-question-list-item.selected:hover {
267
- background-color: var(--vscode-list-activeSelectionBackground);
268
- }
136
+ .chat-question-list {
137
+ display: flex;
138
+ flex-direction: column;
139
+ gap: 3px;
140
+ outline: none;
141
+ padding: 4px 0;
142
+
143
+ .chat-question-list-item {
144
+ display: flex;
145
+ align-items: center;
146
+ gap: 8px;
147
+ padding: 3px 8px;
148
+ cursor: pointer;
149
+ border-radius: 3px;
150
+ user-select: none;
151
+
152
+ .chat-question-list-indicator {
153
+ width: 16px;
154
+ height: 16px;
155
+ display: flex;
156
+ align-items: center;
157
+ justify-content: center;
158
+ flex-shrink: 0;
159
+ margin-left: auto;
160
+ }
161
+
162
+ .chat-question-list-indicator.codicon-check {
163
+ color: var(--vscode-list-activeSelectionForeground, var(--vscode-foreground));
164
+ }
165
+
166
+ /* Label in list item */
167
+ .chat-question-list-label {
168
+ font-size: var(--vscode-chat-font-size-body-s);
169
+ flex: 1;
170
+ overflow: hidden;
171
+ text-overflow: ellipsis;
172
+ white-space: nowrap;
173
+ }
174
+
175
+ .chat-question-list-label-title {
176
+ font-weight: 600;
177
+ }
178
+
179
+ .chat-question-list-label-desc {
180
+ font-weight: normal;
181
+ color: var(--vscode-descriptionForeground);
182
+ }
183
+ }
184
+
185
+ .chat-question-list-item:hover {
186
+ background-color: var(--vscode-list-hoverBackground);
187
+ }
188
+
189
+ /* Single-select: highlight entire row when selected */
190
+ .chat-question-list-item.selected {
191
+ background-color: var(--vscode-list-activeSelectionBackground);
192
+ color: var(--vscode-list-activeSelectionForeground);
193
+
194
+ .chat-question-label {
195
+ color: var(--vscode-list-activeSelectionForeground);
196
+ }
197
+
198
+ .chat-question-list-label-desc {
199
+ color: var(--vscode-list-activeSelectionForeground);
200
+ opacity: 0.8;
201
+ }
202
+
203
+ .chat-question-list-indicator.codicon-check {
204
+ color: var(--vscode-list-activeSelectionForeground);
205
+ }
206
+
207
+ .chat-question-list-number {
208
+ background-color: transparent;
209
+ color: var(--vscode-list-activeSelectionForeground);
210
+ border-color: var(--vscode-list-activeSelectionForeground);
211
+ border-bottom-color: var(--vscode-list-activeSelectionForeground);
212
+ box-shadow: none;
213
+ }
214
+ }
215
+
216
+ .chat-question-list-item.selected:hover {
217
+ background-color: var(--vscode-list-activeSelectionBackground);
218
+ }
219
+
220
+ /* Checkbox for multi-select */
221
+ .chat-question-list-checkbox {
222
+ flex-shrink: 0;
223
+ }
224
+
225
+ .chat-question-list-checkbox.monaco-custom-toggle {
226
+ margin-right: 0;
227
+ }
228
+ }
269
229
 
270
- /* todo: change to use keybinding service so we don't have to recreate this */
271
- .chat-question-list-number,
272
- .chat-question-freeform-number {
273
- display: inline-flex;
274
- align-items: center;
275
- justify-content: center;
276
- min-width: 14px;
277
- padding: 0px 4px;
278
- border-style: solid;
279
- border-width: 1px;
280
- border-radius: 3px;
281
- font-size: 11px;
282
- font-weight: normal;
283
- background-color: var(--vscode-keybindingLabel-background);
284
- color: var(--vscode-keybindingLabel-foreground);
285
- border-color: var(--vscode-keybindingLabel-border);
286
- border-bottom-color: var(--vscode-keybindingLabel-bottomBorder);
287
- box-shadow: inset 0 -1px 0 var(--vscode-widget-shadow);
288
- flex-shrink: 0;
289
- }
230
+ .chat-question-freeform {
231
+ margin-left: 8px;
232
+ display: flex;
233
+ flex-direction: row;
234
+ align-items: center;
235
+ gap: 8px;
236
+
237
+ .chat-question-freeform-number {
238
+ height: fit-content;
239
+ }
240
+
241
+ /* this is probably legacy too */
242
+ .chat-question-freeform-label {
243
+ font-size: var(--vscode-chat-font-size-body-s);
244
+ color: var(--vscode-descriptionForeground);
245
+ }
246
+
247
+ .chat-question-freeform-textarea {
248
+ width: 100%;
249
+ min-height: 24px;
250
+ max-height: 200px;
251
+ padding: 3px 8px;
252
+ border: 1px solid var(--vscode-input-border, var(--vscode-chat-requestBorder));
253
+ background-color: var(--vscode-input-background);
254
+ color: var(--vscode-input-foreground);
255
+ border-radius: 4px;
256
+ resize: none;
257
+ font-family: var(--vscode-chat-font-family, inherit);
258
+ font-size: var(--vscode-chat-font-size-body-s);
259
+ box-sizing: border-box;
260
+ overflow-y: hidden;
261
+ align-content: center;
262
+ }
263
+
264
+ .chat-question-freeform-textarea:focus {
265
+ outline: 1px solid var(--vscode-focusBorder);
266
+ border-color: var(--vscode-focusBorder);
267
+ }
268
+
269
+ .chat-question-freeform-textarea::placeholder {
270
+ color: var(--vscode-input-placeholderForeground);
271
+ }
290
272
 
291
- .chat-question-freeform-number {
292
- height: fit-content;
293
- }
273
+ }
294
274
 
295
- .chat-question-list-item.selected .chat-question-list-number {
296
- background-color: transparent;
297
- color: var(--vscode-list-activeSelectionForeground);
298
- border-color: var(--vscode-list-activeSelectionForeground);
299
- border-bottom-color: var(--vscode-list-activeSelectionForeground);
300
- box-shadow: none;
275
+ /* todo: change to use keybinding service so we don't have to recreate this */
276
+ .chat-question-list-number,
277
+ .chat-question-freeform-number {
278
+ display: inline-flex;
279
+ align-items: center;
280
+ justify-content: center;
281
+ min-width: 14px;
282
+ padding: 0px 4px;
283
+ border-style: solid;
284
+ border-width: 1px;
285
+ border-radius: 3px;
286
+ font-size: 11px;
287
+ font-weight: normal;
288
+ background-color: var(--vscode-keybindingLabel-background);
289
+ color: var(--vscode-keybindingLabel-foreground);
290
+ border-color: var(--vscode-keybindingLabel-border);
291
+ border-bottom-color: var(--vscode-keybindingLabel-bottomBorder);
292
+ box-shadow: inset 0 -1px 0 var(--vscode-widget-shadow);
293
+ flex-shrink: 0;
294
+ }
301
295
  }
302
296
 
303
- /* Selection indicator (checkmark) for single select - positioned on right */
304
- .chat-question-list-indicator {
305
- width: 16px;
306
- height: 16px;
297
+ /* footer with step indicator and nav buttons */
298
+ .interactive-session .chat-question-carousel-container .chat-question-footer-row {
307
299
  display: flex;
300
+ justify-content: space-between;
308
301
  align-items: center;
309
- justify-content: center;
310
- flex-shrink: 0;
311
- margin-left: auto;
312
- }
302
+ padding: 4px 16px;
303
+ border-top: 1px solid var(--vscode-chat-requestBorder);
304
+ background: var(--vscode-chat-requestBackground);
313
305
 
314
- .chat-question-list-indicator.codicon-check {
315
- color: var(--vscode-list-activeSelectionForeground, var(--vscode-foreground));
316
- }
306
+ .chat-question-step-indicator {
307
+ font-size: var(--vscode-chat-font-size-body-s);
308
+ color: var(--vscode-descriptionForeground);
309
+ }
317
310
 
318
- .chat-question-list-item.selected .chat-question-list-indicator.codicon-check {
319
- color: var(--vscode-list-activeSelectionForeground);
320
- }
311
+ .chat-question-carousel-nav {
312
+ display: flex;
313
+ align-items: center;
314
+ gap: 4px;
315
+ flex-shrink: 0;
316
+ margin-left: auto;
317
+ }
321
318
 
322
- /* Checkbox for multi-select */
323
- .chat-question-list-checkbox {
324
- flex-shrink: 0;
325
- }
319
+ .chat-question-nav-arrows {
320
+ display: flex;
321
+ align-items: center;
322
+ gap: 4px;
323
+ }
326
324
 
327
- .chat-question-list-checkbox.monaco-custom-toggle {
328
- margin-right: 0;
329
- }
325
+ .chat-question-carousel-nav .monaco-button.chat-question-nav-arrow {
326
+ min-width: 22px;
327
+ width: 22px;
328
+ height: 22px;
329
+ padding: 0;
330
+ border: none;
331
+ }
330
332
 
333
+ /* Secondary buttons (prev, next) use gray secondary background */
334
+ .chat-question-carousel-nav .monaco-button.chat-question-nav-arrow.chat-question-nav-prev,
335
+ .chat-question-carousel-nav .monaco-button.chat-question-nav-arrow.chat-question-nav-next {
336
+ background: var(--vscode-button-secondaryBackground) !important;
337
+ color: var(--vscode-button-secondaryForeground) !important;
338
+ }
331
339
 
332
- /* Label in list item */
333
- .chat-question-list-label {
334
- font-size: var(--vscode-chat-font-size-body-s);
335
- color: var(--vscode-foreground);
336
- flex: 1;
337
- overflow: hidden;
338
- text-overflow: ellipsis;
339
- white-space: nowrap;
340
- }
340
+ .chat-question-carousel-nav .monaco-button.chat-question-nav-arrow.chat-question-nav-prev:hover:not(.disabled),
341
+ .chat-question-carousel-nav .monaco-button.chat-question-nav-arrow.chat-question-nav-next:hover:not(.disabled) {
342
+ background: var(--vscode-button-secondaryHoverBackground) !important;
343
+ }
341
344
 
342
- .chat-question-list-label-title {
343
- font-weight: 600;
344
- }
345
+ /* Submit button (next on last question) uses primary background */
346
+ .chat-question-carousel-nav .monaco-button.chat-question-nav-arrow.chat-question-nav-submit {
347
+ background: var(--vscode-button-background) !important;
348
+ color: var(--vscode-button-foreground) !important;
349
+ width: auto;
350
+ min-width: auto;
351
+ padding: 0 8px;
352
+ }
345
353
 
346
- .chat-question-list-label-desc {
347
- font-weight: normal;
348
- color: var(--vscode-descriptionForeground);
349
- }
354
+ .chat-question-carousel-nav .monaco-button.chat-question-nav-arrow.chat-question-nav-submit:hover:not(.disabled) {
355
+ background: var(--vscode-button-hoverBackground) !important;
356
+ }
350
357
 
351
- .chat-question-list-item.selected .chat-question-list-label {
352
- color: var(--vscode-list-activeSelectionForeground);
353
- }
358
+ /* Close button uses transparent background */
359
+ .chat-question-carousel-nav .monaco-button.chat-question-nav-arrow.chat-question-close {
360
+ background: transparent !important;
361
+ color: var(--vscode-foreground) !important;
362
+ }
354
363
 
355
- .chat-question-list-item.selected .chat-question-list-label-desc {
356
- color: var(--vscode-list-activeSelectionForeground);
357
- opacity: 0.8;
358
- }
364
+ .chat-question-carousel-nav .monaco-button.chat-question-nav-arrow.chat-question-close:hover:not(.disabled) {
365
+ background: var(--vscode-toolbar-hoverBackground) !important;
366
+ }
359
367
 
360
- /* Legacy styles for backwards compatibility (to be removed) */
361
- .chat-question-options {
362
- display: flex;
363
- flex-direction: column;
364
- gap: 0;
365
- min-width: 0;
366
368
  }
367
369
 
368
- .chat-question-option {
370
+ /* summary (after finished) */
371
+ .interactive-session .chat-question-carousel-summary {
369
372
  display: flex;
370
- align-items: flex-start;
373
+ flex-direction: column;
371
374
  gap: 8px;
372
- padding: 3px 0;
373
- min-width: 0;
374
- }
375
-
376
- .chat-question-option input[type="radio"],
377
- .chat-question-option input[type="checkbox"] {
378
- appearance: none;
379
- -webkit-appearance: none;
380
- -moz-appearance: none;
381
- width: 18px;
382
- height: 18px;
383
- min-width: 18px;
384
- min-height: 18px;
385
- flex-shrink: 0;
386
- margin: 0;
387
- border: 1px solid var(--vscode-checkbox-border);
388
- background-color: var(--vscode-checkbox-background);
389
- border-radius: 3px;
390
- cursor: pointer;
391
- position: relative;
392
- outline: none;
393
- }
394
-
395
- .chat-question-option input[type="radio"] {
396
- border-radius: 50%;
397
- }
398
-
399
- .chat-question-option input[type="radio"]:checked,
400
- .chat-question-option input[type="checkbox"]:checked {
401
- background-color: var(--vscode-checkbox-selectBackground, var(--vscode-checkbox-background));
402
- }
403
-
404
- .chat-question-option input[type="checkbox"]:checked::after {
405
- content: '';
406
- position: absolute;
407
- top: 3px;
408
- left: 6px;
409
- width: 4px;
410
- height: 8px;
411
- border: solid var(--vscode-checkbox-foreground);
412
- border-width: 0 2px 2px 0;
413
- transform: rotate(45deg);
414
- }
415
-
416
- .chat-question-option input[type="radio"]:checked::after {
417
- content: '';
418
- position: absolute;
419
- top: 4px;
420
- left: 4px;
421
- width: 8px;
422
- height: 8px;
423
- border-radius: 50%;
424
- background-color: var(--vscode-checkbox-foreground);
425
- }
426
-
427
- .chat-question-option input[type="radio"]:focus,
428
- .chat-question-option input[type="checkbox"]:focus {
429
- outline: 1px solid var(--vscode-focusBorder);
430
- outline-offset: 1px;
431
- }
432
-
433
- .chat-question-option input[type="radio"]:hover,
434
- .chat-question-option input[type="checkbox"]:hover {
435
- background-color: var(--vscode-inputOption-hoverBackground);
436
- }
437
-
438
- .chat-question-option label {
439
- flex: 1;
440
- font-size: var(--vscode-chat-font-size-body-s);
441
- color: var(--vscode-foreground);
442
- cursor: pointer;
443
- word-wrap: break-word;
444
- overflow-wrap: break-word;
445
- min-width: 0;
446
- }
447
-
375
+ padding: 8px;
376
+
377
+ .chat-question-summary-item {
378
+ display: flex;
379
+ flex-direction: row;
380
+ flex-wrap: wrap;
381
+ align-items: baseline;
382
+ gap: 0;
383
+ font-size: var(--vscode-chat-font-size-body-s);
384
+ }
448
385
 
449
- .chat-question-freeform {
450
- margin-left: 8px;
451
- display: flex;
452
- flex-direction: row;
453
- align-items: center;
454
- gap: 8px;
455
- }
386
+ .chat-question-summary-label {
387
+ color: var(--vscode-descriptionForeground);
388
+ word-wrap: break-word;
389
+ overflow-wrap: break-word;
390
+ }
456
391
 
457
- .chat-question-freeform-label {
458
- font-size: var(--vscode-chat-font-size-body-s);
459
- color: var(--vscode-descriptionForeground);
460
- }
392
+ .chat-question-summary-label::after {
393
+ content: ': ';
394
+ white-space: pre;
395
+ }
461
396
 
462
- .chat-question-freeform-textarea {
463
- width: 100%;
464
- min-height: 24px;
465
- max-height: 200px;
466
- padding: 3px 8px;
467
- border: 1px solid var(--vscode-input-border, var(--vscode-chat-requestBorder));
468
- background-color: var(--vscode-input-background);
469
- color: var(--vscode-input-foreground);
470
- border-radius: 4px;
471
- resize: none;
472
- font-family: var(--vscode-chat-font-family, inherit);
473
- font-size: var(--vscode-chat-font-size-body-s);
474
- box-sizing: border-box;
475
- overflow-y: hidden;
476
- align-content: center;
477
- }
397
+ .chat-question-summary-answer-title {
398
+ color: var(--vscode-foreground);
399
+ font-weight: 600;
400
+ word-wrap: break-word;
401
+ overflow-wrap: break-word;
402
+ }
478
403
 
479
- .chat-question-freeform-textarea:focus {
480
- outline: 1px solid var(--vscode-focusBorder);
481
- border-color: var(--vscode-focusBorder);
482
- }
404
+ .chat-question-summary-answer-desc {
405
+ color: var(--vscode-foreground);
406
+ word-wrap: break-word;
407
+ overflow-wrap: break-word;
408
+ }
483
409
 
484
- .chat-question-freeform-textarea::placeholder {
485
- color: var(--vscode-input-placeholderForeground);
410
+ .chat-question-summary-skipped {
411
+ color: var(--vscode-descriptionForeground);
412
+ font-style: italic;
413
+ font-size: var(--vscode-chat-font-size-body-s);
414
+ }
486
415
  }