@codingame/monaco-vscode-katex-common 32.0.0 → 32.0.2

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 (100) hide show
  1. package/package.json +2 -2
  2. package/vscode/src/vs/workbench/contrib/chat/browser/agentSessions/agentSessionHoverWidget.js +8 -8
  3. package/vscode/src/vs/workbench/contrib/chat/browser/agentSessions/agentSessionsControl.js +2 -2
  4. package/vscode/src/vs/workbench/contrib/chat/browser/agentSessions/agentSessionsFilter.js +9 -9
  5. package/vscode/src/vs/workbench/contrib/chat/browser/agentSessions/agentSessionsOpener.js +1 -1
  6. package/vscode/src/vs/workbench/contrib/chat/browser/agentSessions/agentSessionsViewer.js +30 -30
  7. package/vscode/src/vs/workbench/contrib/chat/browser/attachments/chatAttachmentWidgets.js +52 -52
  8. package/vscode/src/vs/workbench/contrib/chat/browser/attachments/implicitContextAttachment.js +13 -13
  9. package/vscode/src/vs/workbench/contrib/chat/browser/chatEditing/chatEditingActions.js +34 -34
  10. package/vscode/src/vs/workbench/contrib/chat/browser/chatSessions/chatSessionPickerActionItem.js +1 -1
  11. package/vscode/src/vs/workbench/contrib/chat/browser/tools/chatToolRiskAssessmentService.js +3 -3
  12. package/vscode/src/vs/workbench/contrib/chat/browser/tools/toolSetsContribution.js +13 -13
  13. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatAgentHover.js +2 -2
  14. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatArtifactsWidget.js +10 -10
  15. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/chatAgentCommandContentPart.js +1 -1
  16. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/chatAnonymousRateLimitedPart.js +2 -2
  17. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/chatChangesSummaryPart.js +1 -1
  18. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/chatCodeCitationContentPart.js +1 -1
  19. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/chatCommandContentPart.js +1 -1
  20. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/chatConfirmationContentPart.js +2 -2
  21. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/chatConfirmationWidget.js +2 -2
  22. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/chatDisabledClaudeHooksContentPart.js +3 -3
  23. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/chatExtensionsContentPart.js +1 -1
  24. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/chatHookContentPart.js +1 -1
  25. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/chatInlineAnchorWidget.js +13 -13
  26. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/chatMarkdownContentPart.js +6 -6
  27. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/chatMcpServersInteractionContentPart.js +8 -8
  28. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/chatMultiDiffContentPart.js +4 -4
  29. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/chatPlanReviewPart.js +30 -30
  30. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/chatProgressContentPart.js +1 -1
  31. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/chatQuestionCarouselPart.js +44 -44
  32. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/chatQuotaExceededPart.js +4 -4
  33. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/chatReferencesContentPart.js +6 -6
  34. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/chatResourceGroupWidget.js +5 -5
  35. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/chatSubagentContentPart.js +10 -10
  36. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/chatSuggestNextWidget.js +6 -6
  37. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/chatTextEditContentPart.js +1 -1
  38. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/chatThinkingContentPart.js +19 -19
  39. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/chatTipContentPart.js +9 -9
  40. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/chatTodoListWidget.js +17 -17
  41. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/chatToolInputOutputContentPart.js +2 -2
  42. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/chatTreeContentPart.js +1 -1
  43. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/chatWorkspaceEditContentPart.js +3 -3
  44. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/codeBlockPart.js +14 -14
  45. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/toolInvocationParts/abstractToolConfirmationSubPart.js +1 -1
  46. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/toolInvocationParts/chatExtensionsInstallToolSubPart.js +4 -4
  47. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/toolInvocationParts/chatMcpAppModel.js +1 -1
  48. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/toolInvocationParts/chatMcpAppSubPart.js +3 -3
  49. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/toolInvocationParts/chatMissingSandboxDepsConfirmationSubPart.js +2 -2
  50. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/toolInvocationParts/chatModifiedFilesConfirmationSubPart.js +6 -6
  51. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/toolInvocationParts/chatTerminalToolConfirmationSubPart.js +18 -18
  52. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/toolInvocationParts/chatTerminalToolProgressPart.js +18 -18
  53. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/toolInvocationParts/chatToolConfirmationCarouselPart.js +8 -8
  54. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/toolInvocationParts/chatToolConfirmationSubPart.js +6 -6
  55. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/toolInvocationParts/chatToolOutputPart.js +2 -2
  56. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/toolInvocationParts/chatToolPartUtilities.js +5 -5
  57. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/toolInvocationParts/chatToolPostExecuteConfirmationPart.js +5 -5
  58. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/toolInvocationParts/toolRiskBadgeWidget.js +4 -4
  59. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatDragAndDrop.js +11 -11
  60. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatListRenderer.js +25 -25
  61. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatWidget.js +15 -15
  62. package/vscode/src/vs/workbench/contrib/chat/browser/widget/input/chatFollowups.js +1 -1
  63. package/vscode/src/vs/workbench/contrib/chat/browser/widget/input/chatInputNotificationWidget.js +1 -1
  64. package/vscode/src/vs/workbench/contrib/chat/browser/widget/input/chatInputPart.js +11 -11
  65. package/vscode/src/vs/workbench/contrib/chat/browser/widget/input/chatModelPicker.js +41 -41
  66. package/vscode/src/vs/workbench/contrib/chat/browser/widget/input/chatPhoneInputPresenter.js +2 -2
  67. package/vscode/src/vs/workbench/contrib/chat/browser/widget/input/delegationSessionPickerActionItem.js +5 -5
  68. package/vscode/src/vs/workbench/contrib/chat/browser/widget/input/modePickerActionItem.js +5 -5
  69. package/vscode/src/vs/workbench/contrib/chat/browser/widget/input/modelPickerActionItem.js +1 -1
  70. package/vscode/src/vs/workbench/contrib/chat/browser/widget/input/permissionPickerActionItem.js +18 -18
  71. package/vscode/src/vs/workbench/contrib/chat/browser/widget/input/sessionTargetPickerActionItem.js +3 -3
  72. package/vscode/src/vs/workbench/contrib/chat/browser/widget/input/workspacePickerActionItem.js +3 -3
  73. package/vscode/src/vs/workbench/contrib/chat/browser/widgetHosts/viewPane/chatContextUsageDetails.js +7 -7
  74. package/vscode/src/vs/workbench/contrib/chat/browser/widgetHosts/viewPane/chatContextUsageWidget.js +2 -2
  75. package/vscode/src/vs/workbench/contrib/chat/common/chatImageExtraction.js +6 -6
  76. package/vscode/src/vs/workbench/contrib/chat/common/chatPermissionWarnings.js +6 -6
  77. package/vscode/src/vs/workbench/contrib/chat/common/widget/chatColors.js +18 -18
  78. package/vscode/src/vs/workbench/contrib/inlineChat/browser/inlineChatController.js +3 -3
  79. package/vscode/src/vs/workbench/contrib/inlineChat/browser/inlineChatWidget.js +5 -5
  80. package/vscode/src/vs/workbench/contrib/inlineChat/browser/inlineChatZoneWidget.js +1 -1
  81. package/vscode/src/vs/workbench/contrib/inlineChat/common/inlineChat.js +30 -30
  82. package/vscode/src/vs/workbench/contrib/interactive/browser/replInputHintContentWidget.js +3 -3
  83. package/vscode/src/vs/workbench/contrib/notebook/browser/contrib/cellStatusBar/executionStatusBarItemController.js +7 -7
  84. package/vscode/src/vs/workbench/contrib/notebook/browser/contrib/find/notebookFindWidget.js +2 -2
  85. package/vscode/src/vs/workbench/contrib/notebook/browser/controller/cellOperations.js +2 -2
  86. package/vscode/src/vs/workbench/contrib/notebook/browser/controller/insertCellActions.js +24 -24
  87. package/vscode/src/vs/workbench/contrib/notebook/browser/diff/diffComponents.js +3 -3
  88. package/vscode/src/vs/workbench/contrib/notebook/browser/diff/diffElementOutputs.js +7 -7
  89. package/vscode/src/vs/workbench/contrib/notebook/browser/diff/notebookDiffEditor.js +1 -1
  90. package/vscode/src/vs/workbench/contrib/notebook/browser/diff/notebookDiffEditorBrowser.js +5 -5
  91. package/vscode/src/vs/workbench/contrib/notebook/browser/diff/notebookDiffList.js +1 -1
  92. package/vscode/src/vs/workbench/contrib/replNotebook/browser/replEditor.js +1 -1
  93. package/vscode/src/vs/workbench/contrib/replNotebook/browser/replEditorInput.js +1 -1
  94. package/vscode/src/vs/workbench/contrib/terminalContrib/chatAgentTools/browser/runInTerminalHelpers.js +6 -6
  95. package/vscode/src/vs/workbench/contrib/terminalContrib/chatAgentTools/browser/tools/commandLineAnalyzer/autoApprove/npmScriptAutoApprover.js +1 -1
  96. package/vscode/src/vs/workbench/contrib/terminalContrib/chatAgentTools/browser/tools/commandLineAnalyzer/commandLineAutoApproveAnalyzer.js +12 -12
  97. package/vscode/src/vs/workbench/contrib/terminalContrib/chatAgentTools/browser/tools/commandLineAnalyzer/commandLineFileWriteAnalyzer.js +2 -2
  98. package/vscode/src/vs/workbench/contrib/terminalContrib/chatAgentTools/browser/tools/monitoring/outputMonitor.js +3 -3
  99. package/vscode/src/vs/workbench/contrib/terminalContrib/chatAgentTools/browser/tools/runInTerminalTool.js +53 -53
  100. package/vscode/src/vs/workbench/contrib/terminalContrib/chatAgentTools/common/terminalSandboxService.js +4 -4
@@ -82,7 +82,7 @@ registerAction2(class OpenFileInDiffAction extends WorkingSetAction {
82
82
  constructor() {
83
83
  super({
84
84
  id: "chatEditing.openFileInDiff",
85
- title: ( localize2(6293, "Open Changes in Diff Editor")),
85
+ title: ( localize2(6304, "Open Changes in Diff Editor")),
86
86
  icon: Codicon.diffSingle,
87
87
  menu: [{
88
88
  id: MenuId.ChatEditingWidgetModifiedFilesToolbar,
@@ -113,7 +113,7 @@ registerAction2(class AcceptAction extends WorkingSetAction {
113
113
  constructor() {
114
114
  super({
115
115
  id: "chatEditing.acceptFile",
116
- title: ( localize2(6294, "Keep")),
116
+ title: ( localize2(6305, "Keep")),
117
117
  icon: Codicon.check,
118
118
  menu: [{
119
119
  when: ( ContextKeyExpr.and(( ContextKeyExpr.equals("resourceScheme", CHAT_EDITING_MULTI_DIFF_SOURCE_RESOLVER_SCHEME)), ContextKeyExpr.notIn(
@@ -139,7 +139,7 @@ registerAction2(class DiscardAction extends WorkingSetAction {
139
139
  constructor() {
140
140
  super({
141
141
  id: "chatEditing.discardFile",
142
- title: ( localize2(6295, "Undo")),
142
+ title: ( localize2(6306, "Undo")),
143
143
  icon: Codicon.discard,
144
144
  menu: [{
145
145
  when: ( ContextKeyExpr.and(( ContextKeyExpr.equals("resourceScheme", CHAT_EDITING_MULTI_DIFF_SOURCE_RESOLVER_SCHEME)), ContextKeyExpr.notIn(
@@ -165,9 +165,9 @@ class ChatEditingAcceptAllAction extends EditingSessionAction {
165
165
  constructor() {
166
166
  super({
167
167
  id: "chatEditing.acceptAllFiles",
168
- title: ( localize(6296, "Keep")),
168
+ title: ( localize(6307, "Keep")),
169
169
  icon: Codicon.check,
170
- tooltip: ( localize(6297, "Keep All Edits")),
170
+ tooltip: ( localize(6308, "Keep All Edits")),
171
171
  precondition: hasUndecidedChatEditingResourceContextKey,
172
172
  keybinding: {
173
173
  primary: KeyMod.CtrlCmd | KeyCode.Enter,
@@ -191,9 +191,9 @@ class ChatEditingDiscardAllAction extends EditingSessionAction {
191
191
  constructor() {
192
192
  super({
193
193
  id: "chatEditing.discardAllFiles",
194
- title: ( localize(6298, "Undo")),
194
+ title: ( localize(6309, "Undo")),
195
195
  icon: Codicon.discard,
196
- tooltip: ( localize(6299, "Undo All Edits")),
196
+ tooltip: ( localize(6310, "Undo All Edits")),
197
197
  precondition: hasUndecidedChatEditingResourceContextKey,
198
198
  menu: [{
199
199
  id: MenuId.ChatEditingWidgetToolbar,
@@ -224,8 +224,8 @@ class ToggleExplanationWidgetAction extends EditingSessionAction {
224
224
  constructor() {
225
225
  super({
226
226
  id: ToggleExplanationWidgetAction.ID,
227
- title: ( localize(6300, "Explain")),
228
- tooltip: ( localize(6301, "Toggle Change Explanations")),
227
+ title: ( localize(6311, "Explain")),
228
+ tooltip: ( localize(6312, "Toggle Change Explanations")),
229
229
  precondition: hasUndecidedChatEditingResourceContextKey,
230
230
  menu: [{
231
231
  id: MenuId.ChatEditingWidgetToolbar,
@@ -249,17 +249,17 @@ async function discardAllEditsWithConfirmation(accessor, currentEditingSession)
249
249
  const entries = currentEditingSession.entries.get().filter(e => e.state.get() === ModifiedFileEntryState.Modified);
250
250
  if (entries.length > 0) {
251
251
  const confirmation = await dialogService.confirm({
252
- title: ( localize(6302, "Undo all edits?")),
252
+ title: ( localize(6313, "Undo all edits?")),
253
253
  message: entries.length === 1 ? ( localize(
254
- 6303,
254
+ 6314,
255
255
  "This will undo changes made in {0}. Do you want to proceed?",
256
256
  basename(entries[0].modifiedURI)
257
257
  )) : ( localize(
258
- 6304,
258
+ 6315,
259
259
  "This will undo changes made in {0} files. Do you want to proceed?",
260
260
  entries.length
261
261
  )),
262
- primaryButton: ( localize(6305, "Yes")),
262
+ primaryButton: ( localize(6316, "Yes")),
263
263
  type: "info"
264
264
  });
265
265
  if (!confirmation.confirmed) {
@@ -274,7 +274,7 @@ class ChatEditingShowChangesAction extends EditingSessionAction {
274
274
  this.ID = "chatEditing.viewChanges";
275
275
  }
276
276
  static {
277
- this.LABEL = ( localize(6306, "View All Edits"));
277
+ this.LABEL = ( localize(6317, "View All Edits"));
278
278
  }
279
279
  constructor() {
280
280
  super({
@@ -336,13 +336,13 @@ async function restoreSnapshotWithConfirmationByRequestId(accessor, sessionResou
336
336
  if (editsToUndo === 1) {
337
337
  if (entriesModifiedInRequestsToRemove.length === 1) {
338
338
  message = ( localize(
339
- 6307,
339
+ 6318,
340
340
  "This will remove your last request and undo the edits made to {0}. Do you want to proceed?",
341
341
  basename(entriesModifiedInRequestsToRemove[0].modifiedURI)
342
342
  ));
343
343
  } else {
344
344
  message = ( localize(
345
- 6308,
345
+ 6319,
346
346
  "This will remove your last request and undo edits made to {0} files in your working set. Do you want to proceed?",
347
347
  entriesModifiedInRequestsToRemove.length
348
348
  ));
@@ -350,24 +350,24 @@ async function restoreSnapshotWithConfirmationByRequestId(accessor, sessionResou
350
350
  } else {
351
351
  if (entriesModifiedInRequestsToRemove.length === 1) {
352
352
  message = ( localize(
353
- 6309,
353
+ 6320,
354
354
  "This will remove all subsequent requests and undo edits made to {0}. Do you want to proceed?",
355
355
  basename(entriesModifiedInRequestsToRemove[0].modifiedURI)
356
356
  ));
357
357
  } else {
358
358
  message = ( localize(
359
- 6310,
359
+ 6321,
360
360
  "This will remove all subsequent requests and undo edits made to {0} files in your working set. Do you want to proceed?",
361
361
  entriesModifiedInRequestsToRemove.length
362
362
  ));
363
363
  }
364
364
  }
365
365
  const confirmation = shouldPrompt ? await dialogService.confirm({
366
- title: editsToUndo === 1 ? ( localize(6311, "Do you want to undo your last edit?")) : ( localize(6312, "Do you want to undo {0} edits?", editsToUndo)),
366
+ title: editsToUndo === 1 ? ( localize(6322, "Do you want to undo your last edit?")) : ( localize(6323, "Do you want to undo {0} edits?", editsToUndo)),
367
367
  message: message,
368
- primaryButton: ( localize(6313, "Yes")),
368
+ primaryButton: ( localize(6324, "Yes")),
369
369
  checkbox: {
370
- label: ( localize(6314, "Don't ask again")),
370
+ label: ( localize(6325, "Don't ask again")),
371
371
  checked: false
372
372
  },
373
373
  type: "info"
@@ -397,7 +397,7 @@ registerAction2(class RemoveAction extends Action2 {
397
397
  constructor() {
398
398
  super({
399
399
  id: "workbench.action.chat.undoEdits",
400
- title: ( localize2(6315, "Undo Requests")),
400
+ title: ( localize2(6326, "Undo Requests")),
401
401
  f1: false,
402
402
  category: CHAT_CATEGORY,
403
403
  icon: Codicon.discard,
@@ -443,8 +443,8 @@ registerAction2(class RestoreCheckpointAction extends Action2 {
443
443
  constructor() {
444
444
  super({
445
445
  id: "workbench.action.chat.restoreCheckpoint",
446
- title: ( localize2(6316, "Restore Checkpoint")),
447
- tooltip: ( localize2(6317, "Restores workspace and chat to this point")),
446
+ title: ( localize2(6327, "Restore Checkpoint")),
447
+ tooltip: ( localize2(6328, "Restores workspace and chat to this point")),
448
448
  f1: false,
449
449
  category: CHAT_CATEGORY,
450
450
  keybinding: {
@@ -489,8 +489,8 @@ registerAction2(class StartOverAction extends Action2 {
489
489
  constructor() {
490
490
  super({
491
491
  id: "workbench.action.chat.startOver",
492
- title: ( localize2(6318, "Start Over")),
493
- tooltip: ( localize2(6319, "Clears the chat and undoes all changes")),
492
+ title: ( localize2(6329, "Start Over")),
493
+ tooltip: ( localize2(6330, "Clears the chat and undoes all changes")),
494
494
  f1: false,
495
495
  category: CHAT_CATEGORY,
496
496
  menu: [{
@@ -519,7 +519,7 @@ registerAction2(class RestoreLastCheckpoint extends Action2 {
519
519
  constructor() {
520
520
  super({
521
521
  id: "workbench.action.chat.restoreLastCheckpoint",
522
- title: ( localize2(6320, "Restore to Last Checkpoint")),
522
+ title: ( localize2(6331, "Restore to Last Checkpoint")),
523
523
  f1: true,
524
524
  category: CHAT_CATEGORY,
525
525
  icon: Codicon.discard,
@@ -544,7 +544,7 @@ registerAction2(class RestoreLastCheckpoint extends Action2 {
544
544
  }
545
545
  const checkpointRequest = chatModel.checkpoint;
546
546
  if (!checkpointRequest) {
547
- alert(( localize(6321, "There is no checkpoint to restore.")));
547
+ alert(( localize(6332, "There is no checkpoint to restore.")));
548
548
  return;
549
549
  }
550
550
  widget?.viewModel?.model.setCheckpoint(checkpointRequest.id);
@@ -557,7 +557,7 @@ registerAction2(class EditAction extends Action2 {
557
557
  constructor() {
558
558
  super({
559
559
  id: "workbench.action.chat.editRequests",
560
- title: ( localize2(6322, "Edit Request")),
560
+ title: ( localize2(6333, "Edit Request")),
561
561
  f1: false,
562
562
  category: CHAT_CATEGORY,
563
563
  icon: Codicon.edit,
@@ -596,7 +596,7 @@ registerAction2(class OpenWorkingSetHistoryAction extends Action2 {
596
596
  constructor() {
597
597
  super({
598
598
  id: OpenWorkingSetHistoryAction.id,
599
- title: ( localize(6323, "Open File")),
599
+ title: ( localize(6334, "Open File")),
600
600
  menu: [{
601
601
  id: MenuId.ChatEditingCodeBlockContext,
602
602
  group: "navigation",
@@ -622,7 +622,7 @@ registerAction2(class OpenWorkingSetHistoryAction extends Action2 {
622
622
  constructor() {
623
623
  super({
624
624
  id: OpenWorkingSetHistoryAction.id,
625
- title: ( localize(6324, "Open File Snapshot")),
625
+ title: ( localize(6335, "Open File Snapshot")),
626
626
  menu: [{
627
627
  id: MenuId.ChatEditingCodeBlockContext,
628
628
  group: "navigation",
@@ -646,7 +646,7 @@ registerAction2(class OpenWorkingSetHistoryAction extends Action2 {
646
646
  if (snapshot) {
647
647
  const editor = await editorService.openEditor({
648
648
  resource: snapshot,
649
- label: ( localize(6325, "{0} (Snapshot)", basename(context.uri))),
649
+ label: ( localize(6336, "{0} (Snapshot)", basename(context.uri))),
650
650
  options: {
651
651
  activation: EditorActivation.ACTIVATE
652
652
  }
@@ -663,7 +663,7 @@ registerAction2(class ResolveSymbolsContextAction extends EditingSessionAction {
663
663
  constructor() {
664
664
  super({
665
665
  id: "workbench.action.edits.addFilesFromReferences",
666
- title: ( localize2(6326, "Add Files From References")),
666
+ title: ( localize2(6337, "Add Files From References")),
667
667
  f1: false,
668
668
  category: CHAT_CATEGORY,
669
669
  menu: {
@@ -731,7 +731,7 @@ class ViewPreviousEditsAction extends EditingSessionAction {
731
731
  this.Id = "chatEditing.viewPreviousEdits";
732
732
  }
733
733
  static {
734
- this.Label = ( localize(6327, "View Previous Edits"));
734
+ this.Label = ( localize(6338, "View Previous Edits"));
735
735
  }
736
736
  constructor() {
737
737
  super({
@@ -151,7 +151,7 @@ let ChatSessionPickerActionItem = class ChatSessionPickerActionItem extends Acti
151
151
  domChildren.push($(
152
152
  "span.chat-session-option-label",
153
153
  undefined,
154
- this.currentOption?.name ?? group?.description ?? ( localize(6488, "Pick Option"))
154
+ this.currentOption?.name ?? group?.description ?? ( localize(6499, "Pick Option"))
155
155
  ));
156
156
  }
157
157
  domChildren.push(...renderLabelWithIcons(`$(chevron-down)`));
@@ -235,15 +235,15 @@ function truncate(s, max) {
235
235
  function defaultExplanationFor(risk, tool) {
236
236
  switch (risk) {
237
237
  case ToolRiskLevel.Green:
238
- return localize(6944, "{0} appears to have no observable side effects.", tool.displayName);
238
+ return localize(6955, "{0} appears to have no observable side effects.", tool.displayName);
239
239
  case ToolRiskLevel.Orange:
240
240
  return localize(
241
- 6945,
241
+ 6956,
242
242
  "{0} may modify your workspace or send data over the network.",
243
243
  tool.displayName
244
244
  );
245
245
  case ToolRiskLevel.Red:
246
- return localize(6946, "{0} performs an action that is hard to undo.", tool.displayName);
246
+ return localize(6957, "{0} performs an action that is hard to undo.", tool.displayName);
247
247
  }
248
248
  }
249
249
 
@@ -44,7 +44,7 @@ const toolSetsSchema = {
44
44
  allowComments: true,
45
45
  allowTrailingCommas: true,
46
46
  defaultSnippets: [{
47
- label: ( localize(7013, "Empty tool set")),
47
+ label: ( localize(7024, "Empty tool set")),
48
48
  body: {
49
49
  "${1:toolSetName}": {
50
50
  "tools": ["${2:someTool}", "${3:anotherTool}"],
@@ -54,7 +54,7 @@ const toolSetsSchema = {
54
54
  }
55
55
  }],
56
56
  type: "object",
57
- description: ( localize(7014, "User tool sets configuration")),
57
+ description: ( localize(7025, "User tool sets configuration")),
58
58
  additionalProperties: {
59
59
  type: "object",
60
60
  required: ["tools"],
@@ -62,7 +62,7 @@ const toolSetsSchema = {
62
62
  properties: {
63
63
  tools: {
64
64
  description: ( localize(
65
- 7015,
65
+ 7026,
66
66
  "A list of tools or tool sets to include in this tool set. Cannot be empty and must reference tools the way they are referenced in prompts."
67
67
  )),
68
68
  type: "array",
@@ -75,7 +75,7 @@ const toolSetsSchema = {
75
75
  },
76
76
  icon: {
77
77
  description: ( localize(
78
- 7016,
78
+ 7027,
79
79
  "Icon to use for this tool set in the UI. Uses the \"\\$(name)\"-syntax, like \"\\$(zap)\""
80
80
  )),
81
81
  type: "string",
@@ -83,7 +83,7 @@ const toolSetsSchema = {
83
83
  markdownEnumDescriptions: Array.from(getAllCodicons(), icon => `$(${icon.id})`)
84
84
  },
85
85
  description: {
86
- description: ( localize(7017, "A short description of this tool set.")),
86
+ description: ( localize(7028, "A short description of this tool set.")),
87
87
  type: "string"
88
88
  }
89
89
  }
@@ -184,7 +184,7 @@ let UserToolSetsContributions = class UserToolSetsContributions extends Disposab
184
184
  });
185
185
  for (const item of data) {
186
186
  toolEnumValues.push(item.name);
187
- toolEnumDescriptions.push(( localize(7018, "{1} ({0})\n\n{2}", item.sourceLabel, item.name, item.description)));
187
+ toolEnumDescriptions.push(( localize(7029, "{1} ({0})\n\n{2}", item.sourceLabel, item.name, item.description)));
188
188
  }
189
189
  store.clear();
190
190
  reg.registerSchema(toolSetSchemaId, toolSetsSchema, store);
@@ -281,8 +281,8 @@ class ConfigureToolSets extends Action2 {
281
281
  constructor() {
282
282
  super({
283
283
  id: ConfigureToolSets.ID,
284
- title: ( localize2(7019, "Configure Tool Sets...")),
285
- shortTitle: ( localize(7020, "Tool Sets")),
284
+ title: ( localize2(7030, "Configure Tool Sets...")),
285
+ shortTitle: ( localize(7031, "Tool Sets")),
286
286
  category: CHAT_CATEGORY,
287
287
  f1: true,
288
288
  precondition: ( ContextKeyExpr.and(ChatContextKeys.enabled, ChatContextKeys.Tools.toolsCount.greater(0))),
@@ -308,7 +308,7 @@ class ConfigureToolSets extends Action2 {
308
308
  const textFileService = accessor.get(ITextFileService);
309
309
  const picks = [];
310
310
  picks.push({
311
- label: ( localize(7021, "Create new tool sets file...")),
311
+ label: ( localize(7032, "Create new tool sets file...")),
312
312
  alwaysShow: true,
313
313
  iconClass: ThemeIcon.asClassName(Codicon.plus)
314
314
  });
@@ -325,7 +325,7 @@ class ConfigureToolSets extends Action2 {
325
325
  }
326
326
  const pick = await quickInputService.pick(picks, {
327
327
  canPickMany: false,
328
- placeHolder: ( localize(7022, "Select a tool set to configure"))
328
+ placeHolder: ( localize(7033, "Select a tool set to configure"))
329
329
  });
330
330
  if (!pick) {
331
331
  return;
@@ -333,13 +333,13 @@ class ConfigureToolSets extends Action2 {
333
333
  let resource;
334
334
  if (!pick.toolset) {
335
335
  const name = await quickInputService.input({
336
- placeHolder: ( localize(7023, "Type tool sets file name")),
336
+ placeHolder: ( localize(7034, "Type tool sets file name")),
337
337
  validateInput: async input => {
338
338
  if (!input) {
339
- return localize(7024, "Invalid file name");
339
+ return localize(7035, "Invalid file name");
340
340
  }
341
341
  if (!isValidBasename(input)) {
342
- return localize(7025, "'{0}' is not a valid file name", input);
342
+ return localize(7036, "'{0}' is not a valid file name", input);
343
343
  }
344
344
  return undefined;
345
345
  }
@@ -49,7 +49,7 @@ let ChatAgentHover = class ChatAgentHover extends Disposable {
49
49
  this.publisherName = $("span.chat-agent-hover-publisher-name");
50
50
  append(hoverElement.publisher, verifiedBadge, this.publisherName);
51
51
  hoverElement.warning.appendChild(renderIcon(Codicon.warning));
52
- hoverElement.warning.appendChild($("span", undefined, ( localize(7037, "This chat extension is using a reserved name."))));
52
+ hoverElement.warning.appendChild($("span", undefined, ( localize(7048, "This chat extension is using a reserved name."))));
53
53
  }
54
54
  setAgent(id) {
55
55
  const agent = this.chatAgentService.getAgent(id);
@@ -94,7 +94,7 @@ ChatAgentHover = ( __decorate([( __param(0, IChatAgentService)), ( __param(1, IE
94
94
  function getChatAgentHoverOptions(getAgent, commandService) {
95
95
  const viewExtensionAction = {
96
96
  commandId: showExtensionsWithIdsCommandId,
97
- label: ( localize(7038, "View Extension")),
97
+ label: ( localize(7049, "View Extension")),
98
98
  run: () => {
99
99
  const agent = getAgent();
100
100
  if (agent) {
@@ -152,7 +152,7 @@ let ChatArtifactsWidget = class ChatArtifactsWidget extends Disposable {
152
152
  return;
153
153
  }
154
154
  this.domNode.style.display = "";
155
- titleElement.textContent = data.totalCount === 1 ? ( localize(7039, "1 Artifact")) : ( localize(7040, "{0} Artifacts", data.totalCount));
155
+ titleElement.textContent = data.totalCount === 1 ? ( localize(7050, "1 Artifact")) : ( localize(7051, "{0} Artifacts", data.totalCount));
156
156
  tree.layout(data.treeHeight);
157
157
  tree.getHTMLElement().style.height = `${data.treeHeight}px`;
158
158
  tree.setChildren(null, data.treeElements);
@@ -233,7 +233,7 @@ let ChatArtifactsWidget = class ChatArtifactsWidget extends Disposable {
233
233
  const defaultUri = URI.joinPath(defaultPath, defaultFileName);
234
234
  const targetUri = await this._fileDialogService.showSaveDialog({
235
235
  defaultUri,
236
- title: ( localize(7041, "Save Artifact"))
236
+ title: ( localize(7052, "Save Artifact"))
237
237
  });
238
238
  if (targetUri) {
239
239
  const content = await this._fileService.readFile(sourceUri);
@@ -245,11 +245,11 @@ ChatArtifactsWidget = ChatArtifactsWidget_1 = ( __decorate([( __param(0, IChatAr
245
245
  function sourceDisplayName(source) {
246
246
  switch (source.kind) {
247
247
  case "rules":
248
- return localize(7042, "Rules");
248
+ return localize(7053, "Rules");
249
249
  case "agent":
250
- return localize(7043, "Agent");
250
+ return localize(7054, "Agent");
251
251
  case "subagent":
252
- return source.name ?? ( localize(7044, "Subagent"));
252
+ return source.name ?? ( localize(7055, "Subagent"));
253
253
  }
254
254
  }
255
255
  function buildTreeElementsFromGroups(sourceGroups, multiSource, onClearSource) {
@@ -383,12 +383,12 @@ class ChatArtifactsTreeDelegate {
383
383
  class ChatArtifactsAccessibilityProvider {
384
384
  getAriaLabel(element) {
385
385
  if (isGroupNode(element)) {
386
- return localize(7045, "{0} ({1} items)", element.groupName, element.artifacts.length);
386
+ return localize(7056, "{0} ({1} items)", element.groupName, element.artifacts.length);
387
387
  }
388
388
  return element.artifact.label;
389
389
  }
390
390
  getWidgetAriaLabel() {
391
- return localize(7046, "Chat Artifacts");
391
+ return localize(7057, "Chat Artifacts");
392
392
  }
393
393
  }
394
394
  class ChatArtifactGroupRenderer {
@@ -429,7 +429,7 @@ class ChatArtifactGroupRenderer {
429
429
  const clearFn = group.onClear;
430
430
  templateData.actionBar.push(toAction({
431
431
  id: "chatArtifacts.clearSource",
432
- label: ( localize(7047, "Clear")),
432
+ label: ( localize(7058, "Clear")),
433
433
  class: ThemeIcon.asClassName(Codicon.close),
434
434
  run: () => clearFn()
435
435
  }), {
@@ -493,14 +493,14 @@ class ChatArtifactLeafRenderer {
493
493
  const clearFn = onClear;
494
494
  actions.push(toAction({
495
495
  id: "chatArtifacts.clearSource",
496
- label: ( localize(7047, "Clear")),
496
+ label: ( localize(7058, "Clear")),
497
497
  class: ThemeIcon.asClassName(Codicon.close),
498
498
  run: () => clearFn()
499
499
  }));
500
500
  }
501
501
  actions.push(toAction({
502
502
  id: "chatArtifacts.save",
503
- label: ( localize(7048, "Save artifact")),
503
+ label: ( localize(7059, "Save artifact")),
504
504
  class: ThemeIcon.asClassName(Codicon.save),
505
505
  run: () => this._onSave(artifact)
506
506
  }));
@@ -28,7 +28,7 @@ let ChatAgentCommandContentPart = class ChatAgentCommandContentPart extends Disp
28
28
  }, {
29
29
  groupId
30
30
  }));
31
- const rerun = ( localize(7049, "Rerun without {0}{1}", chatSubcommandLeader, cmd.name));
31
+ const rerun = ( localize(7060, "Rerun without {0}{1}", chatSubcommandLeader, cmd.name));
32
32
  const btn = ( new Button(this.domNode, {
33
33
  ariaLabel: rerun
34
34
  }));
@@ -21,14 +21,14 @@ let ChatAnonymousRateLimitedPart = class ChatAnonymousRateLimitedPart extends Di
21
21
  const messageContainer = append(this.domNode, $(".chat-rate-limited-message"));
22
22
  const message = append(messageContainer, $("div"));
23
23
  message.textContent = ( localize(
24
- 7050,
24
+ 7061,
25
25
  "Continue the conversation by signing in. Your free account gets 50 premium requests a month plus access to more models and AI features."
26
26
  ));
27
27
  const signInButton = this._register(( new Button(messageContainer, {
28
28
  ...defaultButtonStyles,
29
29
  supportIcons: true
30
30
  })));
31
- signInButton.label = ( localize(7051, "Enable more AI features"));
31
+ signInButton.label = ( localize(7062, "Enable more AI features"));
32
32
  signInButton.element.classList.add("chat-rate-limited-button");
33
33
  this._register(signInButton.onDidClick(async () => {
34
34
  const commandId = "workbench.action.chat.triggerSetup";
@@ -93,7 +93,7 @@ let ChatCheckpointFileChangesSummaryContentPart = class ChatCheckpointFileChange
93
93
  renderViewAllFileChangesButton(container) {
94
94
  const button = container.appendChild($(".chat-view-changes-icon"));
95
95
  const hoverDisposable = this.hoverService.setupDelayedHover(button, () => ({
96
- content: ( localize2(7052, "View All File Changes"))
96
+ content: ( localize2(7063, "View All File Changes"))
97
97
  }));
98
98
  button.classList.add(...ThemeIcon.asClassNameArray(Codicon.diffMultiple));
99
99
  button.setAttribute("role", "button");
@@ -29,7 +29,7 @@ let ChatCodeCitationContentPart = class ChatCodeCitationContentPart extends Disp
29
29
  buttonSecondaryHoverBackground: undefined,
30
30
  buttonSeparator: undefined
31
31
  })));
32
- button.label = ( localize(7053, "View matches"));
32
+ button.label = ( localize(7064, "View matches"));
33
33
  this._register(button.onDidClick(() => {
34
34
  const citationText = `# Code Citations\n\n` + ( citations.citations.map(c => `## License: ${c.license}\n${( c.value.toString())}\n\n\`\`\`\n${c.snippet}\n\`\`\`\n\n`)).join("\n");
35
35
  this.editorService.openEditor({
@@ -23,7 +23,7 @@ let ChatCommandButtonContentPart = class ChatCommandButtonContentPart extends Di
23
23
  }
24
24
  }
25
25
  renderButton(container, command, enabled, secondary) {
26
- const tooltip = enabled ? command.tooltip : ( localize(7054, "Button not available in restored chat"));
26
+ const tooltip = enabled ? command.tooltip : ( localize(7065, "Button not available in restored chat"));
27
27
  const button = this._register(( new Button(container, {
28
28
  ...defaultButtonStyles,
29
29
  supportIcons: true,
@@ -26,10 +26,10 @@ let ChatConfirmationContentPart = class ChatConfirmationContentPart extends Disp
26
26
  data: confirmation.data,
27
27
  isSecondary: button !== confirmation.buttons?.[0]
28
28
  }))) : [{
29
- label: ( localize(7055, "Accept")),
29
+ label: ( localize(7066, "Accept")),
30
30
  data: confirmation.data
31
31
  }, {
32
- label: ( localize(7056, "Dismiss")),
32
+ label: ( localize(7067, "Dismiss")),
33
33
  data: confirmation.data,
34
34
  isSecondary: true
35
35
  }];
@@ -480,12 +480,12 @@ function configureAccessibilityContainer(container, title, message, footerBanner
480
480
  const messageAsString = typeof message === "string" ? message : message && "value" in message ? message.value : message && "textContent" in message ? message.textContent : "";
481
481
  const bannerAsString = footerBanner?.textContent?.trim() ?? "";
482
482
  container.setAttribute("aria-label", bannerAsString ? ( localize(
483
- 7057,
483
+ 7068,
484
484
  "Chat Confirmation Dialog {0} {1} {2}",
485
485
  titleAsString,
486
486
  messageAsString,
487
487
  bannerAsString
488
- )) : ( localize(7058, "Chat Confirmation Dialog {0} {1}", titleAsString, messageAsString)));
488
+ )) : ( localize(7069, "Chat Confirmation Dialog {0} {1}", titleAsString, messageAsString)));
489
489
  container.classList.add("chat-confirmation-widget-container");
490
490
  }
491
491
 
@@ -24,13 +24,13 @@ let ChatDisabledClaudeHooksContentPart = class ChatDisabledClaudeHooksContentPar
24
24
  const icon = $(".chat-disabled-claude-hooks-icon");
25
25
  icon.classList.add(...ThemeIcon.asClassNameArray(Codicon.info));
26
26
  const enableLink = createMarkdownCommandLink({
27
- text: ( localize(7059, "Enable")),
27
+ text: ( localize(7070, "Enable")),
28
28
  id: "workbench.action.openSettings",
29
29
  arguments: [PromptsConfig.USE_CLAUDE_HOOKS],
30
- tooltip: ( localize(7060, "Open settings to enable Claude Code hooks"))
30
+ tooltip: ( localize(7071, "Open settings to enable Claude Code hooks"))
31
31
  });
32
32
  const message = ( localize(
33
- 7061,
33
+ 7072,
34
34
  "Claude Code hooks are available for this workspace. {0}",
35
35
  enableLink
36
36
  ));
@@ -30,7 +30,7 @@ let ChatExtensionsContentPart = class ChatExtensionsContentPart extends Disposab
30
30
  append(
31
31
  loadingElement,
32
32
  $(ThemeIcon.asCSSSelector(ThemeIcon.modify(Codicon.loading, "spin"))),
33
- $("span.loading-message", undefined, ( localize(7062, "Loading extensions...")))
33
+ $("span.loading-message", undefined, ( localize(7073, "Loading extensions...")))
34
34
  );
35
35
  const extensionsList = append(this.domNode, $(".extensions-list"));
36
36
  const list = this._register(
@@ -20,7 +20,7 @@ let ChatHookContentPart = class ChatHookContentPart extends ChatCollapsibleConte
20
20
  const isStopped = !!hookPart.stopReason;
21
21
  const isWarning = !!hookPart.systemMessage;
22
22
  const toolName = hookPart.toolDisplayName;
23
- const title = isStopped ? (toolName ? ( localize(7063, "Blocked {0} - {1} hook", toolName, hookTypeLabel)) : ( localize(7064, "Blocked by {0} hook", hookTypeLabel))) : (toolName ? ( localize(7065, "Warning for {0} - {1} hook", toolName, hookTypeLabel)) : ( localize(7066, "Warning from {0} hook", hookTypeLabel)));
23
+ const title = isStopped ? (toolName ? ( localize(7074, "Blocked {0} - {1} hook", toolName, hookTypeLabel)) : ( localize(7075, "Blocked by {0} hook", hookTypeLabel))) : (toolName ? ( localize(7076, "Warning for {0} - {1} hook", toolName, hookTypeLabel)) : ( localize(7077, "Warning from {0} hook", hookTypeLabel)));
24
24
  super(title, context, undefined, hoverService, configurationService);
25
25
  this.hookPart = hookPart;
26
26
  this.icon = isStopped ? Codicon.error : isWarning ? Codicon.warning : Codicon.check;