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.
- package/README.md +188 -42
- package/dist/bridge.js +3 -0
- package/dist/bridge.js.map +1 -1
- package/dist/commands/recipe.d.ts +11 -0
- package/dist/commands/recipe.js +14 -2
- package/dist/commands/recipe.js.map +1 -1
- package/dist/connectors/baseConnector.js +1 -1
- package/dist/connectors/baseConnector.js.map +1 -1
- package/dist/connectors/github.js +4 -3
- package/dist/connectors/github.js.map +1 -1
- package/dist/connectors/gmail.js +34 -0
- package/dist/connectors/gmail.js.map +1 -1
- package/dist/connectors/htmlEscape.d.ts +5 -0
- package/dist/connectors/htmlEscape.js +13 -0
- package/dist/connectors/htmlEscape.js.map +1 -0
- package/dist/connectors/linear.js +3 -2
- package/dist/connectors/linear.js.map +1 -1
- package/dist/connectors/mcpOAuth.d.ts +2 -0
- package/dist/connectors/mcpOAuth.js +8 -4
- package/dist/connectors/mcpOAuth.js.map +1 -1
- package/dist/connectors/sentry.js +3 -2
- package/dist/connectors/sentry.js.map +1 -1
- package/dist/connectors/slack.js +4 -3
- package/dist/connectors/slack.js.map +1 -1
- package/dist/index.js +7 -2
- package/dist/index.js.map +1 -1
- package/dist/oauth.js +3 -2
- package/dist/oauth.js.map +1 -1
- package/dist/recipeOrchestration.js +6 -1
- package/dist/recipeOrchestration.js.map +1 -1
- package/dist/recipes/agentExecutor.d.ts +1 -0
- package/dist/recipes/agentExecutor.js +7 -0
- package/dist/recipes/agentExecutor.js.map +1 -1
- package/dist/recipes/legacyRecipeCompat.d.ts +8 -0
- package/dist/recipes/legacyRecipeCompat.js +20 -1
- package/dist/recipes/legacyRecipeCompat.js.map +1 -1
- package/dist/recipes/migrations/index.d.ts +24 -0
- package/dist/recipes/migrations/index.js +55 -0
- package/dist/recipes/migrations/index.js.map +1 -0
- package/dist/recipes/migrations/types.d.ts +28 -0
- package/dist/recipes/migrations/types.js +2 -0
- package/dist/recipes/migrations/types.js.map +1 -0
- package/dist/recipes/migrations/v1.d.ts +11 -0
- package/dist/recipes/migrations/v1.js +18 -0
- package/dist/recipes/migrations/v1.js.map +1 -0
- package/dist/recipes/templateEngine.js +8 -1
- package/dist/recipes/templateEngine.js.map +1 -1
- package/dist/recipes/validation.js +54 -15
- package/dist/recipes/validation.js.map +1 -1
- package/dist/recipes/yamlRunner.js +2 -2
- package/dist/recipes/yamlRunner.js.map +1 -1
- package/dist/recipesHttp.d.ts +28 -0
- package/dist/recipesHttp.js +109 -3
- package/dist/recipesHttp.js.map +1 -1
- package/dist/server.d.ts +13 -0
- package/dist/server.js +57 -0
- package/dist/server.js.map +1 -1
- package/dist/tools/activityLog.d.ts +2 -0
- package/dist/tools/addLinearComment.d.ts +1 -0
- package/dist/tools/batchLsp.d.ts +3 -0
- package/dist/tools/bridgeDoctor.d.ts +1 -0
- package/dist/tools/bridgeStatus.d.ts +1 -0
- package/dist/tools/cancelClaudeTask.d.ts +1 -0
- package/dist/tools/checkDocumentDirty.d.ts +1 -0
- package/dist/tools/clipboard.d.ts +2 -0
- package/dist/tools/closeTabs.d.ts +2 -0
- package/dist/tools/codeLens.d.ts +1 -0
- package/dist/tools/contextBundle.d.ts +1 -0
- package/dist/tools/createIssueFromAIComment.d.ts +1 -0
- package/dist/tools/createLinearIssue.d.ts +1 -0
- package/dist/tools/ctxGetTaskContext.d.ts +1 -0
- package/dist/tools/ctxQueryTraces.d.ts +1 -0
- package/dist/tools/ctxSaveTrace.d.ts +1 -0
- package/dist/tools/debug.d.ts +4 -0
- package/dist/tools/decorations.d.ts +2 -0
- package/dist/tools/documentLinks.d.ts +1 -0
- package/dist/tools/editText.d.ts +1 -0
- package/dist/tools/enrichCommit.d.ts +1 -0
- package/dist/tools/enrichStackTrace.d.ts +1 -0
- package/dist/tools/explainDiagnostic.d.ts +1 -0
- package/dist/tools/explainSymbol.d.ts +1 -0
- package/dist/tools/fetchCalendarEvents.d.ts +1 -0
- package/dist/tools/fetchGithubIssue.d.ts +1 -0
- package/dist/tools/fetchGithubPR.d.ts +1 -0
- package/dist/tools/fetchLinearIssue.d.ts +1 -0
- package/dist/tools/fetchSentryIssue.d.ts +1 -0
- package/dist/tools/fetchSlackProfile.d.ts +1 -0
- package/dist/tools/fileOperations.d.ts +3 -0
- package/dist/tools/fileWatcher.d.ts +2 -0
- package/dist/tools/findFiles.d.ts +1 -0
- package/dist/tools/findRelatedTests.d.ts +1 -0
- package/dist/tools/fixAllLintErrors.d.ts +1 -0
- package/dist/tools/foldingRanges.d.ts +1 -0
- package/dist/tools/formatDocument.d.ts +1 -0
- package/dist/tools/generateTests.d.ts +1 -0
- package/dist/tools/getAIComments.d.ts +1 -0
- package/dist/tools/getAnalyticsReport.d.ts +1 -0
- package/dist/tools/getArchitectureContext.d.ts +1 -0
- package/dist/tools/getBufferContent.d.ts +1 -0
- package/dist/tools/getChangeImpact.d.ts +1 -0
- package/dist/tools/getClaudeTaskStatus.d.ts +1 -0
- package/dist/tools/getCodeCoverage.d.ts +1 -0
- package/dist/tools/getCommitsForIssue.d.ts +1 -0
- package/dist/tools/getConnectorStatus.d.ts +1 -0
- package/dist/tools/getCurrentSelection.d.ts +2 -0
- package/dist/tools/getDebugState.d.ts +1 -0
- package/dist/tools/getDependencyTree.d.ts +1 -0
- package/dist/tools/getDiagnostics.d.ts +1 -0
- package/dist/tools/getDiffFromHandoff.d.ts +1 -0
- package/dist/tools/getDocumentSymbols.d.ts +1 -0
- package/dist/tools/getFileTree.d.ts +1 -0
- package/dist/tools/getGitDiff.d.ts +1 -0
- package/dist/tools/getGitHotspots.d.ts +1 -0
- package/dist/tools/getGitLog.d.ts +1 -0
- package/dist/tools/getGitStatus.d.ts +1 -0
- package/dist/tools/getImportTree.d.ts +1 -0
- package/dist/tools/getImportedSignatures.d.ts +1 -0
- package/dist/tools/getOpenEditors.d.ts +1 -0
- package/dist/tools/getPRTemplate.d.ts +1 -0
- package/dist/tools/getProjectContext.d.ts +1 -0
- package/dist/tools/getProjectInfo.d.ts +1 -0
- package/dist/tools/getSecurityAdvisories.d.ts +1 -0
- package/dist/tools/getSessionUsage.d.ts +1 -0
- package/dist/tools/getSymbolHistory.d.ts +1 -0
- package/dist/tools/getToolCapabilities.d.ts +1 -0
- package/dist/tools/getTypeSignature.d.ts +1 -0
- package/dist/tools/getWorkspaceFolders.d.ts +1 -0
- package/dist/tools/getWorkspaceSettings.d.ts +1 -0
- package/dist/tools/gitHistory.d.ts +2 -0
- package/dist/tools/gitWrite.d.ts +11 -0
- package/dist/tools/github/actions.d.ts +2 -0
- package/dist/tools/github/composite.d.ts +3 -0
- package/dist/tools/github/issues.d.ts +4 -0
- package/dist/tools/github/pr.d.ts +7 -0
- package/dist/tools/handoffNote.d.ts +2 -0
- package/dist/tools/hoverAtCursor.d.ts +1 -0
- package/dist/tools/httpClient.d.ts +2 -0
- package/dist/tools/inlayHints.d.ts +1 -0
- package/dist/tools/launchQuickTask.d.ts +1 -0
- package/dist/tools/listClaudeTasks.d.ts +1 -0
- package/dist/tools/listTerminals.d.ts +1 -0
- package/dist/tools/lsp.d.ts +14 -0
- package/dist/tools/navigateToSymbolByName.d.ts +1 -0
- package/dist/tools/openDiff.d.ts +1 -0
- package/dist/tools/openFile.d.ts +1 -0
- package/dist/tools/openInBrowser.d.ts +1 -0
- package/dist/tools/organizeImports.d.ts +1 -0
- package/dist/tools/performanceReport.d.ts +1 -0
- package/dist/tools/planPersistence.d.ts +5 -0
- package/dist/tools/previewEdit.d.ts +1 -0
- package/dist/tools/refactorAnalyze.d.ts +1 -0
- package/dist/tools/refactorPreview.d.ts +1 -0
- package/dist/tools/replaceBlock.d.ts +1 -0
- package/dist/tools/resumeClaudeTask.d.ts +1 -0
- package/dist/tools/runClaudeTask.d.ts +1 -0
- package/dist/tools/runCommand.d.ts +1 -0
- package/dist/tools/runTests.d.ts +1 -0
- package/dist/tools/saveDocument.d.ts +1 -0
- package/dist/tools/screenshotAndAnnotate.d.ts +1 -0
- package/dist/tools/searchAndReplace.d.ts +1 -0
- package/dist/tools/searchTools.d.ts +1 -0
- package/dist/tools/searchWorkspace.d.ts +1 -0
- package/dist/tools/selectionRanges.d.ts +1 -0
- package/dist/tools/semanticTokens.d.ts +1 -0
- package/dist/tools/setActiveWorkspaceFolder.d.ts +1 -0
- package/dist/tools/signatureHelp.d.ts +1 -0
- package/dist/tools/slackListChannels.d.ts +1 -0
- package/dist/tools/slackPostMessage.d.ts +1 -0
- package/dist/tools/terminal.d.ts +6 -0
- package/dist/tools/testTraceToSource.d.ts +1 -0
- package/dist/tools/transaction.d.ts +4 -0
- package/dist/tools/typeHierarchy.d.ts +1 -0
- package/dist/tools/updateLinearIssue.d.ts +1 -0
- package/dist/tools/utils.d.ts +2 -0
- package/dist/tools/utils.js.map +1 -1
- package/dist/tools/vscodeCommands.d.ts +2 -0
- package/dist/tools/vscodeTasks.d.ts +2 -0
- package/dist/tools/workspaceSettings.d.ts +1 -0
- package/package.json +2 -1
- package/dist/schemas/dry-run-plan.v1.json +0 -139
- 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 {};
|
|
@@ -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;
|
package/dist/tools/lsp.d.ts
CHANGED
|
@@ -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;
|
package/dist/tools/openDiff.d.ts
CHANGED
package/dist/tools/openFile.d.ts
CHANGED
|
@@ -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
|
})[];
|
package/dist/tools/runTests.d.ts
CHANGED
package/dist/tools/terminal.d.ts
CHANGED
|
@@ -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;
|
|
@@ -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;
|