@pixelml/sdk 0.0.0-dev-202512250746

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 (71) hide show
  1. package/dist/client.d.ts +7 -0
  2. package/dist/client.js +25 -0
  3. package/dist/gen/client/client.gen.d.ts +2 -0
  4. package/dist/gen/client/client.gen.js +165 -0
  5. package/dist/gen/client/index.d.ts +7 -0
  6. package/dist/gen/client/index.js +5 -0
  7. package/dist/gen/client/types.gen.d.ts +127 -0
  8. package/dist/gen/client/types.gen.js +2 -0
  9. package/dist/gen/client/utils.gen.d.ts +38 -0
  10. package/dist/gen/client/utils.gen.js +226 -0
  11. package/dist/gen/client.gen.d.ts +12 -0
  12. package/dist/gen/client.gen.js +5 -0
  13. package/dist/gen/core/auth.gen.d.ts +18 -0
  14. package/dist/gen/core/auth.gen.js +14 -0
  15. package/dist/gen/core/bodySerializer.gen.d.ts +17 -0
  16. package/dist/gen/core/bodySerializer.gen.js +57 -0
  17. package/dist/gen/core/params.gen.d.ts +33 -0
  18. package/dist/gen/core/params.gen.js +89 -0
  19. package/dist/gen/core/pathSerializer.gen.d.ts +33 -0
  20. package/dist/gen/core/pathSerializer.gen.js +106 -0
  21. package/dist/gen/core/serverSentEvents.gen.d.ts +59 -0
  22. package/dist/gen/core/serverSentEvents.gen.js +117 -0
  23. package/dist/gen/core/types.gen.d.ts +78 -0
  24. package/dist/gen/core/types.gen.js +2 -0
  25. package/dist/gen/core/utils.gen.d.ts +14 -0
  26. package/dist/gen/core/utils.gen.js +69 -0
  27. package/dist/gen/sdk.gen.d.ts +403 -0
  28. package/dist/gen/sdk.gen.js +881 -0
  29. package/dist/gen/types.gen.d.ts +3368 -0
  30. package/dist/gen/types.gen.js +2 -0
  31. package/dist/index.d.ts +10 -0
  32. package/dist/index.js +16 -0
  33. package/dist/server.d.ts +23 -0
  34. package/dist/server.js +91 -0
  35. package/dist/v2/client.d.ts +7 -0
  36. package/dist/v2/client.js +25 -0
  37. package/dist/v2/gen/client/client.gen.d.ts +2 -0
  38. package/dist/v2/gen/client/client.gen.js +225 -0
  39. package/dist/v2/gen/client/index.d.ts +8 -0
  40. package/dist/v2/gen/client/index.js +6 -0
  41. package/dist/v2/gen/client/types.gen.d.ts +117 -0
  42. package/dist/v2/gen/client/types.gen.js +2 -0
  43. package/dist/v2/gen/client/utils.gen.d.ts +33 -0
  44. package/dist/v2/gen/client/utils.gen.js +226 -0
  45. package/dist/v2/gen/client.gen.d.ts +12 -0
  46. package/dist/v2/gen/client.gen.js +3 -0
  47. package/dist/v2/gen/core/auth.gen.d.ts +18 -0
  48. package/dist/v2/gen/core/auth.gen.js +14 -0
  49. package/dist/v2/gen/core/bodySerializer.gen.d.ts +25 -0
  50. package/dist/v2/gen/core/bodySerializer.gen.js +57 -0
  51. package/dist/v2/gen/core/params.gen.d.ts +43 -0
  52. package/dist/v2/gen/core/params.gen.js +102 -0
  53. package/dist/v2/gen/core/pathSerializer.gen.d.ts +33 -0
  54. package/dist/v2/gen/core/pathSerializer.gen.js +106 -0
  55. package/dist/v2/gen/core/queryKeySerializer.gen.d.ts +18 -0
  56. package/dist/v2/gen/core/queryKeySerializer.gen.js +93 -0
  57. package/dist/v2/gen/core/serverSentEvents.gen.d.ts +71 -0
  58. package/dist/v2/gen/core/serverSentEvents.gen.js +131 -0
  59. package/dist/v2/gen/core/types.gen.d.ts +78 -0
  60. package/dist/v2/gen/core/types.gen.js +2 -0
  61. package/dist/v2/gen/core/utils.gen.d.ts +19 -0
  62. package/dist/v2/gen/core/utils.gen.js +87 -0
  63. package/dist/v2/gen/sdk.gen.d.ts +902 -0
  64. package/dist/v2/gen/sdk.gen.js +1726 -0
  65. package/dist/v2/gen/types.gen.d.ts +3719 -0
  66. package/dist/v2/gen/types.gen.js +2 -0
  67. package/dist/v2/index.d.ts +10 -0
  68. package/dist/v2/index.js +16 -0
  69. package/dist/v2/server.d.ts +23 -0
  70. package/dist/v2/server.js +91 -0
  71. package/package.json +50 -0
@@ -0,0 +1,902 @@
1
+ import { type Client, type Options as Options2, type TDataShape } from "./client/index.js";
2
+ import type { AgentPartInput, AppAgentsResponses, AppLogErrors, AppLogResponses, Auth as Auth2, AuthSetErrors, AuthSetResponses, CommandListResponses, Config as Config2, ConfigGetResponses, ConfigProvidersResponses, ConfigUpdateErrors, ConfigUpdateResponses, EventSubscribeResponses, EventTuiCommandExecute, EventTuiPromptAppend, EventTuiToastShow, FileListResponses, FilePartInput, FileReadResponses, FileStatusResponses, FindFilesResponses, FindSymbolsResponses, FindTextResponses, FormatterStatusResponses, GlobalDisposeResponses, GlobalEventResponses, GlobalHealthResponses, InstanceDisposeResponses, LspStatusResponses, McpAddErrors, McpAddResponses, McpAuthAuthenticateErrors, McpAuthAuthenticateResponses, McpAuthCallbackErrors, McpAuthCallbackResponses, McpAuthRemoveErrors, McpAuthRemoveResponses, McpAuthStartErrors, McpAuthStartResponses, McpConnectResponses, McpDisconnectResponses, McpLocalConfig, McpRemoteConfig, McpStatusResponses, Part as Part2, PartDeleteErrors, PartDeleteResponses, PartUpdateErrors, PartUpdateResponses, PathGetResponses, PermissionRespondErrors, PermissionRespondResponses, ProjectCurrentResponses, ProjectListResponses, ProjectUpdateErrors, ProjectUpdateResponses, ProviderAuthResponses, ProviderListResponses, ProviderOauthAuthorizeErrors, ProviderOauthAuthorizeResponses, ProviderOauthCallbackErrors, ProviderOauthCallbackResponses, PtyConnectErrors, PtyConnectResponses, PtyCreateErrors, PtyCreateResponses, PtyGetErrors, PtyGetResponses, PtyListResponses, PtyRemoveErrors, PtyRemoveResponses, PtyUpdateErrors, PtyUpdateResponses, SessionAbortErrors, SessionAbortResponses, SessionChildrenErrors, SessionChildrenResponses, SessionCommandErrors, SessionCommandResponses, SessionCreateErrors, SessionCreateResponses, SessionDeleteErrors, SessionDeleteResponses, SessionDiffErrors, SessionDiffResponses, SessionForkResponses, SessionGetErrors, SessionGetResponses, SessionInitErrors, SessionInitResponses, SessionListResponses, SessionMessageErrors, SessionMessageResponses, SessionMessagesErrors, SessionMessagesResponses, SessionPromptAsyncErrors, SessionPromptAsyncResponses, SessionPromptErrors, SessionPromptResponses, SessionRevertErrors, SessionRevertResponses, SessionShareErrors, SessionShareResponses, SessionShellErrors, SessionShellResponses, SessionStatusErrors, SessionStatusResponses, SessionSummarizeErrors, SessionSummarizeResponses, SessionTodoErrors, SessionTodoResponses, SessionUnrevertErrors, SessionUnrevertResponses, SessionUnshareErrors, SessionUnshareResponses, SessionUpdateErrors, SessionUpdateResponses, SubtaskPartInput, TextPartInput, ToolIdsErrors, ToolIdsResponses, ToolListErrors, ToolListResponses, TuiAppendPromptErrors, TuiAppendPromptResponses, TuiClearPromptResponses, TuiControlNextResponses, TuiControlResponseResponses, TuiExecuteCommandErrors, TuiExecuteCommandResponses, TuiOpenHelpResponses, TuiOpenModelsResponses, TuiOpenSessionsResponses, TuiOpenThemesResponses, TuiPublishErrors, TuiPublishResponses, TuiShowToastResponses, TuiSubmitPromptResponses, VcsGetResponses } from "./types.gen.js";
3
+ export type Options<TData extends TDataShape = TDataShape, ThrowOnError extends boolean = boolean> = Options2<TData, ThrowOnError> & {
4
+ /**
5
+ * You can provide a client instance returned by `createClient()` instead of
6
+ * individual options. This might be also useful if you want to implement a
7
+ * custom client.
8
+ */
9
+ client?: Client;
10
+ /**
11
+ * You can pass arbitrary values through the `meta` object. This can be
12
+ * used to access values that aren't defined as part of the SDK function.
13
+ */
14
+ meta?: Record<string, unknown>;
15
+ };
16
+ declare class HeyApiClient {
17
+ protected client: Client;
18
+ constructor(args?: {
19
+ client?: Client;
20
+ });
21
+ }
22
+ declare class HeyApiRegistry<T> {
23
+ private readonly defaultKey;
24
+ private readonly instances;
25
+ get(key?: string): T;
26
+ set(value: T, key?: string): void;
27
+ }
28
+ export declare class Global extends HeyApiClient {
29
+ /**
30
+ * Get health
31
+ *
32
+ * Get health information about the Claw server.
33
+ */
34
+ health<ThrowOnError extends boolean = false>(options?: Options<never, ThrowOnError>): import("./client/types.gen.js").RequestResult<GlobalHealthResponses, unknown, ThrowOnError, "fields">;
35
+ /**
36
+ * Get global events
37
+ *
38
+ * Subscribe to global events from the Claw system using server-sent events.
39
+ */
40
+ event<ThrowOnError extends boolean = false>(options?: Options<never, ThrowOnError>): Promise<import("./core/serverSentEvents.gen.js").ServerSentEventsResult<GlobalEventResponses, unknown>>;
41
+ /**
42
+ * Dispose instance
43
+ *
44
+ * Clean up and dispose all Claw instances, releasing all resources.
45
+ */
46
+ dispose<ThrowOnError extends boolean = false>(options?: Options<never, ThrowOnError>): import("./client/types.gen.js").RequestResult<GlobalDisposeResponses, unknown, ThrowOnError, "fields">;
47
+ }
48
+ export declare class Project extends HeyApiClient {
49
+ /**
50
+ * List all projects
51
+ *
52
+ * Get a list of projects that have been opened with Claw.
53
+ */
54
+ list<ThrowOnError extends boolean = false>(parameters?: {
55
+ directory?: string;
56
+ }, options?: Options<never, ThrowOnError>): import("./client/types.gen.js").RequestResult<ProjectListResponses, unknown, ThrowOnError, "fields">;
57
+ /**
58
+ * Get current project
59
+ *
60
+ * Retrieve the currently active project that Claw is working with.
61
+ */
62
+ current<ThrowOnError extends boolean = false>(parameters?: {
63
+ directory?: string;
64
+ }, options?: Options<never, ThrowOnError>): import("./client/types.gen.js").RequestResult<ProjectCurrentResponses, unknown, ThrowOnError, "fields">;
65
+ /**
66
+ * Update project
67
+ *
68
+ * Update project properties such as name, icon and color.
69
+ */
70
+ update<ThrowOnError extends boolean = false>(parameters: {
71
+ projectID: string;
72
+ directory?: string;
73
+ name?: string;
74
+ icon?: {
75
+ url?: string;
76
+ color?: string;
77
+ };
78
+ }, options?: Options<never, ThrowOnError>): import("./client/types.gen.js").RequestResult<ProjectUpdateResponses, ProjectUpdateErrors, ThrowOnError, "fields">;
79
+ }
80
+ export declare class Pty extends HeyApiClient {
81
+ /**
82
+ * List PTY sessions
83
+ *
84
+ * Get a list of all active pseudo-terminal (PTY) sessions managed by Claw.
85
+ */
86
+ list<ThrowOnError extends boolean = false>(parameters?: {
87
+ directory?: string;
88
+ }, options?: Options<never, ThrowOnError>): import("./client/types.gen.js").RequestResult<PtyListResponses, unknown, ThrowOnError, "fields">;
89
+ /**
90
+ * Create PTY session
91
+ *
92
+ * Create a new pseudo-terminal (PTY) session for running shell commands and processes.
93
+ */
94
+ create<ThrowOnError extends boolean = false>(parameters?: {
95
+ directory?: string;
96
+ command?: string;
97
+ args?: Array<string>;
98
+ cwd?: string;
99
+ title?: string;
100
+ env?: {
101
+ [key: string]: string;
102
+ };
103
+ }, options?: Options<never, ThrowOnError>): import("./client/types.gen.js").RequestResult<PtyCreateResponses, PtyCreateErrors, ThrowOnError, "fields">;
104
+ /**
105
+ * Remove PTY session
106
+ *
107
+ * Remove and terminate a specific pseudo-terminal (PTY) session.
108
+ */
109
+ remove<ThrowOnError extends boolean = false>(parameters: {
110
+ ptyID: string;
111
+ directory?: string;
112
+ }, options?: Options<never, ThrowOnError>): import("./client/types.gen.js").RequestResult<PtyRemoveResponses, PtyRemoveErrors, ThrowOnError, "fields">;
113
+ /**
114
+ * Get PTY session
115
+ *
116
+ * Retrieve detailed information about a specific pseudo-terminal (PTY) session.
117
+ */
118
+ get<ThrowOnError extends boolean = false>(parameters: {
119
+ ptyID: string;
120
+ directory?: string;
121
+ }, options?: Options<never, ThrowOnError>): import("./client/types.gen.js").RequestResult<PtyGetResponses, PtyGetErrors, ThrowOnError, "fields">;
122
+ /**
123
+ * Update PTY session
124
+ *
125
+ * Update properties of an existing pseudo-terminal (PTY) session.
126
+ */
127
+ update<ThrowOnError extends boolean = false>(parameters: {
128
+ ptyID: string;
129
+ directory?: string;
130
+ title?: string;
131
+ size?: {
132
+ rows: number;
133
+ cols: number;
134
+ };
135
+ }, options?: Options<never, ThrowOnError>): import("./client/types.gen.js").RequestResult<PtyUpdateResponses, PtyUpdateErrors, ThrowOnError, "fields">;
136
+ /**
137
+ * Connect to PTY session
138
+ *
139
+ * Establish a WebSocket connection to interact with a pseudo-terminal (PTY) session in real-time.
140
+ */
141
+ connect<ThrowOnError extends boolean = false>(parameters: {
142
+ ptyID: string;
143
+ directory?: string;
144
+ }, options?: Options<never, ThrowOnError>): import("./client/types.gen.js").RequestResult<PtyConnectResponses, PtyConnectErrors, ThrowOnError, "fields">;
145
+ }
146
+ export declare class Config extends HeyApiClient {
147
+ /**
148
+ * Get configuration
149
+ *
150
+ * Retrieve the current Claw configuration settings and preferences.
151
+ */
152
+ get<ThrowOnError extends boolean = false>(parameters?: {
153
+ directory?: string;
154
+ }, options?: Options<never, ThrowOnError>): import("./client/types.gen.js").RequestResult<ConfigGetResponses, unknown, ThrowOnError, "fields">;
155
+ /**
156
+ * Update configuration
157
+ *
158
+ * Update Claw configuration settings and preferences.
159
+ */
160
+ update<ThrowOnError extends boolean = false>(parameters?: {
161
+ directory?: string;
162
+ config?: Config2;
163
+ }, options?: Options<never, ThrowOnError>): import("./client/types.gen.js").RequestResult<ConfigUpdateResponses, ConfigUpdateErrors, ThrowOnError, "fields">;
164
+ /**
165
+ * List config providers
166
+ *
167
+ * Get a list of all configured AI providers and their default models.
168
+ */
169
+ providers<ThrowOnError extends boolean = false>(parameters?: {
170
+ directory?: string;
171
+ }, options?: Options<never, ThrowOnError>): import("./client/types.gen.js").RequestResult<ConfigProvidersResponses, unknown, ThrowOnError, "fields">;
172
+ }
173
+ export declare class Tool extends HeyApiClient {
174
+ /**
175
+ * List tool IDs
176
+ *
177
+ * Get a list of all available tool IDs, including both built-in tools and dynamically registered tools.
178
+ */
179
+ ids<ThrowOnError extends boolean = false>(parameters?: {
180
+ directory?: string;
181
+ }, options?: Options<never, ThrowOnError>): import("./client/types.gen.js").RequestResult<ToolIdsResponses, ToolIdsErrors, ThrowOnError, "fields">;
182
+ /**
183
+ * List tools
184
+ *
185
+ * Get a list of available tools with their JSON schema parameters for a specific provider and model combination.
186
+ */
187
+ list<ThrowOnError extends boolean = false>(parameters: {
188
+ directory?: string;
189
+ provider: string;
190
+ model: string;
191
+ }, options?: Options<never, ThrowOnError>): import("./client/types.gen.js").RequestResult<ToolListResponses, ToolListErrors, ThrowOnError, "fields">;
192
+ }
193
+ export declare class Instance extends HeyApiClient {
194
+ /**
195
+ * Dispose instance
196
+ *
197
+ * Clean up and dispose the current Claw instance, releasing all resources.
198
+ */
199
+ dispose<ThrowOnError extends boolean = false>(parameters?: {
200
+ directory?: string;
201
+ }, options?: Options<never, ThrowOnError>): import("./client/types.gen.js").RequestResult<InstanceDisposeResponses, unknown, ThrowOnError, "fields">;
202
+ }
203
+ export declare class Path extends HeyApiClient {
204
+ /**
205
+ * Get paths
206
+ *
207
+ * Retrieve the current working directory and related path information for the Claw instance.
208
+ */
209
+ get<ThrowOnError extends boolean = false>(parameters?: {
210
+ directory?: string;
211
+ }, options?: Options<never, ThrowOnError>): import("./client/types.gen.js").RequestResult<PathGetResponses, unknown, ThrowOnError, "fields">;
212
+ }
213
+ export declare class Vcs extends HeyApiClient {
214
+ /**
215
+ * Get VCS info
216
+ *
217
+ * Retrieve version control system (VCS) information for the current project, such as git branch.
218
+ */
219
+ get<ThrowOnError extends boolean = false>(parameters?: {
220
+ directory?: string;
221
+ }, options?: Options<never, ThrowOnError>): import("./client/types.gen.js").RequestResult<VcsGetResponses, unknown, ThrowOnError, "fields">;
222
+ }
223
+ export declare class Session extends HeyApiClient {
224
+ /**
225
+ * List sessions
226
+ *
227
+ * Get a list of all Claw sessions, sorted by most recently updated.
228
+ */
229
+ list<ThrowOnError extends boolean = false>(parameters?: {
230
+ directory?: string;
231
+ }, options?: Options<never, ThrowOnError>): import("./client/types.gen.js").RequestResult<SessionListResponses, unknown, ThrowOnError, "fields">;
232
+ /**
233
+ * Create session
234
+ *
235
+ * Create a new Claw session for interacting with AI assistants and managing conversations.
236
+ */
237
+ create<ThrowOnError extends boolean = false>(parameters?: {
238
+ directory?: string;
239
+ parentID?: string;
240
+ title?: string;
241
+ }, options?: Options<never, ThrowOnError>): import("./client/types.gen.js").RequestResult<SessionCreateResponses, SessionCreateErrors, ThrowOnError, "fields">;
242
+ /**
243
+ * Get session status
244
+ *
245
+ * Retrieve the current status of all sessions, including active, idle, and completed states.
246
+ */
247
+ status<ThrowOnError extends boolean = false>(parameters?: {
248
+ directory?: string;
249
+ }, options?: Options<never, ThrowOnError>): import("./client/types.gen.js").RequestResult<SessionStatusResponses, SessionStatusErrors, ThrowOnError, "fields">;
250
+ /**
251
+ * Delete session
252
+ *
253
+ * Delete a session and permanently remove all associated data, including messages and history.
254
+ */
255
+ delete<ThrowOnError extends boolean = false>(parameters: {
256
+ sessionID: string;
257
+ directory?: string;
258
+ }, options?: Options<never, ThrowOnError>): import("./client/types.gen.js").RequestResult<SessionDeleteResponses, SessionDeleteErrors, ThrowOnError, "fields">;
259
+ /**
260
+ * Get session
261
+ *
262
+ * Retrieve detailed information about a specific Claw session.
263
+ */
264
+ get<ThrowOnError extends boolean = false>(parameters: {
265
+ sessionID: string;
266
+ directory?: string;
267
+ }, options?: Options<never, ThrowOnError>): import("./client/types.gen.js").RequestResult<SessionGetResponses, SessionGetErrors, ThrowOnError, "fields">;
268
+ /**
269
+ * Update session
270
+ *
271
+ * Update properties of an existing session, such as title or other metadata.
272
+ */
273
+ update<ThrowOnError extends boolean = false>(parameters: {
274
+ sessionID: string;
275
+ directory?: string;
276
+ title?: string;
277
+ time?: {
278
+ archived?: number;
279
+ };
280
+ }, options?: Options<never, ThrowOnError>): import("./client/types.gen.js").RequestResult<SessionUpdateResponses, SessionUpdateErrors, ThrowOnError, "fields">;
281
+ /**
282
+ * Get session children
283
+ *
284
+ * Retrieve all child sessions that were forked from the specified parent session.
285
+ */
286
+ children<ThrowOnError extends boolean = false>(parameters: {
287
+ sessionID: string;
288
+ directory?: string;
289
+ }, options?: Options<never, ThrowOnError>): import("./client/types.gen.js").RequestResult<SessionChildrenResponses, SessionChildrenErrors, ThrowOnError, "fields">;
290
+ /**
291
+ * Get session todos
292
+ *
293
+ * Retrieve the todo list associated with a specific session, showing tasks and action items.
294
+ */
295
+ todo<ThrowOnError extends boolean = false>(parameters: {
296
+ sessionID: string;
297
+ directory?: string;
298
+ }, options?: Options<never, ThrowOnError>): import("./client/types.gen.js").RequestResult<SessionTodoResponses, SessionTodoErrors, ThrowOnError, "fields">;
299
+ /**
300
+ * Initialize session
301
+ *
302
+ * Analyze the current application and create an AGENTS.md file with project-specific agent configurations.
303
+ */
304
+ init<ThrowOnError extends boolean = false>(parameters: {
305
+ sessionID: string;
306
+ directory?: string;
307
+ modelID?: string;
308
+ providerID?: string;
309
+ messageID?: string;
310
+ }, options?: Options<never, ThrowOnError>): import("./client/types.gen.js").RequestResult<SessionInitResponses, SessionInitErrors, ThrowOnError, "fields">;
311
+ /**
312
+ * Fork session
313
+ *
314
+ * Create a new session by forking an existing session at a specific message point.
315
+ */
316
+ fork<ThrowOnError extends boolean = false>(parameters: {
317
+ sessionID: string;
318
+ directory?: string;
319
+ messageID?: string;
320
+ }, options?: Options<never, ThrowOnError>): import("./client/types.gen.js").RequestResult<SessionForkResponses, unknown, ThrowOnError, "fields">;
321
+ /**
322
+ * Abort session
323
+ *
324
+ * Abort an active session and stop any ongoing AI processing or command execution.
325
+ */
326
+ abort<ThrowOnError extends boolean = false>(parameters: {
327
+ sessionID: string;
328
+ directory?: string;
329
+ }, options?: Options<never, ThrowOnError>): import("./client/types.gen.js").RequestResult<SessionAbortResponses, SessionAbortErrors, ThrowOnError, "fields">;
330
+ /**
331
+ * Unshare session
332
+ *
333
+ * Remove the shareable link for a session, making it private again.
334
+ */
335
+ unshare<ThrowOnError extends boolean = false>(parameters: {
336
+ sessionID: string;
337
+ directory?: string;
338
+ }, options?: Options<never, ThrowOnError>): import("./client/types.gen.js").RequestResult<SessionUnshareResponses, SessionUnshareErrors, ThrowOnError, "fields">;
339
+ /**
340
+ * Share session
341
+ *
342
+ * Create a shareable link for a session, allowing others to view the conversation.
343
+ */
344
+ share<ThrowOnError extends boolean = false>(parameters: {
345
+ sessionID: string;
346
+ directory?: string;
347
+ }, options?: Options<never, ThrowOnError>): import("./client/types.gen.js").RequestResult<SessionShareResponses, SessionShareErrors, ThrowOnError, "fields">;
348
+ /**
349
+ * Get session diff
350
+ *
351
+ * Get all file changes (diffs) made during this session.
352
+ */
353
+ diff<ThrowOnError extends boolean = false>(parameters: {
354
+ sessionID: string;
355
+ directory?: string;
356
+ messageID?: string;
357
+ }, options?: Options<never, ThrowOnError>): import("./client/types.gen.js").RequestResult<SessionDiffResponses, SessionDiffErrors, ThrowOnError, "fields">;
358
+ /**
359
+ * Summarize session
360
+ *
361
+ * Generate a concise summary of the session using AI compaction to preserve key information.
362
+ */
363
+ summarize<ThrowOnError extends boolean = false>(parameters: {
364
+ sessionID: string;
365
+ directory?: string;
366
+ providerID?: string;
367
+ modelID?: string;
368
+ auto?: boolean;
369
+ }, options?: Options<never, ThrowOnError>): import("./client/types.gen.js").RequestResult<SessionSummarizeResponses, SessionSummarizeErrors, ThrowOnError, "fields">;
370
+ /**
371
+ * Get session messages
372
+ *
373
+ * Retrieve all messages in a session, including user prompts and AI responses.
374
+ */
375
+ messages<ThrowOnError extends boolean = false>(parameters: {
376
+ sessionID: string;
377
+ directory?: string;
378
+ limit?: number;
379
+ }, options?: Options<never, ThrowOnError>): import("./client/types.gen.js").RequestResult<SessionMessagesResponses, SessionMessagesErrors, ThrowOnError, "fields">;
380
+ /**
381
+ * Send message
382
+ *
383
+ * Create and send a new message to a session, streaming the AI response.
384
+ */
385
+ prompt<ThrowOnError extends boolean = false>(parameters: {
386
+ sessionID: string;
387
+ directory?: string;
388
+ messageID?: string;
389
+ model?: {
390
+ providerID: string;
391
+ modelID: string;
392
+ };
393
+ agent?: string;
394
+ noReply?: boolean;
395
+ tools?: {
396
+ [key: string]: boolean;
397
+ };
398
+ system?: string;
399
+ parts?: Array<TextPartInput | FilePartInput | AgentPartInput | SubtaskPartInput>;
400
+ }, options?: Options<never, ThrowOnError>): import("./client/types.gen.js").RequestResult<SessionPromptResponses, SessionPromptErrors, ThrowOnError, "fields">;
401
+ /**
402
+ * Get message
403
+ *
404
+ * Retrieve a specific message from a session by its message ID.
405
+ */
406
+ message<ThrowOnError extends boolean = false>(parameters: {
407
+ sessionID: string;
408
+ messageID: string;
409
+ directory?: string;
410
+ }, options?: Options<never, ThrowOnError>): import("./client/types.gen.js").RequestResult<SessionMessageResponses, SessionMessageErrors, ThrowOnError, "fields">;
411
+ /**
412
+ * Send async message
413
+ *
414
+ * Create and send a new message to a session asynchronously, starting the session if needed and returning immediately.
415
+ */
416
+ promptAsync<ThrowOnError extends boolean = false>(parameters: {
417
+ sessionID: string;
418
+ directory?: string;
419
+ messageID?: string;
420
+ model?: {
421
+ providerID: string;
422
+ modelID: string;
423
+ };
424
+ agent?: string;
425
+ noReply?: boolean;
426
+ tools?: {
427
+ [key: string]: boolean;
428
+ };
429
+ system?: string;
430
+ parts?: Array<TextPartInput | FilePartInput | AgentPartInput | SubtaskPartInput>;
431
+ }, options?: Options<never, ThrowOnError>): import("./client/types.gen.js").RequestResult<SessionPromptAsyncResponses, SessionPromptAsyncErrors, ThrowOnError, "fields">;
432
+ /**
433
+ * Send command
434
+ *
435
+ * Send a new command to a session for execution by the AI assistant.
436
+ */
437
+ command<ThrowOnError extends boolean = false>(parameters: {
438
+ sessionID: string;
439
+ directory?: string;
440
+ messageID?: string;
441
+ agent?: string;
442
+ model?: string;
443
+ arguments?: string;
444
+ command?: string;
445
+ }, options?: Options<never, ThrowOnError>): import("./client/types.gen.js").RequestResult<SessionCommandResponses, SessionCommandErrors, ThrowOnError, "fields">;
446
+ /**
447
+ * Run shell command
448
+ *
449
+ * Execute a shell command within the session context and return the AI's response.
450
+ */
451
+ shell<ThrowOnError extends boolean = false>(parameters: {
452
+ sessionID: string;
453
+ directory?: string;
454
+ agent?: string;
455
+ model?: {
456
+ providerID: string;
457
+ modelID: string;
458
+ };
459
+ command?: string;
460
+ }, options?: Options<never, ThrowOnError>): import("./client/types.gen.js").RequestResult<SessionShellResponses, SessionShellErrors, ThrowOnError, "fields">;
461
+ /**
462
+ * Revert message
463
+ *
464
+ * Revert a specific message in a session, undoing its effects and restoring the previous state.
465
+ */
466
+ revert<ThrowOnError extends boolean = false>(parameters: {
467
+ sessionID: string;
468
+ directory?: string;
469
+ messageID?: string;
470
+ partID?: string;
471
+ }, options?: Options<never, ThrowOnError>): import("./client/types.gen.js").RequestResult<SessionRevertResponses, SessionRevertErrors, ThrowOnError, "fields">;
472
+ /**
473
+ * Restore reverted messages
474
+ *
475
+ * Restore all previously reverted messages in a session.
476
+ */
477
+ unrevert<ThrowOnError extends boolean = false>(parameters: {
478
+ sessionID: string;
479
+ directory?: string;
480
+ }, options?: Options<never, ThrowOnError>): import("./client/types.gen.js").RequestResult<SessionUnrevertResponses, SessionUnrevertErrors, ThrowOnError, "fields">;
481
+ }
482
+ export declare class Part extends HeyApiClient {
483
+ /**
484
+ * Delete a part from a message
485
+ */
486
+ delete<ThrowOnError extends boolean = false>(parameters: {
487
+ sessionID: string;
488
+ messageID: string;
489
+ partID: string;
490
+ directory?: string;
491
+ }, options?: Options<never, ThrowOnError>): import("./client/types.gen.js").RequestResult<PartDeleteResponses, PartDeleteErrors, ThrowOnError, "fields">;
492
+ /**
493
+ * Update a part in a message
494
+ */
495
+ update<ThrowOnError extends boolean = false>(parameters: {
496
+ sessionID: string;
497
+ messageID: string;
498
+ partID: string;
499
+ directory?: string;
500
+ part?: Part2;
501
+ }, options?: Options<never, ThrowOnError>): import("./client/types.gen.js").RequestResult<PartUpdateResponses, PartUpdateErrors, ThrowOnError, "fields">;
502
+ }
503
+ export declare class Permission extends HeyApiClient {
504
+ /**
505
+ * Respond to permission
506
+ *
507
+ * Approve or deny a permission request from the AI assistant.
508
+ */
509
+ respond<ThrowOnError extends boolean = false>(parameters: {
510
+ sessionID: string;
511
+ permissionID: string;
512
+ directory?: string;
513
+ response?: "once" | "always" | "reject";
514
+ }, options?: Options<never, ThrowOnError>): import("./client/types.gen.js").RequestResult<PermissionRespondResponses, PermissionRespondErrors, ThrowOnError, "fields">;
515
+ }
516
+ export declare class Command extends HeyApiClient {
517
+ /**
518
+ * List commands
519
+ *
520
+ * Get a list of all available commands in the Claw system.
521
+ */
522
+ list<ThrowOnError extends boolean = false>(parameters?: {
523
+ directory?: string;
524
+ }, options?: Options<never, ThrowOnError>): import("./client/types.gen.js").RequestResult<CommandListResponses, unknown, ThrowOnError, "fields">;
525
+ }
526
+ export declare class Oauth extends HeyApiClient {
527
+ /**
528
+ * OAuth authorize
529
+ *
530
+ * Initiate OAuth authorization for a specific AI provider to get an authorization URL.
531
+ */
532
+ authorize<ThrowOnError extends boolean = false>(parameters: {
533
+ providerID: string;
534
+ directory?: string;
535
+ method?: number;
536
+ }, options?: Options<never, ThrowOnError>): import("./client/types.gen.js").RequestResult<ProviderOauthAuthorizeResponses, ProviderOauthAuthorizeErrors, ThrowOnError, "fields">;
537
+ /**
538
+ * OAuth callback
539
+ *
540
+ * Handle the OAuth callback from a provider after user authorization.
541
+ */
542
+ callback<ThrowOnError extends boolean = false>(parameters: {
543
+ providerID: string;
544
+ directory?: string;
545
+ method?: number;
546
+ code?: string;
547
+ }, options?: Options<never, ThrowOnError>): import("./client/types.gen.js").RequestResult<ProviderOauthCallbackResponses, ProviderOauthCallbackErrors, ThrowOnError, "fields">;
548
+ }
549
+ export declare class Provider extends HeyApiClient {
550
+ /**
551
+ * List providers
552
+ *
553
+ * Get a list of all available AI providers, including both available and connected ones.
554
+ */
555
+ list<ThrowOnError extends boolean = false>(parameters?: {
556
+ directory?: string;
557
+ }, options?: Options<never, ThrowOnError>): import("./client/types.gen.js").RequestResult<ProviderListResponses, unknown, ThrowOnError, "fields">;
558
+ /**
559
+ * Get provider auth methods
560
+ *
561
+ * Retrieve available authentication methods for all AI providers.
562
+ */
563
+ auth<ThrowOnError extends boolean = false>(parameters?: {
564
+ directory?: string;
565
+ }, options?: Options<never, ThrowOnError>): import("./client/types.gen.js").RequestResult<ProviderAuthResponses, unknown, ThrowOnError, "fields">;
566
+ oauth: Oauth;
567
+ }
568
+ export declare class Find extends HeyApiClient {
569
+ /**
570
+ * Find text
571
+ *
572
+ * Search for text patterns across files in the project using ripgrep.
573
+ */
574
+ text<ThrowOnError extends boolean = false>(parameters: {
575
+ directory?: string;
576
+ pattern: string;
577
+ }, options?: Options<never, ThrowOnError>): import("./client/types.gen.js").RequestResult<FindTextResponses, unknown, ThrowOnError, "fields">;
578
+ /**
579
+ * Find files
580
+ *
581
+ * Search for files by name or pattern in the project directory.
582
+ */
583
+ files<ThrowOnError extends boolean = false>(parameters: {
584
+ directory?: string;
585
+ query: string;
586
+ dirs?: "true" | "false";
587
+ }, options?: Options<never, ThrowOnError>): import("./client/types.gen.js").RequestResult<FindFilesResponses, unknown, ThrowOnError, "fields">;
588
+ /**
589
+ * Find symbols
590
+ *
591
+ * Search for workspace symbols like functions, classes, and variables using LSP.
592
+ */
593
+ symbols<ThrowOnError extends boolean = false>(parameters: {
594
+ directory?: string;
595
+ query: string;
596
+ }, options?: Options<never, ThrowOnError>): import("./client/types.gen.js").RequestResult<FindSymbolsResponses, unknown, ThrowOnError, "fields">;
597
+ }
598
+ export declare class File extends HeyApiClient {
599
+ /**
600
+ * List files
601
+ *
602
+ * List files and directories in a specified path.
603
+ */
604
+ list<ThrowOnError extends boolean = false>(parameters: {
605
+ directory?: string;
606
+ path: string;
607
+ }, options?: Options<never, ThrowOnError>): import("./client/types.gen.js").RequestResult<FileListResponses, unknown, ThrowOnError, "fields">;
608
+ /**
609
+ * Read file
610
+ *
611
+ * Read the content of a specified file.
612
+ */
613
+ read<ThrowOnError extends boolean = false>(parameters: {
614
+ directory?: string;
615
+ path: string;
616
+ }, options?: Options<never, ThrowOnError>): import("./client/types.gen.js").RequestResult<FileReadResponses, unknown, ThrowOnError, "fields">;
617
+ /**
618
+ * Get file status
619
+ *
620
+ * Get the git status of all files in the project.
621
+ */
622
+ status<ThrowOnError extends boolean = false>(parameters?: {
623
+ directory?: string;
624
+ }, options?: Options<never, ThrowOnError>): import("./client/types.gen.js").RequestResult<FileStatusResponses, unknown, ThrowOnError, "fields">;
625
+ }
626
+ export declare class App extends HeyApiClient {
627
+ /**
628
+ * Write log
629
+ *
630
+ * Write a log entry to the server logs with specified level and metadata.
631
+ */
632
+ log<ThrowOnError extends boolean = false>(parameters?: {
633
+ directory?: string;
634
+ service?: string;
635
+ level?: "debug" | "info" | "error" | "warn";
636
+ message?: string;
637
+ extra?: {
638
+ [key: string]: unknown;
639
+ };
640
+ }, options?: Options<never, ThrowOnError>): import("./client/types.gen.js").RequestResult<AppLogResponses, AppLogErrors, ThrowOnError, "fields">;
641
+ /**
642
+ * List agents
643
+ *
644
+ * Get a list of all available AI agents in the Claw system.
645
+ */
646
+ agents<ThrowOnError extends boolean = false>(parameters?: {
647
+ directory?: string;
648
+ }, options?: Options<never, ThrowOnError>): import("./client/types.gen.js").RequestResult<AppAgentsResponses, unknown, ThrowOnError, "fields">;
649
+ }
650
+ export declare class Auth extends HeyApiClient {
651
+ /**
652
+ * Remove MCP OAuth
653
+ *
654
+ * Remove OAuth credentials for an MCP server
655
+ */
656
+ remove<ThrowOnError extends boolean = false>(parameters: {
657
+ name: string;
658
+ directory?: string;
659
+ }, options?: Options<never, ThrowOnError>): import("./client/types.gen.js").RequestResult<McpAuthRemoveResponses, McpAuthRemoveErrors, ThrowOnError, "fields">;
660
+ /**
661
+ * Start MCP OAuth
662
+ *
663
+ * Start OAuth authentication flow for a Model Context Protocol (MCP) server.
664
+ */
665
+ start<ThrowOnError extends boolean = false>(parameters: {
666
+ name: string;
667
+ directory?: string;
668
+ }, options?: Options<never, ThrowOnError>): import("./client/types.gen.js").RequestResult<McpAuthStartResponses, McpAuthStartErrors, ThrowOnError, "fields">;
669
+ /**
670
+ * Complete MCP OAuth
671
+ *
672
+ * Complete OAuth authentication for a Model Context Protocol (MCP) server using the authorization code.
673
+ */
674
+ callback<ThrowOnError extends boolean = false>(parameters: {
675
+ name: string;
676
+ directory?: string;
677
+ code?: string;
678
+ }, options?: Options<never, ThrowOnError>): import("./client/types.gen.js").RequestResult<McpAuthCallbackResponses, McpAuthCallbackErrors, ThrowOnError, "fields">;
679
+ /**
680
+ * Authenticate MCP OAuth
681
+ *
682
+ * Start OAuth flow and wait for callback (opens browser)
683
+ */
684
+ authenticate<ThrowOnError extends boolean = false>(parameters: {
685
+ name: string;
686
+ directory?: string;
687
+ }, options?: Options<never, ThrowOnError>): import("./client/types.gen.js").RequestResult<McpAuthAuthenticateResponses, McpAuthAuthenticateErrors, ThrowOnError, "fields">;
688
+ /**
689
+ * Set auth credentials
690
+ *
691
+ * Set authentication credentials
692
+ */
693
+ set<ThrowOnError extends boolean = false>(parameters: {
694
+ providerID: string;
695
+ directory?: string;
696
+ auth?: Auth2;
697
+ }, options?: Options<never, ThrowOnError>): import("./client/types.gen.js").RequestResult<AuthSetResponses, AuthSetErrors, ThrowOnError, "fields">;
698
+ }
699
+ export declare class Mcp extends HeyApiClient {
700
+ /**
701
+ * Get MCP status
702
+ *
703
+ * Get the status of all Model Context Protocol (MCP) servers.
704
+ */
705
+ status<ThrowOnError extends boolean = false>(parameters?: {
706
+ directory?: string;
707
+ }, options?: Options<never, ThrowOnError>): import("./client/types.gen.js").RequestResult<McpStatusResponses, unknown, ThrowOnError, "fields">;
708
+ /**
709
+ * Add MCP server
710
+ *
711
+ * Dynamically add a new Model Context Protocol (MCP) server to the system.
712
+ */
713
+ add<ThrowOnError extends boolean = false>(parameters?: {
714
+ directory?: string;
715
+ name?: string;
716
+ config?: McpLocalConfig | McpRemoteConfig;
717
+ }, options?: Options<never, ThrowOnError>): import("./client/types.gen.js").RequestResult<McpAddResponses, McpAddErrors, ThrowOnError, "fields">;
718
+ /**
719
+ * Connect an MCP server
720
+ */
721
+ connect<ThrowOnError extends boolean = false>(parameters: {
722
+ name: string;
723
+ directory?: string;
724
+ }, options?: Options<never, ThrowOnError>): import("./client/types.gen.js").RequestResult<McpConnectResponses, unknown, ThrowOnError, "fields">;
725
+ /**
726
+ * Disconnect an MCP server
727
+ */
728
+ disconnect<ThrowOnError extends boolean = false>(parameters: {
729
+ name: string;
730
+ directory?: string;
731
+ }, options?: Options<never, ThrowOnError>): import("./client/types.gen.js").RequestResult<McpDisconnectResponses, unknown, ThrowOnError, "fields">;
732
+ auth: Auth;
733
+ }
734
+ export declare class Lsp extends HeyApiClient {
735
+ /**
736
+ * Get LSP status
737
+ *
738
+ * Get LSP server status
739
+ */
740
+ status<ThrowOnError extends boolean = false>(parameters?: {
741
+ directory?: string;
742
+ }, options?: Options<never, ThrowOnError>): import("./client/types.gen.js").RequestResult<LspStatusResponses, unknown, ThrowOnError, "fields">;
743
+ }
744
+ export declare class Formatter extends HeyApiClient {
745
+ /**
746
+ * Get formatter status
747
+ *
748
+ * Get formatter status
749
+ */
750
+ status<ThrowOnError extends boolean = false>(parameters?: {
751
+ directory?: string;
752
+ }, options?: Options<never, ThrowOnError>): import("./client/types.gen.js").RequestResult<FormatterStatusResponses, unknown, ThrowOnError, "fields">;
753
+ }
754
+ export declare class Control extends HeyApiClient {
755
+ /**
756
+ * Get next TUI request
757
+ *
758
+ * Retrieve the next TUI (Terminal User Interface) request from the queue for processing.
759
+ */
760
+ next<ThrowOnError extends boolean = false>(parameters?: {
761
+ directory?: string;
762
+ }, options?: Options<never, ThrowOnError>): import("./client/types.gen.js").RequestResult<TuiControlNextResponses, unknown, ThrowOnError, "fields">;
763
+ /**
764
+ * Submit TUI response
765
+ *
766
+ * Submit a response to the TUI request queue to complete a pending request.
767
+ */
768
+ response<ThrowOnError extends boolean = false>(parameters?: {
769
+ directory?: string;
770
+ body?: unknown;
771
+ }, options?: Options<never, ThrowOnError>): import("./client/types.gen.js").RequestResult<TuiControlResponseResponses, unknown, ThrowOnError, "fields">;
772
+ }
773
+ export declare class Tui extends HeyApiClient {
774
+ /**
775
+ * Append TUI prompt
776
+ *
777
+ * Append prompt to the TUI
778
+ */
779
+ appendPrompt<ThrowOnError extends boolean = false>(parameters?: {
780
+ directory?: string;
781
+ text?: string;
782
+ }, options?: Options<never, ThrowOnError>): import("./client/types.gen.js").RequestResult<TuiAppendPromptResponses, TuiAppendPromptErrors, ThrowOnError, "fields">;
783
+ /**
784
+ * Open help dialog
785
+ *
786
+ * Open the help dialog in the TUI to display user assistance information.
787
+ */
788
+ openHelp<ThrowOnError extends boolean = false>(parameters?: {
789
+ directory?: string;
790
+ }, options?: Options<never, ThrowOnError>): import("./client/types.gen.js").RequestResult<TuiOpenHelpResponses, unknown, ThrowOnError, "fields">;
791
+ /**
792
+ * Open sessions dialog
793
+ *
794
+ * Open the session dialog
795
+ */
796
+ openSessions<ThrowOnError extends boolean = false>(parameters?: {
797
+ directory?: string;
798
+ }, options?: Options<never, ThrowOnError>): import("./client/types.gen.js").RequestResult<TuiOpenSessionsResponses, unknown, ThrowOnError, "fields">;
799
+ /**
800
+ * Open themes dialog
801
+ *
802
+ * Open the theme dialog
803
+ */
804
+ openThemes<ThrowOnError extends boolean = false>(parameters?: {
805
+ directory?: string;
806
+ }, options?: Options<never, ThrowOnError>): import("./client/types.gen.js").RequestResult<TuiOpenThemesResponses, unknown, ThrowOnError, "fields">;
807
+ /**
808
+ * Open models dialog
809
+ *
810
+ * Open the model dialog
811
+ */
812
+ openModels<ThrowOnError extends boolean = false>(parameters?: {
813
+ directory?: string;
814
+ }, options?: Options<never, ThrowOnError>): import("./client/types.gen.js").RequestResult<TuiOpenModelsResponses, unknown, ThrowOnError, "fields">;
815
+ /**
816
+ * Submit TUI prompt
817
+ *
818
+ * Submit the prompt
819
+ */
820
+ submitPrompt<ThrowOnError extends boolean = false>(parameters?: {
821
+ directory?: string;
822
+ }, options?: Options<never, ThrowOnError>): import("./client/types.gen.js").RequestResult<TuiSubmitPromptResponses, unknown, ThrowOnError, "fields">;
823
+ /**
824
+ * Clear TUI prompt
825
+ *
826
+ * Clear the prompt
827
+ */
828
+ clearPrompt<ThrowOnError extends boolean = false>(parameters?: {
829
+ directory?: string;
830
+ }, options?: Options<never, ThrowOnError>): import("./client/types.gen.js").RequestResult<TuiClearPromptResponses, unknown, ThrowOnError, "fields">;
831
+ /**
832
+ * Execute TUI command
833
+ *
834
+ * Execute a TUI command (e.g. agent_cycle)
835
+ */
836
+ executeCommand<ThrowOnError extends boolean = false>(parameters?: {
837
+ directory?: string;
838
+ command?: string;
839
+ }, options?: Options<never, ThrowOnError>): import("./client/types.gen.js").RequestResult<TuiExecuteCommandResponses, TuiExecuteCommandErrors, ThrowOnError, "fields">;
840
+ /**
841
+ * Show TUI toast
842
+ *
843
+ * Show a toast notification in the TUI
844
+ */
845
+ showToast<ThrowOnError extends boolean = false>(parameters?: {
846
+ directory?: string;
847
+ title?: string;
848
+ message?: string;
849
+ variant?: "info" | "success" | "warning" | "error";
850
+ duration?: number;
851
+ }, options?: Options<never, ThrowOnError>): import("./client/types.gen.js").RequestResult<TuiShowToastResponses, unknown, ThrowOnError, "fields">;
852
+ /**
853
+ * Publish TUI event
854
+ *
855
+ * Publish a TUI event
856
+ */
857
+ publish<ThrowOnError extends boolean = false>(parameters?: {
858
+ directory?: string;
859
+ body?: EventTuiPromptAppend | EventTuiCommandExecute | EventTuiToastShow;
860
+ }, options?: Options<never, ThrowOnError>): import("./client/types.gen.js").RequestResult<TuiPublishResponses, TuiPublishErrors, ThrowOnError, "fields">;
861
+ control: Control;
862
+ }
863
+ export declare class Event extends HeyApiClient {
864
+ /**
865
+ * Subscribe to events
866
+ *
867
+ * Get events
868
+ */
869
+ subscribe<ThrowOnError extends boolean = false>(parameters?: {
870
+ directory?: string;
871
+ }, options?: Options<never, ThrowOnError>): Promise<import("./core/serverSentEvents.gen.js").ServerSentEventsResult<EventSubscribeResponses, unknown>>;
872
+ }
873
+ export declare class ClawClient extends HeyApiClient {
874
+ static readonly __registry: HeyApiRegistry<ClawClient>;
875
+ constructor(args?: {
876
+ client?: Client;
877
+ key?: string;
878
+ });
879
+ global: Global;
880
+ project: Project;
881
+ pty: Pty;
882
+ config: Config;
883
+ tool: Tool;
884
+ instance: Instance;
885
+ path: Path;
886
+ vcs: Vcs;
887
+ session: Session;
888
+ part: Part;
889
+ permission: Permission;
890
+ command: Command;
891
+ provider: Provider;
892
+ find: Find;
893
+ file: File;
894
+ app: App;
895
+ mcp: Mcp;
896
+ lsp: Lsp;
897
+ formatter: Formatter;
898
+ tui: Tui;
899
+ auth: Auth;
900
+ event: Event;
901
+ }
902
+ export {};