patchwork-os 0.2.0-alpha.33 → 0.2.0-alpha.34

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 (181) hide show
  1. package/README.md +188 -42
  2. package/dist/bridge.js +3 -0
  3. package/dist/bridge.js.map +1 -1
  4. package/dist/commands/recipe.d.ts +11 -0
  5. package/dist/commands/recipe.js +14 -2
  6. package/dist/commands/recipe.js.map +1 -1
  7. package/dist/connectors/baseConnector.js +1 -1
  8. package/dist/connectors/baseConnector.js.map +1 -1
  9. package/dist/connectors/github.js +4 -3
  10. package/dist/connectors/github.js.map +1 -1
  11. package/dist/connectors/gmail.js +34 -0
  12. package/dist/connectors/gmail.js.map +1 -1
  13. package/dist/connectors/htmlEscape.d.ts +5 -0
  14. package/dist/connectors/htmlEscape.js +13 -0
  15. package/dist/connectors/htmlEscape.js.map +1 -0
  16. package/dist/connectors/linear.js +3 -2
  17. package/dist/connectors/linear.js.map +1 -1
  18. package/dist/connectors/mcpOAuth.d.ts +2 -0
  19. package/dist/connectors/mcpOAuth.js +8 -4
  20. package/dist/connectors/mcpOAuth.js.map +1 -1
  21. package/dist/connectors/sentry.js +3 -2
  22. package/dist/connectors/sentry.js.map +1 -1
  23. package/dist/connectors/slack.js +4 -3
  24. package/dist/connectors/slack.js.map +1 -1
  25. package/dist/index.js +7 -2
  26. package/dist/index.js.map +1 -1
  27. package/dist/oauth.js +3 -2
  28. package/dist/oauth.js.map +1 -1
  29. package/dist/recipeOrchestration.js +6 -1
  30. package/dist/recipeOrchestration.js.map +1 -1
  31. package/dist/recipes/agentExecutor.d.ts +1 -0
  32. package/dist/recipes/agentExecutor.js +7 -0
  33. package/dist/recipes/agentExecutor.js.map +1 -1
  34. package/dist/recipes/legacyRecipeCompat.d.ts +8 -0
  35. package/dist/recipes/legacyRecipeCompat.js +20 -1
  36. package/dist/recipes/legacyRecipeCompat.js.map +1 -1
  37. package/dist/recipes/migrations/index.d.ts +24 -0
  38. package/dist/recipes/migrations/index.js +55 -0
  39. package/dist/recipes/migrations/index.js.map +1 -0
  40. package/dist/recipes/migrations/types.d.ts +28 -0
  41. package/dist/recipes/migrations/types.js +2 -0
  42. package/dist/recipes/migrations/types.js.map +1 -0
  43. package/dist/recipes/migrations/v1.d.ts +11 -0
  44. package/dist/recipes/migrations/v1.js +18 -0
  45. package/dist/recipes/migrations/v1.js.map +1 -0
  46. package/dist/recipes/templateEngine.js +8 -1
  47. package/dist/recipes/templateEngine.js.map +1 -1
  48. package/dist/recipes/validation.js +54 -15
  49. package/dist/recipes/validation.js.map +1 -1
  50. package/dist/recipes/yamlRunner.js +2 -2
  51. package/dist/recipes/yamlRunner.js.map +1 -1
  52. package/dist/recipesHttp.d.ts +28 -0
  53. package/dist/recipesHttp.js +109 -3
  54. package/dist/recipesHttp.js.map +1 -1
  55. package/dist/server.d.ts +13 -0
  56. package/dist/server.js +57 -0
  57. package/dist/server.js.map +1 -1
  58. package/dist/tools/activityLog.d.ts +2 -0
  59. package/dist/tools/addLinearComment.d.ts +1 -0
  60. package/dist/tools/batchLsp.d.ts +3 -0
  61. package/dist/tools/bridgeDoctor.d.ts +1 -0
  62. package/dist/tools/bridgeStatus.d.ts +1 -0
  63. package/dist/tools/cancelClaudeTask.d.ts +1 -0
  64. package/dist/tools/checkDocumentDirty.d.ts +1 -0
  65. package/dist/tools/clipboard.d.ts +2 -0
  66. package/dist/tools/closeTabs.d.ts +2 -0
  67. package/dist/tools/codeLens.d.ts +1 -0
  68. package/dist/tools/contextBundle.d.ts +1 -0
  69. package/dist/tools/createIssueFromAIComment.d.ts +1 -0
  70. package/dist/tools/createLinearIssue.d.ts +1 -0
  71. package/dist/tools/ctxGetTaskContext.d.ts +1 -0
  72. package/dist/tools/ctxQueryTraces.d.ts +1 -0
  73. package/dist/tools/ctxSaveTrace.d.ts +1 -0
  74. package/dist/tools/debug.d.ts +4 -0
  75. package/dist/tools/decorations.d.ts +2 -0
  76. package/dist/tools/documentLinks.d.ts +1 -0
  77. package/dist/tools/editText.d.ts +1 -0
  78. package/dist/tools/enrichCommit.d.ts +1 -0
  79. package/dist/tools/enrichStackTrace.d.ts +1 -0
  80. package/dist/tools/explainDiagnostic.d.ts +1 -0
  81. package/dist/tools/explainSymbol.d.ts +1 -0
  82. package/dist/tools/fetchCalendarEvents.d.ts +1 -0
  83. package/dist/tools/fetchGithubIssue.d.ts +1 -0
  84. package/dist/tools/fetchGithubPR.d.ts +1 -0
  85. package/dist/tools/fetchLinearIssue.d.ts +1 -0
  86. package/dist/tools/fetchSentryIssue.d.ts +1 -0
  87. package/dist/tools/fetchSlackProfile.d.ts +1 -0
  88. package/dist/tools/fileOperations.d.ts +3 -0
  89. package/dist/tools/fileWatcher.d.ts +2 -0
  90. package/dist/tools/findFiles.d.ts +1 -0
  91. package/dist/tools/findRelatedTests.d.ts +1 -0
  92. package/dist/tools/fixAllLintErrors.d.ts +1 -0
  93. package/dist/tools/foldingRanges.d.ts +1 -0
  94. package/dist/tools/formatDocument.d.ts +1 -0
  95. package/dist/tools/generateTests.d.ts +1 -0
  96. package/dist/tools/getAIComments.d.ts +1 -0
  97. package/dist/tools/getAnalyticsReport.d.ts +1 -0
  98. package/dist/tools/getArchitectureContext.d.ts +1 -0
  99. package/dist/tools/getBufferContent.d.ts +1 -0
  100. package/dist/tools/getChangeImpact.d.ts +1 -0
  101. package/dist/tools/getClaudeTaskStatus.d.ts +1 -0
  102. package/dist/tools/getCodeCoverage.d.ts +1 -0
  103. package/dist/tools/getCommitsForIssue.d.ts +1 -0
  104. package/dist/tools/getConnectorStatus.d.ts +1 -0
  105. package/dist/tools/getCurrentSelection.d.ts +2 -0
  106. package/dist/tools/getDebugState.d.ts +1 -0
  107. package/dist/tools/getDependencyTree.d.ts +1 -0
  108. package/dist/tools/getDiagnostics.d.ts +1 -0
  109. package/dist/tools/getDiffFromHandoff.d.ts +1 -0
  110. package/dist/tools/getDocumentSymbols.d.ts +1 -0
  111. package/dist/tools/getFileTree.d.ts +1 -0
  112. package/dist/tools/getGitDiff.d.ts +1 -0
  113. package/dist/tools/getGitHotspots.d.ts +1 -0
  114. package/dist/tools/getGitLog.d.ts +1 -0
  115. package/dist/tools/getGitStatus.d.ts +1 -0
  116. package/dist/tools/getImportTree.d.ts +1 -0
  117. package/dist/tools/getImportedSignatures.d.ts +1 -0
  118. package/dist/tools/getOpenEditors.d.ts +1 -0
  119. package/dist/tools/getPRTemplate.d.ts +1 -0
  120. package/dist/tools/getProjectContext.d.ts +1 -0
  121. package/dist/tools/getProjectInfo.d.ts +1 -0
  122. package/dist/tools/getSecurityAdvisories.d.ts +1 -0
  123. package/dist/tools/getSessionUsage.d.ts +1 -0
  124. package/dist/tools/getSymbolHistory.d.ts +1 -0
  125. package/dist/tools/getToolCapabilities.d.ts +1 -0
  126. package/dist/tools/getTypeSignature.d.ts +1 -0
  127. package/dist/tools/getWorkspaceFolders.d.ts +1 -0
  128. package/dist/tools/getWorkspaceSettings.d.ts +1 -0
  129. package/dist/tools/gitHistory.d.ts +2 -0
  130. package/dist/tools/gitWrite.d.ts +11 -0
  131. package/dist/tools/github/actions.d.ts +2 -0
  132. package/dist/tools/github/composite.d.ts +3 -0
  133. package/dist/tools/github/issues.d.ts +4 -0
  134. package/dist/tools/github/pr.d.ts +7 -0
  135. package/dist/tools/handoffNote.d.ts +2 -0
  136. package/dist/tools/hoverAtCursor.d.ts +1 -0
  137. package/dist/tools/httpClient.d.ts +2 -0
  138. package/dist/tools/inlayHints.d.ts +1 -0
  139. package/dist/tools/launchQuickTask.d.ts +1 -0
  140. package/dist/tools/listClaudeTasks.d.ts +1 -0
  141. package/dist/tools/listTerminals.d.ts +1 -0
  142. package/dist/tools/lsp.d.ts +14 -0
  143. package/dist/tools/navigateToSymbolByName.d.ts +1 -0
  144. package/dist/tools/openDiff.d.ts +1 -0
  145. package/dist/tools/openFile.d.ts +1 -0
  146. package/dist/tools/openInBrowser.d.ts +1 -0
  147. package/dist/tools/organizeImports.d.ts +1 -0
  148. package/dist/tools/performanceReport.d.ts +1 -0
  149. package/dist/tools/planPersistence.d.ts +5 -0
  150. package/dist/tools/previewEdit.d.ts +1 -0
  151. package/dist/tools/refactorAnalyze.d.ts +1 -0
  152. package/dist/tools/refactorPreview.d.ts +1 -0
  153. package/dist/tools/replaceBlock.d.ts +1 -0
  154. package/dist/tools/resumeClaudeTask.d.ts +1 -0
  155. package/dist/tools/runClaudeTask.d.ts +1 -0
  156. package/dist/tools/runCommand.d.ts +1 -0
  157. package/dist/tools/runTests.d.ts +1 -0
  158. package/dist/tools/saveDocument.d.ts +1 -0
  159. package/dist/tools/screenshotAndAnnotate.d.ts +1 -0
  160. package/dist/tools/searchAndReplace.d.ts +1 -0
  161. package/dist/tools/searchTools.d.ts +1 -0
  162. package/dist/tools/searchWorkspace.d.ts +1 -0
  163. package/dist/tools/selectionRanges.d.ts +1 -0
  164. package/dist/tools/semanticTokens.d.ts +1 -0
  165. package/dist/tools/setActiveWorkspaceFolder.d.ts +1 -0
  166. package/dist/tools/signatureHelp.d.ts +1 -0
  167. package/dist/tools/slackListChannels.d.ts +1 -0
  168. package/dist/tools/slackPostMessage.d.ts +1 -0
  169. package/dist/tools/terminal.d.ts +6 -0
  170. package/dist/tools/testTraceToSource.d.ts +1 -0
  171. package/dist/tools/transaction.d.ts +4 -0
  172. package/dist/tools/typeHierarchy.d.ts +1 -0
  173. package/dist/tools/updateLinearIssue.d.ts +1 -0
  174. package/dist/tools/utils.d.ts +2 -0
  175. package/dist/tools/utils.js.map +1 -1
  176. package/dist/tools/vscodeCommands.d.ts +2 -0
  177. package/dist/tools/vscodeTasks.d.ts +2 -0
  178. package/dist/tools/workspaceSettings.d.ts +1 -0
  179. package/package.json +2 -1
  180. package/dist/schemas/dry-run-plan.v1.json +0 -139
  181. package/dist/schemas/recipe.v1.json +0 -684
@@ -84,6 +84,7 @@ export declare function createGithubListRunsTool(workspace: string, defaultRepo?
84
84
  text: string;
85
85
  }>;
86
86
  structuredContent: unknown;
87
+ isError?: undefined;
87
88
  } | {
88
89
  content: Array<{
89
90
  type: string;
@@ -142,6 +143,7 @@ export declare function createGithubGetRunLogsTool(workspace: string, defaultRep
142
143
  text: string;
143
144
  }>;
144
145
  structuredContent: unknown;
146
+ isError?: undefined;
145
147
  } | {
146
148
  content: Array<{
147
149
  type: string;
@@ -146,6 +146,7 @@ export declare function createGithubPRTool(workspace: string, onPullRequest?: (r
146
146
  text: string;
147
147
  }>;
148
148
  structuredContent: unknown;
149
+ isError?: undefined;
149
150
  } | {
150
151
  content: Array<{
151
152
  type: string;
@@ -243,6 +244,7 @@ export declare function createGithubIssueTool(workspace: string): {
243
244
  text: string;
244
245
  }>;
245
246
  structuredContent: unknown;
247
+ isError?: undefined;
246
248
  } | {
247
249
  content: Array<{
248
250
  type: string;
@@ -329,6 +331,7 @@ export declare function createGithubActionsTool(workspace: string, defaultRepo?:
329
331
  text: string;
330
332
  }>;
331
333
  structuredContent: unknown;
334
+ isError?: undefined;
332
335
  } | {
333
336
  content: Array<{
334
337
  type: string;
@@ -83,6 +83,7 @@ export declare function createGithubListIssuesTool(workspace: string): {
83
83
  text: string;
84
84
  }>;
85
85
  structuredContent: unknown;
86
+ isError?: undefined;
86
87
  } | {
87
88
  content: Array<{
88
89
  type: string;
@@ -158,6 +159,7 @@ export declare function createGithubGetIssueTool(workspace: string): {
158
159
  text: string;
159
160
  }>;
160
161
  structuredContent: unknown;
162
+ isError?: undefined;
161
163
  } | {
162
164
  content: Array<{
163
165
  type: string;
@@ -222,6 +224,7 @@ export declare function createGithubCreateIssueTool(workspace: string): {
222
224
  text: string;
223
225
  }>;
224
226
  structuredContent: unknown;
227
+ isError?: undefined;
225
228
  } | {
226
229
  content: Array<{
227
230
  type: string;
@@ -271,6 +274,7 @@ export declare function createGithubCommentIssueTool(workspace: string): {
271
274
  text: string;
272
275
  }>;
273
276
  structuredContent: unknown;
277
+ isError?: undefined;
274
278
  } | {
275
279
  content: Array<{
276
280
  type: string;
@@ -61,6 +61,7 @@ export declare function createGithubCreatePRTool(workspace: string, onPullReques
61
61
  text: string;
62
62
  }>;
63
63
  structuredContent: unknown;
64
+ isError?: undefined;
64
65
  } | {
65
66
  content: Array<{
66
67
  type: string;
@@ -146,6 +147,7 @@ export declare function createGithubListPRsTool(workspace: string): {
146
147
  text: string;
147
148
  }>;
148
149
  structuredContent: unknown;
150
+ isError?: undefined;
149
151
  } | {
150
152
  content: Array<{
151
153
  type: string;
@@ -226,6 +228,7 @@ export declare function createGithubViewPRTool(workspace: string): {
226
228
  text: string;
227
229
  }>;
228
230
  structuredContent: unknown;
231
+ isError?: undefined;
229
232
  } | {
230
233
  content: Array<{
231
234
  type: string;
@@ -328,6 +331,7 @@ export declare function createGithubGetPRDiffTool(workspace: string): {
328
331
  _meta?: Record<string, unknown>;
329
332
  }>;
330
333
  structuredContent: unknown;
334
+ isError?: undefined;
331
335
  } | {
332
336
  content: Array<{
333
337
  type: string;
@@ -422,6 +426,7 @@ export declare function createGithubPostPRReviewTool(workspace: string): {
422
426
  text: string;
423
427
  }>;
424
428
  structuredContent: unknown;
429
+ isError?: undefined;
425
430
  } | {
426
431
  content: Array<{
427
432
  type: string;
@@ -477,6 +482,7 @@ export declare function createGithubApprovePRTool(workspace: string): {
477
482
  text: string;
478
483
  }>;
479
484
  structuredContent: unknown;
485
+ isError?: undefined;
480
486
  } | {
481
487
  content: Array<{
482
488
  type: string;
@@ -544,6 +550,7 @@ export declare function createGithubMergePRTool(workspace: string): {
544
550
  text: string;
545
551
  }>;
546
552
  structuredContent: unknown;
553
+ isError?: undefined;
547
554
  } | {
548
555
  content: Array<{
549
556
  type: string;
@@ -50,6 +50,7 @@ export declare function createSetHandoffNoteTool(_sessionId: string, deps?: {
50
50
  text: string;
51
51
  }>;
52
52
  structuredContent: unknown;
53
+ isError?: undefined;
53
54
  } | {
54
55
  content: Array<{
55
56
  type: string;
@@ -101,6 +102,7 @@ export declare function createGetHandoffNoteTool(deps?: {
101
102
  text: string;
102
103
  }>;
103
104
  structuredContent: unknown;
105
+ isError?: undefined;
104
106
  }>;
105
107
  };
106
108
  export {};
@@ -44,6 +44,7 @@ export declare function createGetHoverAtCursorTool(extensionClient: ExtensionCli
44
44
  text: string;
45
45
  }>;
46
46
  structuredContent: unknown;
47
+ isError?: undefined;
47
48
  } | {
48
49
  content: Array<{
49
50
  type: string;
@@ -85,6 +85,7 @@ export declare function createSendHttpRequestTool(options?: {
85
85
  text: string;
86
86
  }>;
87
87
  structuredContent: unknown;
88
+ isError?: undefined;
88
89
  } | {
89
90
  content: Array<{
90
91
  type: string;
@@ -131,6 +132,7 @@ export declare function createParseHttpFileTool(workspace: string): {
131
132
  text: string;
132
133
  }>;
133
134
  structuredContent: unknown;
135
+ isError?: undefined;
134
136
  } | {
135
137
  content: Array<{
136
138
  type: string;
@@ -71,6 +71,7 @@ export declare function createGetInlayHintsTool(workspace: string, extensionClie
71
71
  text: string;
72
72
  }>;
73
73
  structuredContent: unknown;
74
+ isError?: undefined;
74
75
  } | {
75
76
  content: Array<{
76
77
  type: string;
@@ -66,6 +66,7 @@ export declare function createLaunchQuickTaskTool(deps: LaunchQuickTaskDeps): {
66
66
  text: string;
67
67
  }>;
68
68
  structuredContent: unknown;
69
+ isError?: undefined;
69
70
  } | {
70
71
  content: Array<{
71
72
  type: string;
@@ -74,6 +74,7 @@ export declare function createListClaudeTasksTool(orchestrator: ClaudeOrchestrat
74
74
  text: string;
75
75
  }>;
76
76
  structuredContent: unknown;
77
+ isError?: undefined;
77
78
  } | {
78
79
  content: Array<{
79
80
  type: string;
@@ -45,6 +45,7 @@ export declare function createListTerminalsTool(extensionClient: ExtensionClient
45
45
  text: string;
46
46
  }>;
47
47
  structuredContent: unknown;
48
+ isError?: undefined;
48
49
  } | {
49
50
  content: Array<{
50
51
  type: string;
@@ -74,6 +74,7 @@ export declare function createGoToDefinitionTool(workspace: string, extensionCli
74
74
  text: string;
75
75
  }>;
76
76
  structuredContent: unknown;
77
+ isError?: undefined;
77
78
  } | {
78
79
  content: Array<{
79
80
  type: string;
@@ -149,6 +150,7 @@ export declare function createFindReferencesTool(workspace: string, extensionCli
149
150
  text: string;
150
151
  }>;
151
152
  structuredContent: unknown;
153
+ isError?: undefined;
152
154
  } | {
153
155
  content: Array<{
154
156
  type: string;
@@ -209,6 +211,7 @@ export declare function createGetHoverTool(workspace: string, extensionClient: E
209
211
  text: string;
210
212
  }>;
211
213
  structuredContent: unknown;
214
+ isError?: undefined;
212
215
  } | {
213
216
  content: Array<{
214
217
  type: string;
@@ -283,6 +286,7 @@ export declare function createGetCodeActionsTool(workspace: string, extensionCli
283
286
  text: string;
284
287
  }>;
285
288
  structuredContent: unknown;
289
+ isError?: undefined;
286
290
  } | {
287
291
  content: Array<{
288
292
  type: string;
@@ -362,6 +366,7 @@ export declare function createApplyCodeActionTool(workspace: string, extensionCl
362
366
  text: string;
363
367
  }>;
364
368
  structuredContent: unknown;
369
+ isError?: undefined;
365
370
  } | {
366
371
  content: Array<{
367
372
  type: string;
@@ -476,6 +481,7 @@ export declare function createPreviewCodeActionTool(workspace: string, extension
476
481
  text: string;
477
482
  }>;
478
483
  structuredContent: unknown;
484
+ isError?: undefined;
479
485
  } | {
480
486
  content: Array<{
481
487
  type: string;
@@ -555,6 +561,7 @@ export declare function createRenameSymbolTool(workspace: string, extensionClien
555
561
  text: string;
556
562
  }>;
557
563
  structuredContent: unknown;
564
+ isError?: undefined;
558
565
  } | {
559
566
  content: Array<{
560
567
  type: string;
@@ -643,6 +650,7 @@ export declare function createGetCallHierarchyTool(workspace: string, extensionC
643
650
  text: string;
644
651
  }>;
645
652
  structuredContent: unknown;
653
+ isError?: undefined;
646
654
  } | {
647
655
  content: Array<{
648
656
  type: string;
@@ -714,6 +722,7 @@ export declare function createSearchWorkspaceSymbolsTool(workspace: string, exte
714
722
  text: string;
715
723
  }>;
716
724
  structuredContent: unknown;
725
+ isError?: undefined;
717
726
  } | {
718
727
  content: Array<{
719
728
  type: string;
@@ -788,6 +797,7 @@ export declare function createPrepareRenameTool(workspace: string, extensionClie
788
797
  text: string;
789
798
  }>;
790
799
  structuredContent: unknown;
800
+ isError?: undefined;
791
801
  } | {
792
802
  content: Array<{
793
803
  type: string;
@@ -845,6 +855,7 @@ export declare function createFormatRangeTool(workspace: string, extensionClient
845
855
  text: string;
846
856
  }>;
847
857
  structuredContent: unknown;
858
+ isError?: undefined;
848
859
  } | {
849
860
  content: Array<{
850
861
  type: string;
@@ -922,6 +933,7 @@ export declare function createFindImplementationsTool(workspace: string, extensi
922
933
  text: string;
923
934
  }>;
924
935
  structuredContent: unknown;
936
+ isError?: undefined;
925
937
  } | {
926
938
  content: Array<{
927
939
  type: string;
@@ -999,6 +1011,7 @@ export declare function createGoToTypeDefinitionTool(workspace: string, extensio
999
1011
  text: string;
1000
1012
  }>;
1001
1013
  structuredContent: unknown;
1014
+ isError?: undefined;
1002
1015
  } | {
1003
1016
  content: Array<{
1004
1017
  type: string;
@@ -1076,6 +1089,7 @@ export declare function createGoToDeclarationTool(workspace: string, extensionCl
1076
1089
  text: string;
1077
1090
  }>;
1078
1091
  structuredContent: unknown;
1092
+ isError?: undefined;
1079
1093
  } | {
1080
1094
  content: Array<{
1081
1095
  type: string;
@@ -46,6 +46,7 @@ export declare function createNavigateToSymbolByNameTool(extensionClient: Extens
46
46
  text: string;
47
47
  }>;
48
48
  structuredContent: unknown;
49
+ isError?: undefined;
49
50
  } | {
50
51
  content: Array<{
51
52
  type: string;
@@ -56,6 +56,7 @@ export declare function createOpenDiffTool(workspace: string, editorCommand: str
56
56
  text: string;
57
57
  }>;
58
58
  structuredContent: unknown;
59
+ isError?: undefined;
59
60
  } | {
60
61
  content: Array<{
61
62
  type: string;
@@ -59,6 +59,7 @@ export declare function createOpenFileTool(workspace: string, editorCommand: str
59
59
  text: string;
60
60
  }>;
61
61
  structuredContent: unknown;
62
+ isError?: undefined;
62
63
  } | {
63
64
  content: Array<{
64
65
  type: string;
@@ -51,5 +51,6 @@ export declare function createOpenInBrowserTool(): {
51
51
  text: string;
52
52
  }>;
53
53
  structuredContent: unknown;
54
+ isError?: undefined;
54
55
  }>;
55
56
  };
@@ -46,6 +46,7 @@ export declare function createOrganizeImportsTool(workspace: string, extensionCl
46
46
  text: string;
47
47
  }>;
48
48
  structuredContent: unknown;
49
+ isError?: undefined;
49
50
  } | {
50
51
  content: Array<{
51
52
  type: string;
@@ -129,5 +129,6 @@ export declare function createGetPerformanceReportTool(deps: PerformanceReportDe
129
129
  text: string;
130
130
  }>;
131
131
  structuredContent: unknown;
132
+ isError?: undefined;
132
133
  }>;
133
134
  };
@@ -67,6 +67,7 @@ export declare function createPlanTools(workspace: string): ({
67
67
  text: string;
68
68
  }>;
69
69
  structuredContent: unknown;
70
+ isError?: undefined;
70
71
  } | {
71
72
  content: Array<{
72
73
  type: string;
@@ -168,6 +169,7 @@ export declare function createPlanTools(workspace: string): ({
168
169
  text: string;
169
170
  }>;
170
171
  structuredContent: unknown;
172
+ isError?: undefined;
171
173
  } | {
172
174
  content: Array<{
173
175
  type: string;
@@ -226,6 +228,7 @@ export declare function createPlanTools(workspace: string): ({
226
228
  text: string;
227
229
  }>;
228
230
  structuredContent: unknown;
231
+ isError?: undefined;
229
232
  }>;
230
233
  } | {
231
234
  schema: {
@@ -264,6 +267,7 @@ export declare function createPlanTools(workspace: string): ({
264
267
  text: string;
265
268
  }>;
266
269
  structuredContent: unknown;
270
+ isError?: undefined;
267
271
  } | {
268
272
  content: Array<{
269
273
  type: string;
@@ -302,5 +306,6 @@ export declare function createPlanTools(workspace: string): ({
302
306
  text: string;
303
307
  }>;
304
308
  structuredContent: unknown;
309
+ isError?: undefined;
305
310
  }>;
306
311
  })[];
@@ -97,6 +97,7 @@ export declare function createPreviewEditTool(workspace: string): {
97
97
  text: string;
98
98
  }>;
99
99
  structuredContent: unknown;
100
+ isError?: undefined;
100
101
  } | {
101
102
  content: Array<{
102
103
  type: string;
@@ -68,6 +68,7 @@ export declare function createRefactorAnalyzeTool(workspace: string, extensionCl
68
68
  text: string;
69
69
  }>;
70
70
  structuredContent: unknown;
71
+ isError?: undefined;
71
72
  } | {
72
73
  content: Array<{
73
74
  type: string;
@@ -65,6 +65,7 @@ export declare function createRefactorPreviewTool(workspace: string, extensionCl
65
65
  text: string;
66
66
  }>;
67
67
  structuredContent: unknown;
68
+ isError?: undefined;
68
69
  } | {
69
70
  content: Array<{
70
71
  type: string;
@@ -52,6 +52,7 @@ export declare function createReplaceBlockTool(workspace: string, extensionClien
52
52
  text: string;
53
53
  }>;
54
54
  structuredContent: unknown;
55
+ isError?: undefined;
55
56
  } | {
56
57
  content: Array<{
57
58
  type: string;
@@ -65,6 +65,7 @@ export declare function createResumeClaudeTaskTool(orchestrator: ClaudeOrchestra
65
65
  text: string;
66
66
  }>;
67
67
  structuredContent: unknown;
68
+ isError?: undefined;
68
69
  } | {
69
70
  content: Array<{
70
71
  type: string;
@@ -87,6 +87,7 @@ export declare function createRunClaudeTaskTool(orchestrator: ClaudeOrchestrator
87
87
  text: string;
88
88
  }>;
89
89
  structuredContent: unknown;
90
+ isError?: undefined;
90
91
  } | {
91
92
  content: Array<{
92
93
  type: string;
@@ -78,5 +78,6 @@ export declare function createRunCommandTool(workspace: string, config: Config):
78
78
  _meta?: Record<string, unknown>;
79
79
  }>;
80
80
  structuredContent: unknown;
81
+ isError?: undefined;
81
82
  }>;
82
83
  };
@@ -142,5 +142,6 @@ export declare function createRunTestsTool(workspace: string, probes?: ProbeResu
142
142
  text: string;
143
143
  }>;
144
144
  structuredContent: unknown;
145
+ isError?: undefined;
145
146
  }>;
146
147
  };
@@ -46,5 +46,6 @@ export declare function createSaveDocumentTool(workspace: string, extensionClien
46
46
  text: string;
47
47
  }>;
48
48
  structuredContent: unknown;
49
+ isError?: undefined;
49
50
  }>;
50
51
  };
@@ -99,5 +99,6 @@ export declare function createScreenshotAndAnnotateTool(workspace: string, exten
99
99
  text: string;
100
100
  }>;
101
101
  structuredContent: unknown;
102
+ isError?: undefined;
102
103
  }>;
103
104
  };
@@ -98,6 +98,7 @@ export declare function createSearchAndReplaceTool(workspace: string): {
98
98
  text: string;
99
99
  }>;
100
100
  structuredContent: unknown;
101
+ isError?: undefined;
101
102
  } | {
102
103
  content: Array<{
103
104
  type: string;
@@ -57,5 +57,6 @@ export declare function createSearchToolsTool(transport: McpTransport): {
57
57
  text: string;
58
58
  }>;
59
59
  structuredContent: unknown;
60
+ isError?: undefined;
60
61
  }>;
61
62
  };
@@ -89,6 +89,7 @@ export declare function createSearchWorkspaceTool(workspace: string, probes: Pro
89
89
  _meta?: Record<string, unknown>;
90
90
  }>;
91
91
  structuredContent: unknown;
92
+ isError?: undefined;
92
93
  } | {
93
94
  content: Array<{
94
95
  type: string;
@@ -48,6 +48,7 @@ export declare function createSelectionRangesTool(workspace: string, extensionCl
48
48
  text: string;
49
49
  }>;
50
50
  structuredContent: unknown;
51
+ isError?: undefined;
51
52
  } | {
52
53
  content: Array<{
53
54
  type: string;
@@ -77,6 +77,7 @@ export declare function createGetSemanticTokensTool(workspace: string, extension
77
77
  text: string;
78
78
  }>;
79
79
  structuredContent: unknown;
80
+ isError?: undefined;
80
81
  } | {
81
82
  content: Array<{
82
83
  type: string;
@@ -37,5 +37,6 @@ export declare function createSetActiveWorkspaceFolderTool(config: Config): {
37
37
  text: string;
38
38
  }>;
39
39
  structuredContent: unknown;
40
+ isError?: undefined;
40
41
  }>;
41
42
  };
@@ -76,6 +76,7 @@ export declare function createSignatureHelpTool(workspace: string, extensionClie
76
76
  text: string;
77
77
  }>;
78
78
  structuredContent: unknown;
79
+ isError?: undefined;
79
80
  } | {
80
81
  content: Array<{
81
82
  type: string;
@@ -61,5 +61,6 @@ export declare function createSlackListChannelsTool(): {
61
61
  text: string;
62
62
  }>;
63
63
  structuredContent: unknown;
64
+ isError?: undefined;
64
65
  }>;
65
66
  };
@@ -53,5 +53,6 @@ export declare function createSlackPostMessageTool(): {
53
53
  text: string;
54
54
  }>;
55
55
  structuredContent: unknown;
56
+ isError?: undefined;
56
57
  }>;
57
58
  };
@@ -46,6 +46,7 @@ export declare function createGetTerminalOutputTool(extensionClient: ExtensionCl
46
46
  text: string;
47
47
  }>;
48
48
  structuredContent: unknown;
49
+ isError?: undefined;
49
50
  } | {
50
51
  content: Array<{
51
52
  type: string;
@@ -105,6 +106,7 @@ export declare function createCreateTerminalTool(workspace: string, extensionCli
105
106
  text: string;
106
107
  }>;
107
108
  structuredContent: unknown;
109
+ isError?: undefined;
108
110
  } | {
109
111
  content: Array<{
110
112
  type: string;
@@ -170,6 +172,7 @@ export declare function createWaitForTerminalOutputTool(extensionClient: Extensi
170
172
  text: string;
171
173
  }>;
172
174
  structuredContent: unknown;
175
+ isError?: undefined;
173
176
  } | {
174
177
  content: Array<{
175
178
  type: string;
@@ -238,6 +241,7 @@ export declare function createRunInTerminalTool(workspace: string, extensionClie
238
241
  text: string;
239
242
  }>;
240
243
  structuredContent: unknown;
244
+ isError?: undefined;
241
245
  } | {
242
246
  content: Array<{
243
247
  type: string;
@@ -283,6 +287,7 @@ export declare function createDisposeTerminalTool(extensionClient: ExtensionClie
283
287
  text: string;
284
288
  }>;
285
289
  structuredContent: unknown;
290
+ isError?: undefined;
286
291
  } | {
287
292
  content: Array<{
288
293
  type: string;
@@ -342,6 +347,7 @@ export declare function createSendTerminalCommandTool(extensionClient: Extension
342
347
  text: string;
343
348
  }>;
344
349
  structuredContent: unknown;
350
+ isError?: undefined;
345
351
  } | {
346
352
  content: Array<{
347
353
  type: string;
@@ -70,6 +70,7 @@ export declare function createTestTraceToSourceTool(workspace: string): {
70
70
  text: string;
71
71
  }>;
72
72
  structuredContent: unknown;
73
+ isError?: undefined;
73
74
  } | {
74
75
  content: Array<{
75
76
  type: string;
@@ -39,6 +39,7 @@ export declare function createTransactionTools(workspace: string): {
39
39
  text: string;
40
40
  }>;
41
41
  structuredContent: unknown;
42
+ isError?: undefined;
42
43
  } | {
43
44
  content: Array<{
44
45
  type: string;
@@ -124,6 +125,7 @@ export declare function createTransactionTools(workspace: string): {
124
125
  text: string;
125
126
  }>;
126
127
  structuredContent: unknown;
128
+ isError?: undefined;
127
129
  } | {
128
130
  content: Array<{
129
131
  type: string;
@@ -187,6 +189,7 @@ export declare function createTransactionTools(workspace: string): {
187
189
  text: string;
188
190
  }>;
189
191
  structuredContent: unknown;
192
+ isError?: undefined;
190
193
  } | {
191
194
  content: Array<{
192
195
  type: string;
@@ -232,6 +235,7 @@ export declare function createTransactionTools(workspace: string): {
232
235
  text: string;
233
236
  }>;
234
237
  structuredContent: unknown;
238
+ isError?: undefined;
235
239
  } | {
236
240
  content: Array<{
237
241
  type: string;
@@ -67,6 +67,7 @@ export declare function createGetTypeHierarchyTool(workspace: string, extensionC
67
67
  text: string;
68
68
  }>;
69
69
  structuredContent: unknown;
70
+ isError?: undefined;
70
71
  } | {
71
72
  content: Array<{
72
73
  type: string;