patchwork-os 0.2.0-beta.5.canary.95 → 0.2.0-beta.6
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/dist/ajv2020.d.ts +25 -0
- package/dist/ajv2020.js +33 -0
- package/dist/ajv2020.js.map +1 -0
- package/dist/approvalQueue.d.ts +17 -0
- package/dist/approvalQueue.js.map +1 -1
- package/dist/bridge.js +16 -0
- package/dist/bridge.js.map +1 -1
- package/dist/commands/recipeInstall.js +5 -1
- package/dist/commands/recipeInstall.js.map +1 -1
- package/dist/commands/tools.d.ts +20 -1
- package/dist/commands/tools.js +112 -3
- package/dist/commands/tools.js.map +1 -1
- package/dist/haltPushDispatch.d.ts +33 -0
- package/dist/haltPushDispatch.js +103 -0
- package/dist/haltPushDispatch.js.map +1 -0
- package/dist/inboxRoutes.d.ts +22 -0
- package/dist/inboxRoutes.js +61 -1
- package/dist/inboxRoutes.js.map +1 -1
- package/dist/index.js +8 -0
- package/dist/index.js.map +1 -1
- package/dist/oauthRoutes.d.ts +1 -1
- package/dist/oauthRoutes.js +2 -2
- package/dist/recipeRoutes.js +133 -65
- package/dist/recipeRoutes.js.map +1 -1
- package/dist/recipes/githubInstallSource.d.ts +66 -0
- package/dist/recipes/githubInstallSource.js +85 -4
- package/dist/recipes/githubInstallSource.js.map +1 -1
- package/dist/recipes/haltCategory.d.ts +4 -0
- package/dist/recipes/haltCategory.js +6 -0
- package/dist/recipes/haltCategory.js.map +1 -1
- package/dist/recipes/names.d.ts +20 -0
- package/dist/recipes/names.js +25 -0
- package/dist/recipes/names.js.map +1 -1
- package/dist/recipes/parser.js +7 -2
- package/dist/recipes/parser.js.map +1 -1
- package/dist/recipes/stepObservation.js +9 -0
- package/dist/recipes/stepObservation.js.map +1 -1
- package/dist/recipes/tools/fanOut.d.ts +20 -0
- package/dist/recipes/tools/fanOut.js +199 -0
- package/dist/recipes/tools/fanOut.js.map +1 -0
- package/dist/recipes/tools/index.d.ts +1 -0
- package/dist/recipes/tools/index.js +1 -0
- package/dist/recipes/tools/index.js.map +1 -1
- package/dist/recipes/tools/slack.js +1 -1
- package/dist/recipes/validation.js +2 -2
- package/dist/recipes/validation.js.map +1 -1
- package/dist/recipes/workspaceRoot.d.ts +37 -0
- package/dist/recipes/workspaceRoot.js +73 -0
- package/dist/recipes/workspaceRoot.js.map +1 -0
- package/dist/recipes/yamlRunner.d.ts +72 -0
- package/dist/recipes/yamlRunner.js +621 -295
- package/dist/recipes/yamlRunner.js.map +1 -1
- package/dist/runLog.d.ts +22 -0
- package/dist/runLog.js +12 -1
- package/dist/runLog.js.map +1 -1
- package/dist/server.d.ts +14 -0
- package/dist/server.js +36 -3
- package/dist/server.js.map +1 -1
- package/dist/tools/batchLsp.d.ts +3 -0
- package/dist/tools/cancelClaudeTask.d.ts +1 -0
- package/dist/tools/clipboard.d.ts +2 -0
- package/dist/tools/closeTabs.d.ts +1 -0
- package/dist/tools/codeLens.d.ts +1 -0
- package/dist/tools/createIssueFromAIComment.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/explainDiagnostic.d.ts +1 -0
- package/dist/tools/explainSymbol.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/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/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/getDebugState.d.ts +1 -0
- package/dist/tools/getDocumentSymbols.d.ts +1 -0
- package/dist/tools/getGitHotspots.d.ts +1 -0
- package/dist/tools/getImportedSignatures.d.ts +1 -0
- package/dist/tools/getPRTemplate.d.ts +1 -0
- package/dist/tools/getSymbolHistory.d.ts +1 -0
- package/dist/tools/getTypeSignature.d.ts +1 -0
- package/dist/tools/getWorkspaceSettings.d.ts +1 -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 +1 -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 +15 -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/organizeImports.d.ts +1 -0
- package/dist/tools/planPersistence.d.ts +3 -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/screenshot.d.ts +1 -0
- package/dist/tools/searchAndReplace.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/signatureHelp.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/utils.d.ts +18 -0
- package/dist/tools/utils.js +28 -6
- 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/dist/transport.js +2 -2
- package/dist/transport.js.map +1 -1
- package/dist/wireHaltPushDispatch.d.ts +38 -0
- package/dist/wireHaltPushDispatch.js +71 -0
- package/dist/wireHaltPushDispatch.js.map +1 -0
- package/package.json +1 -1
package/dist/tools/gitWrite.d.ts
CHANGED
|
@@ -50,6 +50,7 @@ export declare function createGitAddTool(workspace: string): {
|
|
|
50
50
|
type: string;
|
|
51
51
|
text: string;
|
|
52
52
|
}>;
|
|
53
|
+
structuredContent: Record<string, unknown>;
|
|
53
54
|
isError: true;
|
|
54
55
|
}>;
|
|
55
56
|
};
|
|
@@ -126,6 +127,7 @@ export declare function createGitCommitTool(workspace: string, onGitCommit?: (re
|
|
|
126
127
|
type: string;
|
|
127
128
|
text: string;
|
|
128
129
|
}>;
|
|
130
|
+
structuredContent: Record<string, unknown>;
|
|
129
131
|
isError: true;
|
|
130
132
|
}>;
|
|
131
133
|
};
|
|
@@ -188,6 +190,7 @@ export declare function createGitCheckoutTool(workspace: string, onBranchCheckou
|
|
|
188
190
|
type: string;
|
|
189
191
|
text: string;
|
|
190
192
|
}>;
|
|
193
|
+
structuredContent: Record<string, unknown>;
|
|
191
194
|
isError: true;
|
|
192
195
|
}>;
|
|
193
196
|
};
|
|
@@ -242,6 +245,7 @@ export declare function createGitBlameTool(workspace: string): {
|
|
|
242
245
|
type: string;
|
|
243
246
|
text: string;
|
|
244
247
|
}>;
|
|
248
|
+
structuredContent: Record<string, unknown>;
|
|
245
249
|
isError: true;
|
|
246
250
|
}>;
|
|
247
251
|
};
|
|
@@ -294,6 +298,7 @@ export declare function createGitFetchTool(workspace: string): {
|
|
|
294
298
|
type: string;
|
|
295
299
|
text: string;
|
|
296
300
|
}>;
|
|
301
|
+
structuredContent: Record<string, unknown>;
|
|
297
302
|
isError: true;
|
|
298
303
|
}>;
|
|
299
304
|
};
|
|
@@ -345,6 +350,7 @@ export declare function createGitListBranchesTool(workspace: string): {
|
|
|
345
350
|
type: string;
|
|
346
351
|
text: string;
|
|
347
352
|
}>;
|
|
353
|
+
structuredContent: Record<string, unknown>;
|
|
348
354
|
isError: true;
|
|
349
355
|
}>;
|
|
350
356
|
};
|
|
@@ -398,6 +404,7 @@ export declare function createGitPullTool(workspace: string, onGitPull?: (result
|
|
|
398
404
|
type: string;
|
|
399
405
|
text: string;
|
|
400
406
|
}>;
|
|
407
|
+
structuredContent: Record<string, unknown>;
|
|
401
408
|
isError: true;
|
|
402
409
|
}>;
|
|
403
410
|
};
|
|
@@ -475,6 +482,7 @@ export declare function createGitPushTool(workspace: string, onGitPush?: (result
|
|
|
475
482
|
type: string;
|
|
476
483
|
text: string;
|
|
477
484
|
}>;
|
|
485
|
+
structuredContent: Record<string, unknown>;
|
|
478
486
|
isError: true;
|
|
479
487
|
}>;
|
|
480
488
|
};
|
|
@@ -530,6 +538,7 @@ export declare function createGitStashTool(workspace: string): {
|
|
|
530
538
|
type: string;
|
|
531
539
|
text: string;
|
|
532
540
|
}>;
|
|
541
|
+
structuredContent: Record<string, unknown>;
|
|
533
542
|
isError: true;
|
|
534
543
|
}>;
|
|
535
544
|
};
|
|
@@ -578,6 +587,7 @@ export declare function createGitStashPopTool(workspace: string): {
|
|
|
578
587
|
type: string;
|
|
579
588
|
text: string;
|
|
580
589
|
}>;
|
|
590
|
+
structuredContent: Record<string, unknown>;
|
|
581
591
|
isError: true;
|
|
582
592
|
}>;
|
|
583
593
|
};
|
|
@@ -618,6 +628,7 @@ export declare function createGitStashListTool(workspace: string): {
|
|
|
618
628
|
type: string;
|
|
619
629
|
text: string;
|
|
620
630
|
}>;
|
|
631
|
+
structuredContent: Record<string, unknown>;
|
|
621
632
|
isError: true;
|
|
622
633
|
}>;
|
|
623
634
|
};
|
|
@@ -90,6 +90,7 @@ export declare function createGithubListRunsTool(workspace: string, defaultRepo?
|
|
|
90
90
|
type: string;
|
|
91
91
|
text: string;
|
|
92
92
|
}>;
|
|
93
|
+
structuredContent: Record<string, unknown>;
|
|
93
94
|
isError: true;
|
|
94
95
|
}>;
|
|
95
96
|
};
|
|
@@ -149,6 +150,7 @@ export declare function createGithubGetRunLogsTool(workspace: string, defaultRep
|
|
|
149
150
|
type: string;
|
|
150
151
|
text: string;
|
|
151
152
|
}>;
|
|
153
|
+
structuredContent: Record<string, unknown>;
|
|
152
154
|
isError: true;
|
|
153
155
|
}>;
|
|
154
156
|
};
|
|
@@ -152,6 +152,7 @@ export declare function createGithubPRTool(workspace: string, onPullRequest?: (r
|
|
|
152
152
|
type: string;
|
|
153
153
|
text: string;
|
|
154
154
|
}>;
|
|
155
|
+
structuredContent: Record<string, unknown>;
|
|
155
156
|
isError: true;
|
|
156
157
|
}>;
|
|
157
158
|
};
|
|
@@ -250,6 +251,7 @@ export declare function createGithubIssueTool(workspace: string): {
|
|
|
250
251
|
type: string;
|
|
251
252
|
text: string;
|
|
252
253
|
}>;
|
|
254
|
+
structuredContent: Record<string, unknown>;
|
|
253
255
|
isError: true;
|
|
254
256
|
}>;
|
|
255
257
|
};
|
|
@@ -337,6 +339,7 @@ export declare function createGithubActionsTool(workspace: string, defaultRepo?:
|
|
|
337
339
|
type: string;
|
|
338
340
|
text: string;
|
|
339
341
|
}>;
|
|
342
|
+
structuredContent: Record<string, unknown>;
|
|
340
343
|
isError: true;
|
|
341
344
|
}>;
|
|
342
345
|
};
|
|
@@ -89,6 +89,7 @@ export declare function createGithubListIssuesTool(workspace: string): {
|
|
|
89
89
|
type: string;
|
|
90
90
|
text: string;
|
|
91
91
|
}>;
|
|
92
|
+
structuredContent: Record<string, unknown>;
|
|
92
93
|
isError: true;
|
|
93
94
|
}>;
|
|
94
95
|
};
|
|
@@ -165,6 +166,7 @@ export declare function createGithubGetIssueTool(workspace: string): {
|
|
|
165
166
|
type: string;
|
|
166
167
|
text: string;
|
|
167
168
|
}>;
|
|
169
|
+
structuredContent: Record<string, unknown>;
|
|
168
170
|
isError: true;
|
|
169
171
|
}>;
|
|
170
172
|
};
|
|
@@ -230,6 +232,7 @@ export declare function createGithubCreateIssueTool(workspace: string): {
|
|
|
230
232
|
type: string;
|
|
231
233
|
text: string;
|
|
232
234
|
}>;
|
|
235
|
+
structuredContent: Record<string, unknown>;
|
|
233
236
|
isError: true;
|
|
234
237
|
}>;
|
|
235
238
|
};
|
|
@@ -280,6 +283,7 @@ export declare function createGithubCommentIssueTool(workspace: string): {
|
|
|
280
283
|
type: string;
|
|
281
284
|
text: string;
|
|
282
285
|
}>;
|
|
286
|
+
structuredContent: Record<string, unknown>;
|
|
283
287
|
isError: true;
|
|
284
288
|
}>;
|
|
285
289
|
};
|
|
@@ -67,6 +67,7 @@ export declare function createGithubCreatePRTool(workspace: string, onPullReques
|
|
|
67
67
|
type: string;
|
|
68
68
|
text: string;
|
|
69
69
|
}>;
|
|
70
|
+
structuredContent: Record<string, unknown>;
|
|
70
71
|
isError: true;
|
|
71
72
|
}>;
|
|
72
73
|
};
|
|
@@ -153,6 +154,7 @@ export declare function createGithubListPRsTool(workspace: string): {
|
|
|
153
154
|
type: string;
|
|
154
155
|
text: string;
|
|
155
156
|
}>;
|
|
157
|
+
structuredContent: Record<string, unknown>;
|
|
156
158
|
isError: true;
|
|
157
159
|
}>;
|
|
158
160
|
};
|
|
@@ -234,6 +236,7 @@ export declare function createGithubViewPRTool(workspace: string): {
|
|
|
234
236
|
type: string;
|
|
235
237
|
text: string;
|
|
236
238
|
}>;
|
|
239
|
+
structuredContent: Record<string, unknown>;
|
|
237
240
|
isError: true;
|
|
238
241
|
}>;
|
|
239
242
|
};
|
|
@@ -337,6 +340,7 @@ export declare function createGithubGetPRDiffTool(workspace: string): {
|
|
|
337
340
|
type: string;
|
|
338
341
|
text: string;
|
|
339
342
|
}>;
|
|
343
|
+
structuredContent: Record<string, unknown>;
|
|
340
344
|
isError: true;
|
|
341
345
|
}>;
|
|
342
346
|
timeoutMs: number;
|
|
@@ -432,6 +436,7 @@ export declare function createGithubPostPRReviewTool(workspace: string): {
|
|
|
432
436
|
type: string;
|
|
433
437
|
text: string;
|
|
434
438
|
}>;
|
|
439
|
+
structuredContent: Record<string, unknown>;
|
|
435
440
|
isError: true;
|
|
436
441
|
}>;
|
|
437
442
|
timeoutMs: number;
|
|
@@ -488,6 +493,7 @@ export declare function createGithubApprovePRTool(workspace: string): {
|
|
|
488
493
|
type: string;
|
|
489
494
|
text: string;
|
|
490
495
|
}>;
|
|
496
|
+
structuredContent: Record<string, unknown>;
|
|
491
497
|
isError: true;
|
|
492
498
|
}>;
|
|
493
499
|
timeoutMs: number;
|
|
@@ -556,6 +562,7 @@ export declare function createGithubMergePRTool(workspace: string): {
|
|
|
556
562
|
type: string;
|
|
557
563
|
text: string;
|
|
558
564
|
}>;
|
|
565
|
+
structuredContent: Record<string, unknown>;
|
|
559
566
|
isError: true;
|
|
560
567
|
}>;
|
|
561
568
|
timeoutMs: number;
|
|
@@ -91,6 +91,7 @@ export declare function createSendHttpRequestTool(options?: {
|
|
|
91
91
|
type: string;
|
|
92
92
|
text: string;
|
|
93
93
|
}>;
|
|
94
|
+
structuredContent: Record<string, unknown>;
|
|
94
95
|
isError: true;
|
|
95
96
|
}>;
|
|
96
97
|
};
|
|
@@ -138,6 +139,7 @@ export declare function createParseHttpFileTool(workspace: string): {
|
|
|
138
139
|
type: string;
|
|
139
140
|
text: string;
|
|
140
141
|
}>;
|
|
142
|
+
structuredContent: Record<string, unknown>;
|
|
141
143
|
isError: true;
|
|
142
144
|
}>;
|
|
143
145
|
};
|
package/dist/tools/lsp.d.ts
CHANGED
|
@@ -6,6 +6,7 @@ export declare function lspColdStartError(): {
|
|
|
6
6
|
type: string;
|
|
7
7
|
text: string;
|
|
8
8
|
}>;
|
|
9
|
+
structuredContent: Record<string, unknown>;
|
|
9
10
|
isError: true;
|
|
10
11
|
};
|
|
11
12
|
export declare function createGoToDefinitionTool(workspace: string, extensionClient: ExtensionClient, hasTypescriptLsp?: boolean): {
|
|
@@ -80,6 +81,7 @@ export declare function createGoToDefinitionTool(workspace: string, extensionCli
|
|
|
80
81
|
type: string;
|
|
81
82
|
text: string;
|
|
82
83
|
}>;
|
|
84
|
+
structuredContent: Record<string, unknown>;
|
|
83
85
|
isError: true;
|
|
84
86
|
}>;
|
|
85
87
|
};
|
|
@@ -156,6 +158,7 @@ export declare function createFindReferencesTool(workspace: string, extensionCli
|
|
|
156
158
|
type: string;
|
|
157
159
|
text: string;
|
|
158
160
|
}>;
|
|
161
|
+
structuredContent: Record<string, unknown>;
|
|
159
162
|
isError: true;
|
|
160
163
|
}>;
|
|
161
164
|
};
|
|
@@ -217,6 +220,7 @@ export declare function createGetHoverTool(workspace: string, extensionClient: E
|
|
|
217
220
|
type: string;
|
|
218
221
|
text: string;
|
|
219
222
|
}>;
|
|
223
|
+
structuredContent: Record<string, unknown>;
|
|
220
224
|
isError: true;
|
|
221
225
|
}>;
|
|
222
226
|
};
|
|
@@ -292,6 +296,7 @@ export declare function createGetCodeActionsTool(workspace: string, extensionCli
|
|
|
292
296
|
type: string;
|
|
293
297
|
text: string;
|
|
294
298
|
}>;
|
|
299
|
+
structuredContent: Record<string, unknown>;
|
|
295
300
|
isError: true;
|
|
296
301
|
}>;
|
|
297
302
|
};
|
|
@@ -372,6 +377,7 @@ export declare function createApplyCodeActionTool(workspace: string, extensionCl
|
|
|
372
377
|
type: string;
|
|
373
378
|
text: string;
|
|
374
379
|
}>;
|
|
380
|
+
structuredContent: Record<string, unknown>;
|
|
375
381
|
isError: true;
|
|
376
382
|
}>;
|
|
377
383
|
};
|
|
@@ -487,6 +493,7 @@ export declare function createPreviewCodeActionTool(workspace: string, extension
|
|
|
487
493
|
type: string;
|
|
488
494
|
text: string;
|
|
489
495
|
}>;
|
|
496
|
+
structuredContent: Record<string, unknown>;
|
|
490
497
|
isError: true;
|
|
491
498
|
}>;
|
|
492
499
|
};
|
|
@@ -567,6 +574,7 @@ export declare function createRenameSymbolTool(workspace: string, extensionClien
|
|
|
567
574
|
type: string;
|
|
568
575
|
text: string;
|
|
569
576
|
}>;
|
|
577
|
+
structuredContent: Record<string, unknown>;
|
|
570
578
|
isError: true;
|
|
571
579
|
}>;
|
|
572
580
|
};
|
|
@@ -656,6 +664,7 @@ export declare function createGetCallHierarchyTool(workspace: string, extensionC
|
|
|
656
664
|
type: string;
|
|
657
665
|
text: string;
|
|
658
666
|
}>;
|
|
667
|
+
structuredContent: Record<string, unknown>;
|
|
659
668
|
isError: true;
|
|
660
669
|
}>;
|
|
661
670
|
};
|
|
@@ -728,6 +737,7 @@ export declare function createSearchWorkspaceSymbolsTool(workspace: string, exte
|
|
|
728
737
|
type: string;
|
|
729
738
|
text: string;
|
|
730
739
|
}>;
|
|
740
|
+
structuredContent: Record<string, unknown>;
|
|
731
741
|
isError: true;
|
|
732
742
|
}>;
|
|
733
743
|
};
|
|
@@ -803,6 +813,7 @@ export declare function createPrepareRenameTool(workspace: string, extensionClie
|
|
|
803
813
|
type: string;
|
|
804
814
|
text: string;
|
|
805
815
|
}>;
|
|
816
|
+
structuredContent: Record<string, unknown>;
|
|
806
817
|
isError: true;
|
|
807
818
|
}>;
|
|
808
819
|
};
|
|
@@ -861,6 +872,7 @@ export declare function createFormatRangeTool(workspace: string, extensionClient
|
|
|
861
872
|
type: string;
|
|
862
873
|
text: string;
|
|
863
874
|
}>;
|
|
875
|
+
structuredContent: Record<string, unknown>;
|
|
864
876
|
isError: true;
|
|
865
877
|
}>;
|
|
866
878
|
};
|
|
@@ -939,6 +951,7 @@ export declare function createFindImplementationsTool(workspace: string, extensi
|
|
|
939
951
|
type: string;
|
|
940
952
|
text: string;
|
|
941
953
|
}>;
|
|
954
|
+
structuredContent: Record<string, unknown>;
|
|
942
955
|
isError: true;
|
|
943
956
|
}>;
|
|
944
957
|
};
|
|
@@ -1017,6 +1030,7 @@ export declare function createGoToTypeDefinitionTool(workspace: string, extensio
|
|
|
1017
1030
|
type: string;
|
|
1018
1031
|
text: string;
|
|
1019
1032
|
}>;
|
|
1033
|
+
structuredContent: Record<string, unknown>;
|
|
1020
1034
|
isError: true;
|
|
1021
1035
|
}>;
|
|
1022
1036
|
};
|
|
@@ -1095,6 +1109,7 @@ export declare function createGoToDeclarationTool(workspace: string, extensionCl
|
|
|
1095
1109
|
type: string;
|
|
1096
1110
|
text: string;
|
|
1097
1111
|
}>;
|
|
1112
|
+
structuredContent: Record<string, unknown>;
|
|
1098
1113
|
isError: true;
|
|
1099
1114
|
}>;
|
|
1100
1115
|
};
|
package/dist/tools/openDiff.d.ts
CHANGED
package/dist/tools/openFile.d.ts
CHANGED
|
@@ -73,6 +73,7 @@ export declare function createPlanTools(workspace: string): ({
|
|
|
73
73
|
type: string;
|
|
74
74
|
text: string;
|
|
75
75
|
}>;
|
|
76
|
+
structuredContent: Record<string, unknown>;
|
|
76
77
|
isError: true;
|
|
77
78
|
}>;
|
|
78
79
|
} | {
|
|
@@ -175,6 +176,7 @@ export declare function createPlanTools(workspace: string): ({
|
|
|
175
176
|
type: string;
|
|
176
177
|
text: string;
|
|
177
178
|
}>;
|
|
179
|
+
structuredContent: Record<string, unknown>;
|
|
178
180
|
isError: true;
|
|
179
181
|
}>;
|
|
180
182
|
} | {
|
|
@@ -273,6 +275,7 @@ export declare function createPlanTools(workspace: string): ({
|
|
|
273
275
|
type: string;
|
|
274
276
|
text: string;
|
|
275
277
|
}>;
|
|
278
|
+
structuredContent: Record<string, unknown>;
|
|
276
279
|
isError: true;
|
|
277
280
|
}>;
|
|
278
281
|
} | {
|