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
@@ -77,6 +77,7 @@ export declare function createCtxSaveTraceTool(workspace: string, log: DecisionT
77
77
  text: string;
78
78
  }>;
79
79
  structuredContent: unknown;
80
+ isError?: undefined;
80
81
  } | {
81
82
  content: Array<{
82
83
  type: string;
@@ -51,6 +51,7 @@ export declare function createEvaluateInDebuggerTool(extensionClient: ExtensionC
51
51
  text: string;
52
52
  }>;
53
53
  structuredContent: unknown;
54
+ isError?: undefined;
54
55
  } | {
55
56
  content: Array<{
56
57
  type: string;
@@ -119,6 +120,7 @@ export declare function createSetDebugBreakpointsTool(workspace: string, extensi
119
120
  text: string;
120
121
  }>;
121
122
  structuredContent: unknown;
123
+ isError?: undefined;
122
124
  } | {
123
125
  content: Array<{
124
126
  type: string;
@@ -162,6 +164,7 @@ export declare function createStartDebuggingTool(extensionClient: ExtensionClien
162
164
  text: string;
163
165
  }>;
164
166
  structuredContent: unknown;
167
+ isError?: undefined;
165
168
  } | {
166
169
  content: Array<{
167
170
  type: string;
@@ -196,6 +199,7 @@ export declare function createStopDebuggingTool(extensionClient: ExtensionClient
196
199
  text: string;
197
200
  }>;
198
201
  structuredContent: unknown;
202
+ isError?: undefined;
199
203
  } | {
200
204
  content: Array<{
201
205
  type: string;
@@ -74,6 +74,7 @@ export declare function createSetEditorDecorationsTool(workspace: string, extens
74
74
  text: string;
75
75
  }>;
76
76
  structuredContent: unknown;
77
+ isError?: undefined;
77
78
  } | {
78
79
  content: Array<{
79
80
  type: string;
@@ -120,6 +121,7 @@ export declare function createClearEditorDecorationsTool(extensionClient: Extens
120
121
  text: string;
121
122
  }>;
122
123
  structuredContent: unknown;
124
+ isError?: undefined;
123
125
  } | {
124
126
  content: Array<{
125
127
  type: string;
@@ -52,6 +52,7 @@ export declare function createGetDocumentLinksTool(workspace: string, extensionC
52
52
  text: string;
53
53
  }>;
54
54
  structuredContent: unknown;
55
+ isError?: undefined;
55
56
  } | {
56
57
  content: Array<{
57
58
  type: string;
@@ -98,6 +98,7 @@ export declare function createEditTextTool(workspace: string, extensionClient: E
98
98
  text: string;
99
99
  }>;
100
100
  structuredContent: unknown;
101
+ isError?: undefined;
101
102
  } | {
102
103
  content: Array<{
103
104
  type: string;
@@ -79,6 +79,7 @@ export declare function createEnrichCommitTool(workspace: string, linkLog?: Comm
79
79
  text: string;
80
80
  }>;
81
81
  structuredContent: unknown;
82
+ isError?: undefined;
82
83
  } | {
83
84
  content: Array<{
84
85
  type: string;
@@ -117,5 +117,6 @@ export declare function createEnrichStackTraceTool(workspace: string): {
117
117
  text: string;
118
118
  }>;
119
119
  structuredContent: unknown;
120
+ isError?: undefined;
120
121
  }>;
121
122
  };
@@ -127,6 +127,7 @@ export declare function createExplainDiagnosticTool(workspace: string, extension
127
127
  text: string;
128
128
  }>;
129
129
  structuredContent: unknown;
130
+ isError?: undefined;
130
131
  } | {
131
132
  content: Array<{
132
133
  type: string;
@@ -109,6 +109,7 @@ export declare function createExplainSymbolTool(workspace: string, extensionClie
109
109
  text: string;
110
110
  }>;
111
111
  structuredContent: unknown;
112
+ isError?: undefined;
112
113
  } | {
113
114
  content: Array<{
114
115
  type: string;
@@ -90,5 +90,6 @@ export declare function createFetchCalendarEventsTool(): {
90
90
  text: string;
91
91
  }>;
92
92
  structuredContent: unknown;
93
+ isError?: undefined;
93
94
  }>;
94
95
  };
@@ -76,5 +76,6 @@ export declare function createFetchGithubIssueTool(): {
76
76
  text: string;
77
77
  }>;
78
78
  structuredContent: unknown;
79
+ isError?: undefined;
79
80
  }>;
80
81
  };
@@ -85,5 +85,6 @@ export declare function createFetchGithubPRTool(): {
85
85
  text: string;
86
86
  }>;
87
87
  structuredContent: unknown;
88
+ isError?: undefined;
88
89
  }>;
89
90
  };
@@ -108,5 +108,6 @@ export declare function createFetchLinearIssueTool(): {
108
108
  text: string;
109
109
  }>;
110
110
  structuredContent: unknown;
111
+ isError?: undefined;
111
112
  }>;
112
113
  };
@@ -139,5 +139,6 @@ export declare function createFetchSentryIssueTool(workspace: string): {
139
139
  text: string;
140
140
  }>;
141
141
  structuredContent: unknown;
142
+ isError?: undefined;
142
143
  }>;
143
144
  };
@@ -39,5 +39,6 @@ export declare function createFetchSlackProfileTool(): {
39
39
  text: string;
40
40
  }>;
41
41
  structuredContent: unknown;
42
+ isError?: undefined;
42
43
  }>;
43
44
  };
@@ -58,6 +58,7 @@ export declare function createCreateFileTool(workspace: string, extensionClient:
58
58
  text: string;
59
59
  }>;
60
60
  structuredContent: unknown;
61
+ isError?: undefined;
61
62
  } | {
62
63
  content: Array<{
63
64
  type: string;
@@ -117,6 +118,7 @@ export declare function createDeleteFileTool(workspace: string, extensionClient:
117
118
  text: string;
118
119
  }>;
119
120
  structuredContent: unknown;
121
+ isError?: undefined;
120
122
  } | {
121
123
  content: Array<{
122
124
  type: string;
@@ -176,6 +178,7 @@ export declare function createRenameFileTool(workspace: string, extensionClient:
176
178
  text: string;
177
179
  }>;
178
180
  structuredContent: unknown;
181
+ isError?: undefined;
179
182
  } | {
180
183
  content: Array<{
181
184
  type: string;
@@ -49,6 +49,7 @@ export declare function createWatchFilesTool(extensionClient: ExtensionClient):
49
49
  text: string;
50
50
  }>;
51
51
  structuredContent: unknown;
52
+ isError?: undefined;
52
53
  } | {
53
54
  content: Array<{
54
55
  type: string;
@@ -97,6 +98,7 @@ export declare function createUnwatchFilesTool(extensionClient: ExtensionClient)
97
98
  text: string;
98
99
  }>;
99
100
  structuredContent: unknown;
101
+ isError?: undefined;
100
102
  } | {
101
103
  content: Array<{
102
104
  type: string;
@@ -55,6 +55,7 @@ export declare function createFindFilesTool(workspace: string, probes: ProbeResu
55
55
  text: string;
56
56
  }>;
57
57
  structuredContent: unknown;
58
+ isError?: undefined;
58
59
  } | {
59
60
  content: Array<{
60
61
  type: string;
@@ -79,5 +79,6 @@ export declare function createFindRelatedTestsTool(workspace: string, probes: Pr
79
79
  text: string;
80
80
  }>;
81
81
  structuredContent: unknown;
82
+ isError?: undefined;
82
83
  }>;
83
84
  };
@@ -56,6 +56,7 @@ export declare function createFixAllLintErrorsTool(workspace: string, probes: Pr
56
56
  text: string;
57
57
  }>;
58
58
  structuredContent: unknown;
59
+ isError?: undefined;
59
60
  } | {
60
61
  content: Array<{
61
62
  type: string;
@@ -40,6 +40,7 @@ export declare function createFoldingRangesTool(workspace: string, extensionClie
40
40
  text: string;
41
41
  }>;
42
42
  structuredContent: unknown;
43
+ isError?: undefined;
43
44
  } | {
44
45
  content: Array<{
45
46
  type: string;
@@ -51,6 +51,7 @@ export declare function createFormatDocumentTool(workspace: string, probes: Prob
51
51
  text: string;
52
52
  }>;
53
53
  structuredContent: unknown;
54
+ isError?: undefined;
54
55
  } | {
55
56
  content: Array<{
56
57
  type: string;
@@ -65,6 +65,7 @@ export declare function createGenerateTestsTool(workspace: string): {
65
65
  text: string;
66
66
  }>;
67
67
  structuredContent: unknown;
68
+ isError?: undefined;
68
69
  } | {
69
70
  content: Array<{
70
71
  type: string;
@@ -69,6 +69,7 @@ export declare function createGetAICommentsTool(extensionClient: ExtensionClient
69
69
  text: string;
70
70
  }>;
71
71
  structuredContent: unknown;
72
+ isError?: undefined;
72
73
  } | {
73
74
  content: Array<{
74
75
  type: string;
@@ -98,5 +98,6 @@ export declare function createGetAnalyticsReportTool(activityLog: ActivityLog, o
98
98
  text: string;
99
99
  }>;
100
100
  structuredContent: unknown;
101
+ isError?: undefined;
101
102
  }>;
102
103
  };
@@ -81,5 +81,6 @@ export declare function createGetArchitectureContextTool(workspace: string): {
81
81
  text: string;
82
82
  }>;
83
83
  structuredContent: unknown;
84
+ isError?: undefined;
84
85
  }>;
85
86
  };
@@ -70,6 +70,7 @@ export declare function createGetBufferContentTool(workspace: string, extensionC
70
70
  _meta?: Record<string, unknown>;
71
71
  }>;
72
72
  structuredContent: unknown;
73
+ isError?: undefined;
73
74
  } | {
74
75
  content: Array<{
75
76
  type: string;
@@ -66,6 +66,7 @@ export declare function createGetChangeImpactTool(workspace: string, extensionCl
66
66
  text: string;
67
67
  }>;
68
68
  structuredContent: unknown;
69
+ isError?: undefined;
69
70
  } | {
70
71
  content: Array<{
71
72
  type: string;
@@ -77,6 +77,7 @@ export declare function createGetClaudeTaskStatusTool(orchestrator: ClaudeOrches
77
77
  text: string;
78
78
  }>;
79
79
  structuredContent: unknown;
80
+ isError?: undefined;
80
81
  } | {
81
82
  content: Array<{
82
83
  type: string;
@@ -76,6 +76,7 @@ export declare function createGetCodeCoverageTool(workspace: string): {
76
76
  _meta?: Record<string, unknown>;
77
77
  }>;
78
78
  structuredContent: unknown;
79
+ isError?: undefined;
79
80
  } | {
80
81
  content: Array<{
81
82
  type: string;
@@ -88,6 +88,7 @@ export declare function createGetCommitsForIssueTool(workspace: string, linkLog:
88
88
  text: string;
89
89
  }>;
90
90
  structuredContent: unknown;
91
+ isError?: undefined;
91
92
  } | {
92
93
  content: Array<{
93
94
  type: string;
@@ -54,5 +54,6 @@ export declare function createGetConnectorStatusTool(): {
54
54
  text: string;
55
55
  }>;
56
56
  structuredContent: unknown;
57
+ isError?: undefined;
57
58
  }>;
58
59
  };
@@ -58,6 +58,7 @@ export declare function createGetCurrentSelectionTool(extensionClient: Extension
58
58
  text: string;
59
59
  }>;
60
60
  structuredContent: unknown;
61
+ isError?: undefined;
61
62
  }>;
62
63
  };
63
64
  export declare function createGetLatestSelectionTool(extensionClient: ExtensionClient): {
@@ -119,5 +120,6 @@ export declare function createGetLatestSelectionTool(extensionClient: ExtensionC
119
120
  text: string;
120
121
  }>;
121
122
  structuredContent: unknown;
123
+ isError?: undefined;
122
124
  }>;
123
125
  };
@@ -130,6 +130,7 @@ export declare function createGetDebugStateTool(extensionClient: ExtensionClient
130
130
  text: string;
131
131
  }>;
132
132
  structuredContent: unknown;
133
+ isError?: undefined;
133
134
  } | {
134
135
  content: Array<{
135
136
  type: string;
@@ -55,5 +55,6 @@ export declare function createGetDependencyTreeTool(workspace: string, _probes?:
55
55
  _meta?: Record<string, unknown>;
56
56
  }>;
57
57
  structuredContent: unknown;
58
+ isError?: undefined;
58
59
  }>;
59
60
  };
@@ -104,5 +104,6 @@ export declare function createGetDiagnosticsTool(workspace: string, probes?: Pro
104
104
  _meta?: Record<string, unknown>;
105
105
  }>;
106
106
  structuredContent: unknown;
107
+ isError?: undefined;
107
108
  }>;
108
109
  };
@@ -85,5 +85,6 @@ export declare function createGetDiffFromHandoffTool(workspace: string, extensio
85
85
  text: string;
86
86
  }>;
87
87
  structuredContent: unknown;
88
+ isError?: undefined;
88
89
  }>;
89
90
  };
@@ -64,6 +64,7 @@ export declare function createGetDocumentSymbolsTool(workspace: string, extensio
64
64
  text: string;
65
65
  }>;
66
66
  structuredContent: unknown;
67
+ isError?: undefined;
67
68
  } | {
68
69
  content: Array<{
69
70
  type: string;
@@ -62,5 +62,6 @@ export declare function createGetFileTreeTool(workspace: string, probes: ProbeRe
62
62
  _meta?: Record<string, unknown>;
63
63
  }>;
64
64
  structuredContent: unknown;
65
+ isError?: undefined;
65
66
  }>;
66
67
  };
@@ -46,5 +46,6 @@ export declare function createGetGitDiffTool(workspace: string): {
46
46
  _meta?: Record<string, unknown>;
47
47
  }>;
48
48
  structuredContent: unknown;
49
+ isError?: undefined;
49
50
  }>;
50
51
  };
@@ -78,6 +78,7 @@ export declare function createGetGitHotspotsTool(workspace: string): {
78
78
  _meta?: Record<string, unknown>;
79
79
  }>;
80
80
  structuredContent: unknown;
81
+ isError?: undefined;
81
82
  } | {
82
83
  content: Array<{
83
84
  type: string;
@@ -58,5 +58,6 @@ export declare function createGetGitLogTool(workspace: string): {
58
58
  _meta?: Record<string, unknown>;
59
59
  }>;
60
60
  structuredContent: unknown;
61
+ isError?: undefined;
61
62
  }>;
62
63
  };
@@ -68,5 +68,6 @@ export declare function createGetGitStatusTool(workspace: string): {
68
68
  text: string;
69
69
  }>;
70
70
  structuredContent: unknown;
71
+ isError?: undefined;
71
72
  }>;
72
73
  };
@@ -69,5 +69,6 @@ export declare function createGetImportTreeTool(workspace: string): {
69
69
  _meta?: Record<string, unknown>;
70
70
  }>;
71
71
  structuredContent: unknown;
72
+ isError?: undefined;
72
73
  }>;
73
74
  };
@@ -52,6 +52,7 @@ export declare function createGetImportedSignaturesTool(workspace: string, exten
52
52
  text: string;
53
53
  }>;
54
54
  structuredContent: unknown;
55
+ isError?: undefined;
55
56
  } | {
56
57
  content: Array<{
57
58
  type: string;
@@ -58,5 +58,6 @@ export declare function createGetOpenEditorsTool(openedFiles: Set<string>, exten
58
58
  text: string;
59
59
  }>;
60
60
  structuredContent: unknown;
61
+ isError?: undefined;
61
62
  }>;
62
63
  };
@@ -58,6 +58,7 @@ export declare function createGetPRTemplateTool(workspace: string): {
58
58
  text: string;
59
59
  }>;
60
60
  structuredContent: unknown;
61
+ isError?: undefined;
61
62
  } | {
62
63
  content: Array<{
63
64
  type: string;
@@ -110,5 +110,6 @@ export declare function createGetProjectContextTool(workspace: string, extension
110
110
  text: string;
111
111
  }>;
112
112
  structuredContent: unknown;
113
+ isError?: undefined;
113
114
  }>;
114
115
  };
@@ -47,5 +47,6 @@ export declare function createGetProjectInfoTool(workspace: string): {
47
47
  text: string;
48
48
  }>;
49
49
  structuredContent: unknown;
50
+ isError?: undefined;
50
51
  }>;
51
52
  };
@@ -101,5 +101,6 @@ export declare function createGetSecurityAdvisoriesTool(workspace: string, _prob
101
101
  _meta?: Record<string, unknown>;
102
102
  }>;
103
103
  structuredContent: unknown;
104
+ isError?: undefined;
104
105
  }>;
105
106
  };
@@ -54,5 +54,6 @@ export declare function createGetSessionUsageTool(transport: McpTransport): {
54
54
  text: string;
55
55
  }>;
56
56
  structuredContent: unknown;
57
+ isError?: undefined;
57
58
  }>;
58
59
  };
@@ -147,6 +147,7 @@ export declare function createGetSymbolHistoryTool(workspace: string, extensionC
147
147
  text: string;
148
148
  }>;
149
149
  structuredContent: unknown;
150
+ isError?: undefined;
150
151
  } | {
151
152
  content: Array<{
152
153
  type: string;
@@ -65,5 +65,6 @@ export declare function createGetToolCapabilitiesTool(probes: ProbeResults, exte
65
65
  text: string;
66
66
  }>;
67
67
  structuredContent: unknown;
68
+ isError?: undefined;
68
69
  }>;
69
70
  };
@@ -60,6 +60,7 @@ export declare function createGetTypeSignatureTool(extensionClient: ExtensionCli
60
60
  text: string;
61
61
  }>;
62
62
  structuredContent: unknown;
63
+ isError?: undefined;
63
64
  } | {
64
65
  content: Array<{
65
66
  type: string;
@@ -54,5 +54,6 @@ export declare function createGetWorkspaceFoldersTool(workspaceFolders: string[]
54
54
  text: string;
55
55
  }>;
56
56
  structuredContent: unknown;
57
+ isError?: undefined;
57
58
  }>;
58
59
  };
@@ -34,6 +34,7 @@ export declare function createGetWorkspaceSettingsTool(extensionClient: Extensio
34
34
  text: string;
35
35
  }>;
36
36
  structuredContent: unknown;
37
+ isError?: undefined;
37
38
  } | {
38
39
  content: Array<{
39
40
  type: string;
@@ -47,6 +47,7 @@ export declare function createGetCommitDetailsTool(workspace: string): {
47
47
  _meta?: Record<string, unknown>;
48
48
  }>;
49
49
  structuredContent: unknown;
50
+ isError?: undefined;
50
51
  }>;
51
52
  };
52
53
  export declare function createGetDiffBetweenRefsTool(workspace: string): {
@@ -106,5 +107,6 @@ export declare function createGetDiffBetweenRefsTool(workspace: string): {
106
107
  _meta?: Record<string, unknown>;
107
108
  }>;
108
109
  structuredContent: unknown;
110
+ isError?: undefined;
109
111
  }>;
110
112
  };
@@ -44,6 +44,7 @@ export declare function createGitAddTool(workspace: string): {
44
44
  text: string;
45
45
  }>;
46
46
  structuredContent: unknown;
47
+ isError?: undefined;
47
48
  } | {
48
49
  content: Array<{
49
50
  type: string;
@@ -119,6 +120,7 @@ export declare function createGitCommitTool(workspace: string, onGitCommit?: (re
119
120
  text: string;
120
121
  }>;
121
122
  structuredContent: unknown;
123
+ isError?: undefined;
122
124
  } | {
123
125
  content: Array<{
124
126
  type: string;
@@ -180,6 +182,7 @@ export declare function createGitCheckoutTool(workspace: string, onBranchCheckou
180
182
  text: string;
181
183
  }>;
182
184
  structuredContent: unknown;
185
+ isError?: undefined;
183
186
  } | {
184
187
  content: Array<{
185
188
  type: string;
@@ -233,6 +236,7 @@ export declare function createGitBlameTool(workspace: string): {
233
236
  text: string;
234
237
  }>;
235
238
  structuredContent: unknown;
239
+ isError?: undefined;
236
240
  } | {
237
241
  content: Array<{
238
242
  type: string;
@@ -284,6 +288,7 @@ export declare function createGitFetchTool(workspace: string): {
284
288
  text: string;
285
289
  }>;
286
290
  structuredContent: unknown;
291
+ isError?: undefined;
287
292
  } | {
288
293
  content: Array<{
289
294
  type: string;
@@ -334,6 +339,7 @@ export declare function createGitListBranchesTool(workspace: string): {
334
339
  text: string;
335
340
  }>;
336
341
  structuredContent: unknown;
342
+ isError?: undefined;
337
343
  } | {
338
344
  content: Array<{
339
345
  type: string;
@@ -386,6 +392,7 @@ export declare function createGitPullTool(workspace: string, onGitPull?: (result
386
392
  text: string;
387
393
  }>;
388
394
  structuredContent: unknown;
395
+ isError?: undefined;
389
396
  } | {
390
397
  content: Array<{
391
398
  type: string;
@@ -462,6 +469,7 @@ export declare function createGitPushTool(workspace: string, onGitPush?: (result
462
469
  text: string;
463
470
  }>;
464
471
  structuredContent: unknown;
472
+ isError?: undefined;
465
473
  } | {
466
474
  content: Array<{
467
475
  type: string;
@@ -516,6 +524,7 @@ export declare function createGitStashTool(workspace: string): {
516
524
  text: string;
517
525
  }>;
518
526
  structuredContent: unknown;
527
+ isError?: undefined;
519
528
  } | {
520
529
  content: Array<{
521
530
  type: string;
@@ -563,6 +572,7 @@ export declare function createGitStashPopTool(workspace: string): {
563
572
  text: string;
564
573
  }>;
565
574
  structuredContent: unknown;
575
+ isError?: undefined;
566
576
  } | {
567
577
  content: Array<{
568
578
  type: string;
@@ -602,6 +612,7 @@ export declare function createGitStashListTool(workspace: string): {
602
612
  text: string;
603
613
  }>;
604
614
  structuredContent: unknown;
615
+ isError?: undefined;
605
616
  } | {
606
617
  content: Array<{
607
618
  type: string;