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.
Files changed (139) hide show
  1. package/dist/ajv2020.d.ts +25 -0
  2. package/dist/ajv2020.js +33 -0
  3. package/dist/ajv2020.js.map +1 -0
  4. package/dist/approvalQueue.d.ts +17 -0
  5. package/dist/approvalQueue.js.map +1 -1
  6. package/dist/bridge.js +16 -0
  7. package/dist/bridge.js.map +1 -1
  8. package/dist/commands/recipeInstall.js +5 -1
  9. package/dist/commands/recipeInstall.js.map +1 -1
  10. package/dist/commands/tools.d.ts +20 -1
  11. package/dist/commands/tools.js +112 -3
  12. package/dist/commands/tools.js.map +1 -1
  13. package/dist/haltPushDispatch.d.ts +33 -0
  14. package/dist/haltPushDispatch.js +103 -0
  15. package/dist/haltPushDispatch.js.map +1 -0
  16. package/dist/inboxRoutes.d.ts +22 -0
  17. package/dist/inboxRoutes.js +61 -1
  18. package/dist/inboxRoutes.js.map +1 -1
  19. package/dist/index.js +8 -0
  20. package/dist/index.js.map +1 -1
  21. package/dist/oauthRoutes.d.ts +1 -1
  22. package/dist/oauthRoutes.js +2 -2
  23. package/dist/recipeRoutes.js +133 -65
  24. package/dist/recipeRoutes.js.map +1 -1
  25. package/dist/recipes/githubInstallSource.d.ts +66 -0
  26. package/dist/recipes/githubInstallSource.js +85 -4
  27. package/dist/recipes/githubInstallSource.js.map +1 -1
  28. package/dist/recipes/haltCategory.d.ts +4 -0
  29. package/dist/recipes/haltCategory.js +6 -0
  30. package/dist/recipes/haltCategory.js.map +1 -1
  31. package/dist/recipes/names.d.ts +20 -0
  32. package/dist/recipes/names.js +25 -0
  33. package/dist/recipes/names.js.map +1 -1
  34. package/dist/recipes/parser.js +7 -2
  35. package/dist/recipes/parser.js.map +1 -1
  36. package/dist/recipes/stepObservation.js +9 -0
  37. package/dist/recipes/stepObservation.js.map +1 -1
  38. package/dist/recipes/tools/fanOut.d.ts +20 -0
  39. package/dist/recipes/tools/fanOut.js +199 -0
  40. package/dist/recipes/tools/fanOut.js.map +1 -0
  41. package/dist/recipes/tools/index.d.ts +1 -0
  42. package/dist/recipes/tools/index.js +1 -0
  43. package/dist/recipes/tools/index.js.map +1 -1
  44. package/dist/recipes/tools/slack.js +1 -1
  45. package/dist/recipes/validation.js +2 -2
  46. package/dist/recipes/validation.js.map +1 -1
  47. package/dist/recipes/workspaceRoot.d.ts +37 -0
  48. package/dist/recipes/workspaceRoot.js +73 -0
  49. package/dist/recipes/workspaceRoot.js.map +1 -0
  50. package/dist/recipes/yamlRunner.d.ts +72 -0
  51. package/dist/recipes/yamlRunner.js +621 -295
  52. package/dist/recipes/yamlRunner.js.map +1 -1
  53. package/dist/runLog.d.ts +22 -0
  54. package/dist/runLog.js +12 -1
  55. package/dist/runLog.js.map +1 -1
  56. package/dist/server.d.ts +14 -0
  57. package/dist/server.js +36 -3
  58. package/dist/server.js.map +1 -1
  59. package/dist/tools/batchLsp.d.ts +3 -0
  60. package/dist/tools/cancelClaudeTask.d.ts +1 -0
  61. package/dist/tools/clipboard.d.ts +2 -0
  62. package/dist/tools/closeTabs.d.ts +1 -0
  63. package/dist/tools/codeLens.d.ts +1 -0
  64. package/dist/tools/createIssueFromAIComment.d.ts +1 -0
  65. package/dist/tools/ctxSaveTrace.d.ts +1 -0
  66. package/dist/tools/debug.d.ts +4 -0
  67. package/dist/tools/decorations.d.ts +2 -0
  68. package/dist/tools/documentLinks.d.ts +1 -0
  69. package/dist/tools/editText.d.ts +1 -0
  70. package/dist/tools/enrichCommit.d.ts +1 -0
  71. package/dist/tools/explainDiagnostic.d.ts +1 -0
  72. package/dist/tools/explainSymbol.d.ts +1 -0
  73. package/dist/tools/fileOperations.d.ts +3 -0
  74. package/dist/tools/fileWatcher.d.ts +2 -0
  75. package/dist/tools/findFiles.d.ts +1 -0
  76. package/dist/tools/fixAllLintErrors.d.ts +1 -0
  77. package/dist/tools/foldingRanges.d.ts +1 -0
  78. package/dist/tools/formatDocument.d.ts +1 -0
  79. package/dist/tools/generateTests.d.ts +1 -0
  80. package/dist/tools/getAIComments.d.ts +1 -0
  81. package/dist/tools/getBufferContent.d.ts +1 -0
  82. package/dist/tools/getChangeImpact.d.ts +1 -0
  83. package/dist/tools/getClaudeTaskStatus.d.ts +1 -0
  84. package/dist/tools/getCodeCoverage.d.ts +1 -0
  85. package/dist/tools/getCommitsForIssue.d.ts +1 -0
  86. package/dist/tools/getDebugState.d.ts +1 -0
  87. package/dist/tools/getDocumentSymbols.d.ts +1 -0
  88. package/dist/tools/getGitHotspots.d.ts +1 -0
  89. package/dist/tools/getImportedSignatures.d.ts +1 -0
  90. package/dist/tools/getPRTemplate.d.ts +1 -0
  91. package/dist/tools/getSymbolHistory.d.ts +1 -0
  92. package/dist/tools/getTypeSignature.d.ts +1 -0
  93. package/dist/tools/getWorkspaceSettings.d.ts +1 -0
  94. package/dist/tools/gitWrite.d.ts +11 -0
  95. package/dist/tools/github/actions.d.ts +2 -0
  96. package/dist/tools/github/composite.d.ts +3 -0
  97. package/dist/tools/github/issues.d.ts +4 -0
  98. package/dist/tools/github/pr.d.ts +7 -0
  99. package/dist/tools/handoffNote.d.ts +1 -0
  100. package/dist/tools/hoverAtCursor.d.ts +1 -0
  101. package/dist/tools/httpClient.d.ts +2 -0
  102. package/dist/tools/inlayHints.d.ts +1 -0
  103. package/dist/tools/launchQuickTask.d.ts +1 -0
  104. package/dist/tools/listClaudeTasks.d.ts +1 -0
  105. package/dist/tools/listTerminals.d.ts +1 -0
  106. package/dist/tools/lsp.d.ts +15 -0
  107. package/dist/tools/navigateToSymbolByName.d.ts +1 -0
  108. package/dist/tools/openDiff.d.ts +1 -0
  109. package/dist/tools/openFile.d.ts +1 -0
  110. package/dist/tools/organizeImports.d.ts +1 -0
  111. package/dist/tools/planPersistence.d.ts +3 -0
  112. package/dist/tools/previewEdit.d.ts +1 -0
  113. package/dist/tools/refactorAnalyze.d.ts +1 -0
  114. package/dist/tools/refactorPreview.d.ts +1 -0
  115. package/dist/tools/replaceBlock.d.ts +1 -0
  116. package/dist/tools/resumeClaudeTask.d.ts +1 -0
  117. package/dist/tools/runClaudeTask.d.ts +1 -0
  118. package/dist/tools/screenshot.d.ts +1 -0
  119. package/dist/tools/searchAndReplace.d.ts +1 -0
  120. package/dist/tools/searchWorkspace.d.ts +1 -0
  121. package/dist/tools/selectionRanges.d.ts +1 -0
  122. package/dist/tools/semanticTokens.d.ts +1 -0
  123. package/dist/tools/signatureHelp.d.ts +1 -0
  124. package/dist/tools/terminal.d.ts +6 -0
  125. package/dist/tools/testTraceToSource.d.ts +1 -0
  126. package/dist/tools/transaction.d.ts +4 -0
  127. package/dist/tools/typeHierarchy.d.ts +1 -0
  128. package/dist/tools/utils.d.ts +18 -0
  129. package/dist/tools/utils.js +28 -6
  130. package/dist/tools/utils.js.map +1 -1
  131. package/dist/tools/vscodeCommands.d.ts +2 -0
  132. package/dist/tools/vscodeTasks.d.ts +2 -0
  133. package/dist/tools/workspaceSettings.d.ts +1 -0
  134. package/dist/transport.js +2 -2
  135. package/dist/transport.js.map +1 -1
  136. package/dist/wireHaltPushDispatch.d.ts +38 -0
  137. package/dist/wireHaltPushDispatch.js +71 -0
  138. package/dist/wireHaltPushDispatch.js.map +1 -0
  139. package/package.json +1 -1
@@ -75,6 +75,7 @@ export declare function createGetAICommentsTool(extensionClient: ExtensionClient
75
75
  type: string;
76
76
  text: string;
77
77
  }>;
78
+ structuredContent: Record<string, unknown>;
78
79
  isError: true;
79
80
  }>;
80
81
  };
@@ -76,6 +76,7 @@ export declare function createGetBufferContentTool(workspace: string, extensionC
76
76
  type: string;
77
77
  text: string;
78
78
  }>;
79
+ structuredContent: Record<string, unknown>;
79
80
  isError: true;
80
81
  }>;
81
82
  };
@@ -72,6 +72,7 @@ export declare function createGetChangeImpactTool(workspace: string, extensionCl
72
72
  type: string;
73
73
  text: string;
74
74
  }>;
75
+ structuredContent: Record<string, unknown>;
75
76
  isError: true;
76
77
  }>;
77
78
  };
@@ -84,6 +84,7 @@ export declare function createGetClaudeTaskStatusTool(orchestrator: ClaudeOrches
84
84
  type: string;
85
85
  text: string;
86
86
  }>;
87
+ structuredContent: Record<string, unknown>;
87
88
  isError: true;
88
89
  }>;
89
90
  };
@@ -82,6 +82,7 @@ export declare function createGetCodeCoverageTool(workspace: string): {
82
82
  type: string;
83
83
  text: string;
84
84
  }>;
85
+ structuredContent: Record<string, unknown>;
85
86
  isError: true;
86
87
  }>;
87
88
  };
@@ -94,6 +94,7 @@ export declare function createGetCommitsForIssueTool(workspace: string, linkLog:
94
94
  type: string;
95
95
  text: string;
96
96
  }>;
97
+ structuredContent: Record<string, unknown>;
97
98
  isError: true;
98
99
  }>;
99
100
  };
@@ -136,6 +136,7 @@ export declare function createGetDebugStateTool(extensionClient: ExtensionClient
136
136
  type: string;
137
137
  text: string;
138
138
  }>;
139
+ structuredContent: Record<string, unknown>;
139
140
  isError: true;
140
141
  }>;
141
142
  };
@@ -94,6 +94,7 @@ export declare function createGetDocumentSymbolsTool(workspace: string, extensio
94
94
  type: string;
95
95
  text: string;
96
96
  }>;
97
+ structuredContent: Record<string, unknown>;
97
98
  isError: true;
98
99
  }>;
99
100
  };
@@ -84,6 +84,7 @@ export declare function createGetGitHotspotsTool(workspace: string): {
84
84
  type: string;
85
85
  text: string;
86
86
  }>;
87
+ structuredContent: Record<string, unknown>;
87
88
  isError: true;
88
89
  }>;
89
90
  };
@@ -58,6 +58,7 @@ export declare function createGetImportedSignaturesTool(workspace: string, exten
58
58
  type: string;
59
59
  text: string;
60
60
  }>;
61
+ structuredContent: Record<string, unknown>;
61
62
  isError: true;
62
63
  }>;
63
64
  };
@@ -64,6 +64,7 @@ export declare function createGetPRTemplateTool(workspace: string): {
64
64
  type: string;
65
65
  text: string;
66
66
  }>;
67
+ structuredContent: Record<string, unknown>;
67
68
  isError: true;
68
69
  }>;
69
70
  };
@@ -153,6 +153,7 @@ export declare function createGetSymbolHistoryTool(workspace: string, extensionC
153
153
  type: string;
154
154
  text: string;
155
155
  }>;
156
+ structuredContent: Record<string, unknown>;
156
157
  isError: true;
157
158
  }>;
158
159
  };
@@ -66,6 +66,7 @@ export declare function createGetTypeSignatureTool(extensionClient: ExtensionCli
66
66
  type: string;
67
67
  text: string;
68
68
  }>;
69
+ structuredContent: Record<string, unknown>;
69
70
  isError: true;
70
71
  }>;
71
72
  };
@@ -40,6 +40,7 @@ export declare function createGetWorkspaceSettingsTool(extensionClient: Extensio
40
40
  type: string;
41
41
  text: string;
42
42
  }>;
43
+ structuredContent: Record<string, unknown>;
43
44
  isError: true;
44
45
  }>;
45
46
  };
@@ -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;
@@ -57,6 +57,7 @@ export declare function createSetHandoffNoteTool(_sessionId: string, deps?: {
57
57
  type: string;
58
58
  text: string;
59
59
  }>;
60
+ structuredContent: Record<string, unknown>;
60
61
  isError: true;
61
62
  }>;
62
63
  };
@@ -50,6 +50,7 @@ export declare function createGetHoverAtCursorTool(extensionClient: ExtensionCli
50
50
  type: string;
51
51
  text: string;
52
52
  }>;
53
+ structuredContent: Record<string, unknown>;
53
54
  isError: true;
54
55
  }>;
55
56
  };
@@ -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
  };
@@ -77,6 +77,7 @@ export declare function createGetInlayHintsTool(workspace: string, extensionClie
77
77
  type: string;
78
78
  text: string;
79
79
  }>;
80
+ structuredContent: Record<string, unknown>;
80
81
  isError: true;
81
82
  }>;
82
83
  };
@@ -73,6 +73,7 @@ export declare function createLaunchQuickTaskTool(deps: LaunchQuickTaskDeps): {
73
73
  type: string;
74
74
  text: string;
75
75
  }>;
76
+ structuredContent: Record<string, unknown>;
76
77
  isError: true;
77
78
  }>;
78
79
  };
@@ -81,6 +81,7 @@ export declare function createListClaudeTasksTool(orchestrator: ClaudeOrchestrat
81
81
  type: string;
82
82
  text: string;
83
83
  }>;
84
+ structuredContent: Record<string, unknown>;
84
85
  isError: true;
85
86
  }>;
86
87
  };
@@ -51,6 +51,7 @@ export declare function createListTerminalsTool(extensionClient: ExtensionClient
51
51
  type: string;
52
52
  text: string;
53
53
  }>;
54
+ structuredContent: Record<string, unknown>;
54
55
  isError: true;
55
56
  }>;
56
57
  };
@@ -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
  };
@@ -52,6 +52,7 @@ export declare function createNavigateToSymbolByNameTool(extensionClient: Extens
52
52
  type: string;
53
53
  text: string;
54
54
  }>;
55
+ structuredContent: Record<string, unknown>;
55
56
  isError: true;
56
57
  }>;
57
58
  };
@@ -62,6 +62,7 @@ export declare function createOpenDiffTool(workspace: string, editorCommand: str
62
62
  type: string;
63
63
  text: string;
64
64
  }>;
65
+ structuredContent: Record<string, unknown>;
65
66
  isError: true;
66
67
  }>;
67
68
  };
@@ -65,6 +65,7 @@ export declare function createOpenFileTool(workspace: string, editorCommand: str
65
65
  type: string;
66
66
  text: string;
67
67
  }>;
68
+ structuredContent: Record<string, unknown>;
68
69
  isError: true;
69
70
  }>;
70
71
  };
@@ -52,6 +52,7 @@ export declare function createOrganizeImportsTool(workspace: string, extensionCl
52
52
  type: string;
53
53
  text: string;
54
54
  }>;
55
+ structuredContent: Record<string, unknown>;
55
56
  isError: true;
56
57
  }>;
57
58
  };
@@ -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
  } | {
@@ -103,6 +103,7 @@ export declare function createPreviewEditTool(workspace: string): {
103
103
  type: string;
104
104
  text: string;
105
105
  }>;
106
+ structuredContent: Record<string, unknown>;
106
107
  isError: true;
107
108
  }>;
108
109
  };
@@ -74,6 +74,7 @@ export declare function createRefactorAnalyzeTool(workspace: string, extensionCl
74
74
  type: string;
75
75
  text: string;
76
76
  }>;
77
+ structuredContent: Record<string, unknown>;
77
78
  isError: true;
78
79
  }>;
79
80
  };
@@ -72,6 +72,7 @@ export declare function createRefactorPreviewTool(workspace: string, extensionCl
72
72
  type: string;
73
73
  text: string;
74
74
  }>;
75
+ structuredContent: Record<string, unknown>;
75
76
  isError: true;
76
77
  }>;
77
78
  };
@@ -58,6 +58,7 @@ export declare function createReplaceBlockTool(workspace: string, extensionClien
58
58
  type: string;
59
59
  text: string;
60
60
  }>;
61
+ structuredContent: Record<string, unknown>;
61
62
  isError: true;
62
63
  }>;
63
64
  };
@@ -72,6 +72,7 @@ export declare function createResumeClaudeTaskTool(orchestrator: ClaudeOrchestra
72
72
  type: string;
73
73
  text: string;
74
74
  }>;
75
+ structuredContent: Record<string, unknown>;
75
76
  isError: true;
76
77
  }>;
77
78
  };
@@ -94,6 +94,7 @@ export declare function createRunClaudeTaskTool(orchestrator: ClaudeOrchestrator
94
94
  type: string;
95
95
  text: string;
96
96
  }>;
97
+ structuredContent: Record<string, unknown>;
97
98
  isError: true;
98
99
  }>;
99
100
  };
@@ -18,6 +18,7 @@ export declare function createCaptureScreenshotTool(extensionClient: ExtensionCl
18
18
  type: string;
19
19
  text: string;
20
20
  }>;
21
+ structuredContent: Record<string, unknown>;
21
22
  isError: true;
22
23
  }>;
23
24
  };
@@ -104,6 +104,7 @@ export declare function createSearchAndReplaceTool(workspace: string): {
104
104
  type: string;
105
105
  text: string;
106
106
  }>;
107
+ structuredContent: Record<string, unknown>;
107
108
  isError: true;
108
109
  }>;
109
110
  };
@@ -95,6 +95,7 @@ export declare function createSearchWorkspaceTool(workspace: string, probes: Pro
95
95
  type: string;
96
96
  text: string;
97
97
  }>;
98
+ structuredContent: Record<string, unknown>;
98
99
  isError: true;
99
100
  }>;
100
101
  };