@playwo/opencode-cursor-oauth 0.2.0 → 0.3.0

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 (75) hide show
  1. package/README.md +26 -12
  2. package/dist/auth.js +1 -2
  3. package/dist/constants.d.ts +2 -0
  4. package/dist/constants.js +2 -0
  5. package/dist/cursor/bidi-session.d.ts +12 -0
  6. package/dist/cursor/bidi-session.js +164 -0
  7. package/dist/cursor/config.d.ts +4 -0
  8. package/dist/cursor/config.js +4 -0
  9. package/dist/cursor/connect-framing.d.ts +10 -0
  10. package/dist/cursor/connect-framing.js +80 -0
  11. package/dist/cursor/headers.d.ts +6 -0
  12. package/dist/cursor/headers.js +16 -0
  13. package/dist/cursor/index.d.ts +5 -0
  14. package/dist/cursor/index.js +5 -0
  15. package/dist/cursor/unary-rpc.d.ts +12 -0
  16. package/dist/cursor/unary-rpc.js +124 -0
  17. package/dist/index.d.ts +2 -14
  18. package/dist/index.js +2 -306
  19. package/dist/logger.d.ts +1 -0
  20. package/dist/logger.js +10 -2
  21. package/dist/models.js +1 -23
  22. package/dist/openai/index.d.ts +3 -0
  23. package/dist/openai/index.js +3 -0
  24. package/dist/openai/messages.d.ts +39 -0
  25. package/dist/openai/messages.js +228 -0
  26. package/dist/openai/tools.d.ts +7 -0
  27. package/dist/openai/tools.js +58 -0
  28. package/dist/openai/types.d.ts +41 -0
  29. package/dist/openai/types.js +1 -0
  30. package/dist/plugin/cursor-auth-plugin.d.ts +3 -0
  31. package/dist/plugin/cursor-auth-plugin.js +139 -0
  32. package/dist/proto/agent_pb.js +637 -319
  33. package/dist/provider/index.d.ts +2 -0
  34. package/dist/provider/index.js +2 -0
  35. package/dist/provider/model-cost.d.ts +9 -0
  36. package/dist/provider/model-cost.js +206 -0
  37. package/dist/provider/models.d.ts +8 -0
  38. package/dist/provider/models.js +86 -0
  39. package/dist/proxy/bridge-close-controller.d.ts +6 -0
  40. package/dist/proxy/bridge-close-controller.js +37 -0
  41. package/dist/proxy/bridge-non-streaming.d.ts +3 -0
  42. package/dist/proxy/bridge-non-streaming.js +123 -0
  43. package/dist/proxy/bridge-session.d.ts +5 -0
  44. package/dist/proxy/bridge-session.js +11 -0
  45. package/dist/proxy/bridge-streaming.d.ts +5 -0
  46. package/dist/proxy/bridge-streaming.js +409 -0
  47. package/dist/proxy/bridge.d.ts +3 -0
  48. package/dist/proxy/bridge.js +3 -0
  49. package/dist/proxy/chat-completion.d.ts +2 -0
  50. package/dist/proxy/chat-completion.js +153 -0
  51. package/dist/proxy/conversation-meta.d.ts +12 -0
  52. package/dist/proxy/conversation-meta.js +1 -0
  53. package/dist/proxy/conversation-state.d.ts +35 -0
  54. package/dist/proxy/conversation-state.js +95 -0
  55. package/dist/proxy/cursor-request.d.ts +6 -0
  56. package/dist/proxy/cursor-request.js +101 -0
  57. package/dist/proxy/index.d.ts +12 -0
  58. package/dist/proxy/index.js +12 -0
  59. package/dist/proxy/server.d.ts +6 -0
  60. package/dist/proxy/server.js +107 -0
  61. package/dist/proxy/sse.d.ts +5 -0
  62. package/dist/proxy/sse.js +5 -0
  63. package/dist/proxy/state-sync.d.ts +2 -0
  64. package/dist/proxy/state-sync.js +17 -0
  65. package/dist/proxy/stream-dispatch.d.ts +42 -0
  66. package/dist/proxy/stream-dispatch.js +634 -0
  67. package/dist/proxy/stream-state.d.ts +7 -0
  68. package/dist/proxy/stream-state.js +1 -0
  69. package/dist/proxy/title.d.ts +1 -0
  70. package/dist/proxy/title.js +103 -0
  71. package/dist/proxy/types.d.ts +32 -0
  72. package/dist/proxy/types.js +1 -0
  73. package/dist/proxy.d.ts +2 -20
  74. package/dist/proxy.js +2 -1852
  75. package/package.json +1 -2
@@ -1,7 +1,7 @@
1
1
  // @generated by protoc-gen-es v2.10.2 with parameter "target=ts"
2
2
  // @generated from file agent.proto (package agent.v1, syntax proto3)
3
3
  /* eslint-disable */
4
- import { enumDesc, fileDesc, messageDesc, serviceDesc } from "@bufbuild/protobuf/codegenv2";
4
+ import { enumDesc, fileDesc, messageDesc, serviceDesc, } from "@bufbuild/protobuf/codegenv2";
5
5
  /**
6
6
  * Describes the file agent.proto.
7
7
  */
@@ -12,102 +12,122 @@ fileDesc("CgthZ2VudC5wcm90bxIIYWdlbnQudjEicgoOR2xvYlRvb2xSZXN1bHQSLAoHc3VjY2Vzcx
12
12
  * Describes the message agent.v1.GlobToolResult.
13
13
  * Use `create(GlobToolResultSchema)` to create a new message.
14
14
  */
15
- export const GlobToolResultSchema = /*@__PURE__*/ messageDesc(file_agent, 0);
15
+ export const GlobToolResultSchema =
16
+ /*@__PURE__*/ messageDesc(file_agent, 0);
16
17
  /**
17
18
  * Describes the message agent.v1.GlobToolError.
18
19
  * Use `create(GlobToolErrorSchema)` to create a new message.
19
20
  */
20
- export const GlobToolErrorSchema = /*@__PURE__*/ messageDesc(file_agent, 1);
21
+ export const GlobToolErrorSchema =
22
+ /*@__PURE__*/ messageDesc(file_agent, 1);
21
23
  /**
22
24
  * Describes the message agent.v1.GlobToolSuccess.
23
25
  * Use `create(GlobToolSuccessSchema)` to create a new message.
24
26
  */
25
- export const GlobToolSuccessSchema = /*@__PURE__*/ messageDesc(file_agent, 2);
27
+ export const GlobToolSuccessSchema =
28
+ /*@__PURE__*/ messageDesc(file_agent, 2);
26
29
  /**
27
30
  * Describes the message agent.v1.GlobToolCall.
28
31
  * Use `create(GlobToolCallSchema)` to create a new message.
29
32
  */
30
- export const GlobToolCallSchema = /*@__PURE__*/ messageDesc(file_agent, 3);
33
+ export const GlobToolCallSchema =
34
+ /*@__PURE__*/ messageDesc(file_agent, 3);
31
35
  /**
32
36
  * Describes the message agent.v1.ReadLintsToolCall.
33
37
  * Use `create(ReadLintsToolCallSchema)` to create a new message.
34
38
  */
35
- export const ReadLintsToolCallSchema = /*@__PURE__*/ messageDesc(file_agent, 4);
39
+ export const ReadLintsToolCallSchema =
40
+ /*@__PURE__*/ messageDesc(file_agent, 4);
36
41
  /**
37
42
  * Describes the message agent.v1.ReadLintsToolArgs.
38
43
  * Use `create(ReadLintsToolArgsSchema)` to create a new message.
39
44
  */
40
- export const ReadLintsToolArgsSchema = /*@__PURE__*/ messageDesc(file_agent, 5);
45
+ export const ReadLintsToolArgsSchema =
46
+ /*@__PURE__*/ messageDesc(file_agent, 5);
41
47
  /**
42
48
  * Describes the message agent.v1.ReadLintsToolResult.
43
49
  * Use `create(ReadLintsToolResultSchema)` to create a new message.
44
50
  */
45
- export const ReadLintsToolResultSchema = /*@__PURE__*/ messageDesc(file_agent, 6);
51
+ export const ReadLintsToolResultSchema =
52
+ /*@__PURE__*/ messageDesc(file_agent, 6);
46
53
  /**
47
54
  * Describes the message agent.v1.ReadLintsToolSuccess.
48
55
  * Use `create(ReadLintsToolSuccessSchema)` to create a new message.
49
56
  */
50
- export const ReadLintsToolSuccessSchema = /*@__PURE__*/ messageDesc(file_agent, 7);
57
+ export const ReadLintsToolSuccessSchema =
58
+ /*@__PURE__*/ messageDesc(file_agent, 7);
51
59
  /**
52
60
  * Describes the message agent.v1.FileDiagnostics.
53
61
  * Use `create(FileDiagnosticsSchema)` to create a new message.
54
62
  */
55
- export const FileDiagnosticsSchema = /*@__PURE__*/ messageDesc(file_agent, 8);
63
+ export const FileDiagnosticsSchema =
64
+ /*@__PURE__*/ messageDesc(file_agent, 8);
56
65
  /**
57
66
  * Describes the message agent.v1.DiagnosticItem.
58
67
  * Use `create(DiagnosticItemSchema)` to create a new message.
59
68
  */
60
- export const DiagnosticItemSchema = /*@__PURE__*/ messageDesc(file_agent, 9);
69
+ export const DiagnosticItemSchema =
70
+ /*@__PURE__*/ messageDesc(file_agent, 9);
61
71
  /**
62
72
  * Describes the message agent.v1.DiagnosticRange.
63
73
  * Use `create(DiagnosticRangeSchema)` to create a new message.
64
74
  */
65
- export const DiagnosticRangeSchema = /*@__PURE__*/ messageDesc(file_agent, 10);
75
+ export const DiagnosticRangeSchema =
76
+ /*@__PURE__*/ messageDesc(file_agent, 10);
66
77
  /**
67
78
  * Describes the message agent.v1.ReadLintsToolError.
68
79
  * Use `create(ReadLintsToolErrorSchema)` to create a new message.
69
80
  */
70
- export const ReadLintsToolErrorSchema = /*@__PURE__*/ messageDesc(file_agent, 11);
81
+ export const ReadLintsToolErrorSchema =
82
+ /*@__PURE__*/ messageDesc(file_agent, 11);
71
83
  /**
72
84
  * Describes the message agent.v1.McpToolError.
73
85
  * Use `create(McpToolErrorSchema)` to create a new message.
74
86
  */
75
- export const McpToolErrorSchema = /*@__PURE__*/ messageDesc(file_agent, 12);
87
+ export const McpToolErrorSchema =
88
+ /*@__PURE__*/ messageDesc(file_agent, 12);
76
89
  /**
77
90
  * Describes the message agent.v1.McpToolResult.
78
91
  * Use `create(McpToolResultSchema)` to create a new message.
79
92
  */
80
- export const McpToolResultSchema = /*@__PURE__*/ messageDesc(file_agent, 13);
93
+ export const McpToolResultSchema =
94
+ /*@__PURE__*/ messageDesc(file_agent, 13);
81
95
  /**
82
96
  * Describes the message agent.v1.McpToolCall.
83
97
  * Use `create(McpToolCallSchema)` to create a new message.
84
98
  */
85
- export const McpToolCallSchema = /*@__PURE__*/ messageDesc(file_agent, 14);
99
+ export const McpToolCallSchema =
100
+ /*@__PURE__*/ messageDesc(file_agent, 14);
86
101
  /**
87
102
  * Describes the message agent.v1.SemSearchToolCall.
88
103
  * Use `create(SemSearchToolCallSchema)` to create a new message.
89
104
  */
90
- export const SemSearchToolCallSchema = /*@__PURE__*/ messageDesc(file_agent, 15);
105
+ export const SemSearchToolCallSchema =
106
+ /*@__PURE__*/ messageDesc(file_agent, 15);
91
107
  /**
92
108
  * Describes the message agent.v1.SemSearchToolArgs.
93
109
  * Use `create(SemSearchToolArgsSchema)` to create a new message.
94
110
  */
95
- export const SemSearchToolArgsSchema = /*@__PURE__*/ messageDesc(file_agent, 16);
111
+ export const SemSearchToolArgsSchema =
112
+ /*@__PURE__*/ messageDesc(file_agent, 16);
96
113
  /**
97
114
  * Describes the message agent.v1.SemSearchToolResult.
98
115
  * Use `create(SemSearchToolResultSchema)` to create a new message.
99
116
  */
100
- export const SemSearchToolResultSchema = /*@__PURE__*/ messageDesc(file_agent, 17);
117
+ export const SemSearchToolResultSchema =
118
+ /*@__PURE__*/ messageDesc(file_agent, 17);
101
119
  /**
102
120
  * Describes the message agent.v1.SemSearchToolSuccess.
103
121
  * Use `create(SemSearchToolSuccessSchema)` to create a new message.
104
122
  */
105
- export const SemSearchToolSuccessSchema = /*@__PURE__*/ messageDesc(file_agent, 18);
123
+ export const SemSearchToolSuccessSchema =
124
+ /*@__PURE__*/ messageDesc(file_agent, 18);
106
125
  /**
107
126
  * Describes the message agent.v1.SemSearchToolError.
108
127
  * Use `create(SemSearchToolErrorSchema)` to create a new message.
109
128
  */
110
- export const SemSearchToolErrorSchema = /*@__PURE__*/ messageDesc(file_agent, 19);
129
+ export const SemSearchToolErrorSchema =
130
+ /*@__PURE__*/ messageDesc(file_agent, 19);
111
131
  /**
112
132
  * Describes the message agent.v1.ListMcpResourcesToolCall.
113
133
  * Use `create(ListMcpResourcesToolCallSchema)` to create a new message.
@@ -126,12 +146,14 @@ messageDesc(file_agent, 21);
126
146
  * Describes the message agent.v1.FetchToolCall.
127
147
  * Use `create(FetchToolCallSchema)` to create a new message.
128
148
  */
129
- export const FetchToolCallSchema = /*@__PURE__*/ messageDesc(file_agent, 22);
149
+ export const FetchToolCallSchema =
150
+ /*@__PURE__*/ messageDesc(file_agent, 22);
130
151
  /**
131
152
  * Describes the message agent.v1.RecordScreenToolCall.
132
153
  * Use `create(RecordScreenToolCallSchema)` to create a new message.
133
154
  */
134
- export const RecordScreenToolCallSchema = /*@__PURE__*/ messageDesc(file_agent, 23);
155
+ export const RecordScreenToolCallSchema =
156
+ /*@__PURE__*/ messageDesc(file_agent, 23);
135
157
  /**
136
158
  * Describes the message agent.v1.WriteShellStdinToolCall.
137
159
  * Use `create(WriteShellStdinToolCallSchema)` to create a new message.
@@ -143,27 +165,32 @@ messageDesc(file_agent, 24);
143
165
  * Describes the message agent.v1.ReflectArgs.
144
166
  * Use `create(ReflectArgsSchema)` to create a new message.
145
167
  */
146
- export const ReflectArgsSchema = /*@__PURE__*/ messageDesc(file_agent, 25);
168
+ export const ReflectArgsSchema =
169
+ /*@__PURE__*/ messageDesc(file_agent, 25);
147
170
  /**
148
171
  * Describes the message agent.v1.ReflectResult.
149
172
  * Use `create(ReflectResultSchema)` to create a new message.
150
173
  */
151
- export const ReflectResultSchema = /*@__PURE__*/ messageDesc(file_agent, 26);
174
+ export const ReflectResultSchema =
175
+ /*@__PURE__*/ messageDesc(file_agent, 26);
152
176
  /**
153
177
  * Describes the message agent.v1.ReflectSuccess.
154
178
  * Use `create(ReflectSuccessSchema)` to create a new message.
155
179
  */
156
- export const ReflectSuccessSchema = /*@__PURE__*/ messageDesc(file_agent, 27);
180
+ export const ReflectSuccessSchema =
181
+ /*@__PURE__*/ messageDesc(file_agent, 27);
157
182
  /**
158
183
  * Describes the message agent.v1.ReflectError.
159
184
  * Use `create(ReflectErrorSchema)` to create a new message.
160
185
  */
161
- export const ReflectErrorSchema = /*@__PURE__*/ messageDesc(file_agent, 28);
186
+ export const ReflectErrorSchema =
187
+ /*@__PURE__*/ messageDesc(file_agent, 28);
162
188
  /**
163
189
  * Describes the message agent.v1.ReflectToolCall.
164
190
  * Use `create(ReflectToolCallSchema)` to create a new message.
165
191
  */
166
- export const ReflectToolCallSchema = /*@__PURE__*/ messageDesc(file_agent, 29);
192
+ export const ReflectToolCallSchema =
193
+ /*@__PURE__*/ messageDesc(file_agent, 29);
167
194
  /**
168
195
  * Describes the message agent.v1.StartGrindExecutionArgs.
169
196
  * Use `create(StartGrindExecutionArgsSchema)` to create a new message.
@@ -243,7 +270,8 @@ export const TaskArgsSchema = /*@__PURE__*/ messageDesc(file_agent, 40);
243
270
  * Describes the message agent.v1.TaskSuccess.
244
271
  * Use `create(TaskSuccessSchema)` to create a new message.
245
272
  */
246
- export const TaskSuccessSchema = /*@__PURE__*/ messageDesc(file_agent, 41);
273
+ export const TaskSuccessSchema =
274
+ /*@__PURE__*/ messageDesc(file_agent, 41);
247
275
  /**
248
276
  * Describes the message agent.v1.TaskError.
249
277
  * Use `create(TaskErrorSchema)` to create a new message.
@@ -253,17 +281,20 @@ export const TaskErrorSchema = /*@__PURE__*/ messageDesc(file_agent, 42);
253
281
  * Describes the message agent.v1.TaskResult.
254
282
  * Use `create(TaskResultSchema)` to create a new message.
255
283
  */
256
- export const TaskResultSchema = /*@__PURE__*/ messageDesc(file_agent, 43);
284
+ export const TaskResultSchema =
285
+ /*@__PURE__*/ messageDesc(file_agent, 43);
257
286
  /**
258
287
  * Describes the message agent.v1.TaskToolCall.
259
288
  * Use `create(TaskToolCallSchema)` to create a new message.
260
289
  */
261
- export const TaskToolCallSchema = /*@__PURE__*/ messageDesc(file_agent, 44);
290
+ export const TaskToolCallSchema =
291
+ /*@__PURE__*/ messageDesc(file_agent, 44);
262
292
  /**
263
293
  * Describes the message agent.v1.TaskToolCallDelta.
264
294
  * Use `create(TaskToolCallDeltaSchema)` to create a new message.
265
295
  */
266
- export const TaskToolCallDeltaSchema = /*@__PURE__*/ messageDesc(file_agent, 45);
296
+ export const TaskToolCallDeltaSchema =
297
+ /*@__PURE__*/ messageDesc(file_agent, 45);
267
298
  /**
268
299
  * Describes the message agent.v1.ToolCall.
269
300
  * Use `create(ToolCallSchema)` to create a new message.
@@ -273,7 +304,8 @@ export const ToolCallSchema = /*@__PURE__*/ messageDesc(file_agent, 46);
273
304
  * Describes the message agent.v1.TruncatedToolCallArgs.
274
305
  * Use `create(TruncatedToolCallArgsSchema)` to create a new message.
275
306
  */
276
- export const TruncatedToolCallArgsSchema = /*@__PURE__*/ messageDesc(file_agent, 47);
307
+ export const TruncatedToolCallArgsSchema =
308
+ /*@__PURE__*/ messageDesc(file_agent, 47);
277
309
  /**
278
310
  * Describes the message agent.v1.TruncatedToolCallSuccess.
279
311
  * Use `create(TruncatedToolCallSuccessSchema)` to create a new message.
@@ -299,37 +331,44 @@ messageDesc(file_agent, 50);
299
331
  * Describes the message agent.v1.TruncatedToolCall.
300
332
  * Use `create(TruncatedToolCallSchema)` to create a new message.
301
333
  */
302
- export const TruncatedToolCallSchema = /*@__PURE__*/ messageDesc(file_agent, 51);
334
+ export const TruncatedToolCallSchema =
335
+ /*@__PURE__*/ messageDesc(file_agent, 51);
303
336
  /**
304
337
  * Describes the message agent.v1.ToolCallDelta.
305
338
  * Use `create(ToolCallDeltaSchema)` to create a new message.
306
339
  */
307
- export const ToolCallDeltaSchema = /*@__PURE__*/ messageDesc(file_agent, 52);
340
+ export const ToolCallDeltaSchema =
341
+ /*@__PURE__*/ messageDesc(file_agent, 52);
308
342
  /**
309
343
  * Describes the message agent.v1.ConversationStep.
310
344
  * Use `create(ConversationStepSchema)` to create a new message.
311
345
  */
312
- export const ConversationStepSchema = /*@__PURE__*/ messageDesc(file_agent, 53);
346
+ export const ConversationStepSchema =
347
+ /*@__PURE__*/ messageDesc(file_agent, 53);
313
348
  /**
314
349
  * Describes the message agent.v1.ConversationAction.
315
350
  * Use `create(ConversationActionSchema)` to create a new message.
316
351
  */
317
- export const ConversationActionSchema = /*@__PURE__*/ messageDesc(file_agent, 54);
352
+ export const ConversationActionSchema =
353
+ /*@__PURE__*/ messageDesc(file_agent, 54);
318
354
  /**
319
355
  * Describes the message agent.v1.UserMessageAction.
320
356
  * Use `create(UserMessageActionSchema)` to create a new message.
321
357
  */
322
- export const UserMessageActionSchema = /*@__PURE__*/ messageDesc(file_agent, 55);
358
+ export const UserMessageActionSchema =
359
+ /*@__PURE__*/ messageDesc(file_agent, 55);
323
360
  /**
324
361
  * Describes the message agent.v1.CancelAction.
325
362
  * Use `create(CancelActionSchema)` to create a new message.
326
363
  */
327
- export const CancelActionSchema = /*@__PURE__*/ messageDesc(file_agent, 56);
364
+ export const CancelActionSchema =
365
+ /*@__PURE__*/ messageDesc(file_agent, 56);
328
366
  /**
329
367
  * Describes the message agent.v1.ResumeAction.
330
368
  * Use `create(ResumeActionSchema)` to create a new message.
331
369
  */
332
- export const ResumeActionSchema = /*@__PURE__*/ messageDesc(file_agent, 57);
370
+ export const ResumeActionSchema =
371
+ /*@__PURE__*/ messageDesc(file_agent, 57);
333
372
  /**
334
373
  * Describes the message agent.v1.AsyncAskQuestionCompletionAction.
335
374
  * Use `create(AsyncAskQuestionCompletionActionSchema)` to create a new message.
@@ -341,57 +380,68 @@ messageDesc(file_agent, 58);
341
380
  * Describes the message agent.v1.SummarizeAction.
342
381
  * Use `create(SummarizeActionSchema)` to create a new message.
343
382
  */
344
- export const SummarizeActionSchema = /*@__PURE__*/ messageDesc(file_agent, 59);
383
+ export const SummarizeActionSchema =
384
+ /*@__PURE__*/ messageDesc(file_agent, 59);
345
385
  /**
346
386
  * Describes the message agent.v1.ShellCommandAction.
347
387
  * Use `create(ShellCommandActionSchema)` to create a new message.
348
388
  */
349
- export const ShellCommandActionSchema = /*@__PURE__*/ messageDesc(file_agent, 60);
389
+ export const ShellCommandActionSchema =
390
+ /*@__PURE__*/ messageDesc(file_agent, 60);
350
391
  /**
351
392
  * Describes the message agent.v1.StartPlanAction.
352
393
  * Use `create(StartPlanActionSchema)` to create a new message.
353
394
  */
354
- export const StartPlanActionSchema = /*@__PURE__*/ messageDesc(file_agent, 61);
395
+ export const StartPlanActionSchema =
396
+ /*@__PURE__*/ messageDesc(file_agent, 61);
355
397
  /**
356
398
  * Describes the message agent.v1.ExecutePlanAction.
357
399
  * Use `create(ExecutePlanActionSchema)` to create a new message.
358
400
  */
359
- export const ExecutePlanActionSchema = /*@__PURE__*/ messageDesc(file_agent, 62);
401
+ export const ExecutePlanActionSchema =
402
+ /*@__PURE__*/ messageDesc(file_agent, 62);
360
403
  /**
361
404
  * Describes the message agent.v1.UserMessage.
362
405
  * Use `create(UserMessageSchema)` to create a new message.
363
406
  */
364
- export const UserMessageSchema = /*@__PURE__*/ messageDesc(file_agent, 63);
407
+ export const UserMessageSchema =
408
+ /*@__PURE__*/ messageDesc(file_agent, 63);
365
409
  /**
366
410
  * Describes the message agent.v1.AssistantMessage.
367
411
  * Use `create(AssistantMessageSchema)` to create a new message.
368
412
  */
369
- export const AssistantMessageSchema = /*@__PURE__*/ messageDesc(file_agent, 64);
413
+ export const AssistantMessageSchema =
414
+ /*@__PURE__*/ messageDesc(file_agent, 64);
370
415
  /**
371
416
  * Describes the message agent.v1.ThinkingMessage.
372
417
  * Use `create(ThinkingMessageSchema)` to create a new message.
373
418
  */
374
- export const ThinkingMessageSchema = /*@__PURE__*/ messageDesc(file_agent, 65);
419
+ export const ThinkingMessageSchema =
420
+ /*@__PURE__*/ messageDesc(file_agent, 65);
375
421
  /**
376
422
  * Describes the message agent.v1.ShellCommand.
377
423
  * Use `create(ShellCommandSchema)` to create a new message.
378
424
  */
379
- export const ShellCommandSchema = /*@__PURE__*/ messageDesc(file_agent, 66);
425
+ export const ShellCommandSchema =
426
+ /*@__PURE__*/ messageDesc(file_agent, 66);
380
427
  /**
381
428
  * Describes the message agent.v1.ShellOutput.
382
429
  * Use `create(ShellOutputSchema)` to create a new message.
383
430
  */
384
- export const ShellOutputSchema = /*@__PURE__*/ messageDesc(file_agent, 67);
431
+ export const ShellOutputSchema =
432
+ /*@__PURE__*/ messageDesc(file_agent, 67);
385
433
  /**
386
434
  * Describes the message agent.v1.ConversationTurn.
387
435
  * Use `create(ConversationTurnSchema)` to create a new message.
388
436
  */
389
- export const ConversationTurnSchema = /*@__PURE__*/ messageDesc(file_agent, 68);
437
+ export const ConversationTurnSchema =
438
+ /*@__PURE__*/ messageDesc(file_agent, 68);
390
439
  /**
391
440
  * Describes the message agent.v1.ConversationPlan.
392
441
  * Use `create(ConversationPlanSchema)` to create a new message.
393
442
  */
394
- export const ConversationPlanSchema = /*@__PURE__*/ messageDesc(file_agent, 69);
443
+ export const ConversationPlanSchema =
444
+ /*@__PURE__*/ messageDesc(file_agent, 69);
395
445
  /**
396
446
  * Describes the message agent.v1.ConversationTurnStructure.
397
447
  * Use `create(ConversationTurnStructureSchema)` to create a new message.
@@ -403,7 +453,8 @@ messageDesc(file_agent, 70);
403
453
  * Describes the message agent.v1.AgentConversationTurn.
404
454
  * Use `create(AgentConversationTurnSchema)` to create a new message.
405
455
  */
406
- export const AgentConversationTurnSchema = /*@__PURE__*/ messageDesc(file_agent, 71);
456
+ export const AgentConversationTurnSchema =
457
+ /*@__PURE__*/ messageDesc(file_agent, 71);
407
458
  /**
408
459
  * Describes the message agent.v1.AgentConversationTurnStructure.
409
460
  * Use `create(AgentConversationTurnStructureSchema)` to create a new message.
@@ -415,7 +466,8 @@ messageDesc(file_agent, 72);
415
466
  * Describes the message agent.v1.ShellConversationTurn.
416
467
  * Use `create(ShellConversationTurnSchema)` to create a new message.
417
468
  */
418
- export const ShellConversationTurnSchema = /*@__PURE__*/ messageDesc(file_agent, 73);
469
+ export const ShellConversationTurnSchema =
470
+ /*@__PURE__*/ messageDesc(file_agent, 73);
419
471
  /**
420
472
  * Describes the message agent.v1.ShellConversationTurnStructure.
421
473
  * Use `create(ShellConversationTurnStructureSchema)` to create a new message.
@@ -427,7 +479,8 @@ messageDesc(file_agent, 74);
427
479
  * Describes the message agent.v1.ConversationSummary.
428
480
  * Use `create(ConversationSummarySchema)` to create a new message.
429
481
  */
430
- export const ConversationSummarySchema = /*@__PURE__*/ messageDesc(file_agent, 75);
482
+ export const ConversationSummarySchema =
483
+ /*@__PURE__*/ messageDesc(file_agent, 75);
431
484
  /**
432
485
  * Describes the message agent.v1.ConversationSummaryArchive.
433
486
  * Use `create(ConversationSummaryArchiveSchema)` to create a new message.
@@ -451,17 +504,20 @@ export const FileStateSchema = /*@__PURE__*/ messageDesc(file_agent, 78);
451
504
  * Describes the message agent.v1.FileStateStructure.
452
505
  * Use `create(FileStateStructureSchema)` to create a new message.
453
506
  */
454
- export const FileStateStructureSchema = /*@__PURE__*/ messageDesc(file_agent, 79);
507
+ export const FileStateStructureSchema =
508
+ /*@__PURE__*/ messageDesc(file_agent, 79);
455
509
  /**
456
510
  * Describes the message agent.v1.StepTiming.
457
511
  * Use `create(StepTimingSchema)` to create a new message.
458
512
  */
459
- export const StepTimingSchema = /*@__PURE__*/ messageDesc(file_agent, 80);
513
+ export const StepTimingSchema =
514
+ /*@__PURE__*/ messageDesc(file_agent, 80);
460
515
  /**
461
516
  * Describes the message agent.v1.ConversationState.
462
517
  * Use `create(ConversationStateSchema)` to create a new message.
463
518
  */
464
- export const ConversationStateSchema = /*@__PURE__*/ messageDesc(file_agent, 81);
519
+ export const ConversationStateSchema =
520
+ /*@__PURE__*/ messageDesc(file_agent, 81);
465
521
  /**
466
522
  * Describes the message agent.v1.SubagentPersistedState.
467
523
  * Use `create(SubagentPersistedStateSchema)` to create a new message.
@@ -480,32 +536,38 @@ messageDesc(file_agent, 83);
480
536
  * Describes the message agent.v1.ThinkingDetails.
481
537
  * Use `create(ThinkingDetailsSchema)` to create a new message.
482
538
  */
483
- export const ThinkingDetailsSchema = /*@__PURE__*/ messageDesc(file_agent, 84);
539
+ export const ThinkingDetailsSchema =
540
+ /*@__PURE__*/ messageDesc(file_agent, 84);
484
541
  /**
485
542
  * Describes the message agent.v1.ApiKeyCredentials.
486
543
  * Use `create(ApiKeyCredentialsSchema)` to create a new message.
487
544
  */
488
- export const ApiKeyCredentialsSchema = /*@__PURE__*/ messageDesc(file_agent, 85);
545
+ export const ApiKeyCredentialsSchema =
546
+ /*@__PURE__*/ messageDesc(file_agent, 85);
489
547
  /**
490
548
  * Describes the message agent.v1.AzureCredentials.
491
549
  * Use `create(AzureCredentialsSchema)` to create a new message.
492
550
  */
493
- export const AzureCredentialsSchema = /*@__PURE__*/ messageDesc(file_agent, 86);
551
+ export const AzureCredentialsSchema =
552
+ /*@__PURE__*/ messageDesc(file_agent, 86);
494
553
  /**
495
554
  * Describes the message agent.v1.BedrockCredentials.
496
555
  * Use `create(BedrockCredentialsSchema)` to create a new message.
497
556
  */
498
- export const BedrockCredentialsSchema = /*@__PURE__*/ messageDesc(file_agent, 87);
557
+ export const BedrockCredentialsSchema =
558
+ /*@__PURE__*/ messageDesc(file_agent, 87);
499
559
  /**
500
560
  * Describes the message agent.v1.ModelDetails.
501
561
  * Use `create(ModelDetailsSchema)` to create a new message.
502
562
  */
503
- export const ModelDetailsSchema = /*@__PURE__*/ messageDesc(file_agent, 88);
563
+ export const ModelDetailsSchema =
564
+ /*@__PURE__*/ messageDesc(file_agent, 88);
504
565
  /**
505
566
  * Describes the message agent.v1.RequestedModel.
506
567
  * Use `create(RequestedModelSchema)` to create a new message.
507
568
  */
508
- export const RequestedModelSchema = /*@__PURE__*/ messageDesc(file_agent, 89);
569
+ export const RequestedModelSchema =
570
+ /*@__PURE__*/ messageDesc(file_agent, 89);
509
571
  /**
510
572
  * Describes the message agent.v1.RequestedModel_ModelParameterbytes.
511
573
  * Use `create(RequestedModel_ModelParameterbytesSchema)` to create a new message.
@@ -517,17 +579,20 @@ messageDesc(file_agent, 90);
517
579
  * Describes the message agent.v1.AgentRunRequest.
518
580
  * Use `create(AgentRunRequestSchema)` to create a new message.
519
581
  */
520
- export const AgentRunRequestSchema = /*@__PURE__*/ messageDesc(file_agent, 91);
582
+ export const AgentRunRequestSchema =
583
+ /*@__PURE__*/ messageDesc(file_agent, 91);
521
584
  /**
522
585
  * Describes the message agent.v1.TextDeltaUpdate.
523
586
  * Use `create(TextDeltaUpdateSchema)` to create a new message.
524
587
  */
525
- export const TextDeltaUpdateSchema = /*@__PURE__*/ messageDesc(file_agent, 92);
588
+ export const TextDeltaUpdateSchema =
589
+ /*@__PURE__*/ messageDesc(file_agent, 92);
526
590
  /**
527
591
  * Describes the message agent.v1.ToolCallStartedUpdate.
528
592
  * Use `create(ToolCallStartedUpdateSchema)` to create a new message.
529
593
  */
530
- export const ToolCallStartedUpdateSchema = /*@__PURE__*/ messageDesc(file_agent, 93);
594
+ export const ToolCallStartedUpdateSchema =
595
+ /*@__PURE__*/ messageDesc(file_agent, 93);
531
596
  /**
532
597
  * Describes the message agent.v1.ToolCallCompletedUpdate.
533
598
  * Use `create(ToolCallCompletedUpdateSchema)` to create a new message.
@@ -539,17 +604,20 @@ messageDesc(file_agent, 94);
539
604
  * Describes the message agent.v1.ToolCallDeltaUpdate.
540
605
  * Use `create(ToolCallDeltaUpdateSchema)` to create a new message.
541
606
  */
542
- export const ToolCallDeltaUpdateSchema = /*@__PURE__*/ messageDesc(file_agent, 95);
607
+ export const ToolCallDeltaUpdateSchema =
608
+ /*@__PURE__*/ messageDesc(file_agent, 95);
543
609
  /**
544
610
  * Describes the message agent.v1.PartialToolCallUpdate.
545
611
  * Use `create(PartialToolCallUpdateSchema)` to create a new message.
546
612
  */
547
- export const PartialToolCallUpdateSchema = /*@__PURE__*/ messageDesc(file_agent, 96);
613
+ export const PartialToolCallUpdateSchema =
614
+ /*@__PURE__*/ messageDesc(file_agent, 96);
548
615
  /**
549
616
  * Describes the message agent.v1.ThinkingDeltaUpdate.
550
617
  * Use `create(ThinkingDeltaUpdateSchema)` to create a new message.
551
618
  */
552
- export const ThinkingDeltaUpdateSchema = /*@__PURE__*/ messageDesc(file_agent, 97);
619
+ export const ThinkingDeltaUpdateSchema =
620
+ /*@__PURE__*/ messageDesc(file_agent, 97);
553
621
  /**
554
622
  * Describes the message agent.v1.ThinkingCompletedUpdate.
555
623
  * Use `create(ThinkingCompletedUpdateSchema)` to create a new message.
@@ -561,22 +629,26 @@ messageDesc(file_agent, 98);
561
629
  * Describes the message agent.v1.TokenDeltaUpdate.
562
630
  * Use `create(TokenDeltaUpdateSchema)` to create a new message.
563
631
  */
564
- export const TokenDeltaUpdateSchema = /*@__PURE__*/ messageDesc(file_agent, 99);
632
+ export const TokenDeltaUpdateSchema =
633
+ /*@__PURE__*/ messageDesc(file_agent, 99);
565
634
  /**
566
635
  * Describes the message agent.v1.SummaryUpdate.
567
636
  * Use `create(SummaryUpdateSchema)` to create a new message.
568
637
  */
569
- export const SummaryUpdateSchema = /*@__PURE__*/ messageDesc(file_agent, 100);
638
+ export const SummaryUpdateSchema =
639
+ /*@__PURE__*/ messageDesc(file_agent, 100);
570
640
  /**
571
641
  * Describes the message agent.v1.SummaryStartedUpdate.
572
642
  * Use `create(SummaryStartedUpdateSchema)` to create a new message.
573
643
  */
574
- export const SummaryStartedUpdateSchema = /*@__PURE__*/ messageDesc(file_agent, 101);
644
+ export const SummaryStartedUpdateSchema =
645
+ /*@__PURE__*/ messageDesc(file_agent, 101);
575
646
  /**
576
647
  * Describes the message agent.v1.HeartbeatUpdate.
577
648
  * Use `create(HeartbeatUpdateSchema)` to create a new message.
578
649
  */
579
- export const HeartbeatUpdateSchema = /*@__PURE__*/ messageDesc(file_agent, 102);
650
+ export const HeartbeatUpdateSchema =
651
+ /*@__PURE__*/ messageDesc(file_agent, 102);
580
652
  /**
581
653
  * Describes the message agent.v1.SummaryCompletedUpdate.
582
654
  * Use `create(SummaryCompletedUpdateSchema)` to create a new message.
@@ -595,7 +667,8 @@ messageDesc(file_agent, 104);
595
667
  * Describes the message agent.v1.TurnEndedUpdate.
596
668
  * Use `create(TurnEndedUpdateSchema)` to create a new message.
597
669
  */
598
- export const TurnEndedUpdateSchema = /*@__PURE__*/ messageDesc(file_agent, 105);
670
+ export const TurnEndedUpdateSchema =
671
+ /*@__PURE__*/ messageDesc(file_agent, 105);
599
672
  /**
600
673
  * Describes the message agent.v1.UserMessageAppendedUpdate.
601
674
  * Use `create(UserMessageAppendedUpdateSchema)` to create a new message.
@@ -607,27 +680,32 @@ messageDesc(file_agent, 106);
607
680
  * Describes the message agent.v1.StepStartedUpdate.
608
681
  * Use `create(StepStartedUpdateSchema)` to create a new message.
609
682
  */
610
- export const StepStartedUpdateSchema = /*@__PURE__*/ messageDesc(file_agent, 107);
683
+ export const StepStartedUpdateSchema =
684
+ /*@__PURE__*/ messageDesc(file_agent, 107);
611
685
  /**
612
686
  * Describes the message agent.v1.StepCompletedUpdate.
613
687
  * Use `create(StepCompletedUpdateSchema)` to create a new message.
614
688
  */
615
- export const StepCompletedUpdateSchema = /*@__PURE__*/ messageDesc(file_agent, 108);
689
+ export const StepCompletedUpdateSchema =
690
+ /*@__PURE__*/ messageDesc(file_agent, 108);
616
691
  /**
617
692
  * Describes the message agent.v1.InteractionUpdate.
618
693
  * Use `create(InteractionUpdateSchema)` to create a new message.
619
694
  */
620
- export const InteractionUpdateSchema = /*@__PURE__*/ messageDesc(file_agent, 109);
695
+ export const InteractionUpdateSchema =
696
+ /*@__PURE__*/ messageDesc(file_agent, 109);
621
697
  /**
622
698
  * Describes the message agent.v1.InteractionQuery.
623
699
  * Use `create(InteractionQuerySchema)` to create a new message.
624
700
  */
625
- export const InteractionQuerySchema = /*@__PURE__*/ messageDesc(file_agent, 110);
701
+ export const InteractionQuerySchema =
702
+ /*@__PURE__*/ messageDesc(file_agent, 110);
626
703
  /**
627
704
  * Describes the message agent.v1.InteractionResponse.
628
705
  * Use `create(InteractionResponseSchema)` to create a new message.
629
706
  */
630
- export const InteractionResponseSchema = /*@__PURE__*/ messageDesc(file_agent, 111);
707
+ export const InteractionResponseSchema =
708
+ /*@__PURE__*/ messageDesc(file_agent, 111);
631
709
  /**
632
710
  * Describes the message agent.v1.AskQuestionInteractionQuery.
633
711
  * Use `create(AskQuestionInteractionQuerySchema)` to create a new message.
@@ -646,17 +724,20 @@ messageDesc(file_agent, 113);
646
724
  * Describes the message agent.v1.ClientHeartbeat.
647
725
  * Use `create(ClientHeartbeatSchema)` to create a new message.
648
726
  */
649
- export const ClientHeartbeatSchema = /*@__PURE__*/ messageDesc(file_agent, 114);
727
+ export const ClientHeartbeatSchema =
728
+ /*@__PURE__*/ messageDesc(file_agent, 114);
650
729
  /**
651
730
  * Describes the message agent.v1.PrewarmRequest.
652
731
  * Use `create(PrewarmRequestSchema)` to create a new message.
653
732
  */
654
- export const PrewarmRequestSchema = /*@__PURE__*/ messageDesc(file_agent, 115);
733
+ export const PrewarmRequestSchema =
734
+ /*@__PURE__*/ messageDesc(file_agent, 115);
655
735
  /**
656
736
  * Describes the message agent.v1.ExecServerAbort.
657
737
  * Use `create(ExecServerAbortSchema)` to create a new message.
658
738
  */
659
- export const ExecServerAbortSchema = /*@__PURE__*/ messageDesc(file_agent, 116);
739
+ export const ExecServerAbortSchema =
740
+ /*@__PURE__*/ messageDesc(file_agent, 116);
660
741
  /**
661
742
  * Describes the message agent.v1.ExecServerControlMessage.
662
743
  * Use `create(ExecServerControlMessageSchema)` to create a new message.
@@ -668,22 +749,26 @@ messageDesc(file_agent, 117);
668
749
  * Describes the message agent.v1.AgentClientMessage.
669
750
  * Use `create(AgentClientMessageSchema)` to create a new message.
670
751
  */
671
- export const AgentClientMessageSchema = /*@__PURE__*/ messageDesc(file_agent, 118);
752
+ export const AgentClientMessageSchema =
753
+ /*@__PURE__*/ messageDesc(file_agent, 118);
672
754
  /**
673
755
  * Describes the message agent.v1.AgentServerMessage.
674
756
  * Use `create(AgentServerMessageSchema)` to create a new message.
675
757
  */
676
- export const AgentServerMessageSchema = /*@__PURE__*/ messageDesc(file_agent, 119);
758
+ export const AgentServerMessageSchema =
759
+ /*@__PURE__*/ messageDesc(file_agent, 119);
677
760
  /**
678
761
  * Describes the message agent.v1.NameAgentRequest.
679
762
  * Use `create(NameAgentRequestSchema)` to create a new message.
680
763
  */
681
- export const NameAgentRequestSchema = /*@__PURE__*/ messageDesc(file_agent, 120);
764
+ export const NameAgentRequestSchema =
765
+ /*@__PURE__*/ messageDesc(file_agent, 120);
682
766
  /**
683
767
  * Describes the message agent.v1.NameAgentResponse.
684
768
  * Use `create(NameAgentResponseSchema)` to create a new message.
685
769
  */
686
- export const NameAgentResponseSchema = /*@__PURE__*/ messageDesc(file_agent, 121);
770
+ export const NameAgentResponseSchema =
771
+ /*@__PURE__*/ messageDesc(file_agent, 121);
687
772
  /**
688
773
  * Describes the message agent.v1.GetUsableModelsRequest.
689
774
  * Use `create(GetUsableModelsRequestSchema)` to create a new message.
@@ -730,12 +815,14 @@ messageDesc(file_agent, 127);
730
815
  * Describes the message agent.v1.IdeEditorsStateFile.
731
816
  * Use `create(IdeEditorsStateFileSchema)` to create a new message.
732
817
  */
733
- export const IdeEditorsStateFileSchema = /*@__PURE__*/ messageDesc(file_agent, 128);
818
+ export const IdeEditorsStateFileSchema =
819
+ /*@__PURE__*/ messageDesc(file_agent, 128);
734
820
  /**
735
821
  * Describes the message agent.v1.IdeEditorsStateLite.
736
822
  * Use `create(IdeEditorsStateLiteSchema)` to create a new message.
737
823
  */
738
- export const IdeEditorsStateLiteSchema = /*@__PURE__*/ messageDesc(file_agent, 129);
824
+ export const IdeEditorsStateLiteSchema =
825
+ /*@__PURE__*/ messageDesc(file_agent, 129);
739
826
  /**
740
827
  * Describes the message agent.v1.ApplyAgentDiffToolCall.
741
828
  * Use `create(ApplyAgentDiffToolCallSchema)` to create a new message.
@@ -747,12 +834,14 @@ messageDesc(file_agent, 130);
747
834
  * Describes the message agent.v1.ApplyAgentDiffArgs.
748
835
  * Use `create(ApplyAgentDiffArgsSchema)` to create a new message.
749
836
  */
750
- export const ApplyAgentDiffArgsSchema = /*@__PURE__*/ messageDesc(file_agent, 131);
837
+ export const ApplyAgentDiffArgsSchema =
838
+ /*@__PURE__*/ messageDesc(file_agent, 131);
751
839
  /**
752
840
  * Describes the message agent.v1.ApplyAgentDiffResult.
753
841
  * Use `create(ApplyAgentDiffResultSchema)` to create a new message.
754
842
  */
755
- export const ApplyAgentDiffResultSchema = /*@__PURE__*/ messageDesc(file_agent, 132);
843
+ export const ApplyAgentDiffResultSchema =
844
+ /*@__PURE__*/ messageDesc(file_agent, 132);
756
845
  /**
757
846
  * Describes the message agent.v1.ApplyAgentDiffSuccess.
758
847
  * Use `create(ApplyAgentDiffSuccessSchema)` to create a new message.
@@ -764,22 +853,26 @@ messageDesc(file_agent, 133);
764
853
  * Describes the message agent.v1.AppliedAgentChange.
765
854
  * Use `create(AppliedAgentChangeSchema)` to create a new message.
766
855
  */
767
- export const AppliedAgentChangeSchema = /*@__PURE__*/ messageDesc(file_agent, 134);
856
+ export const AppliedAgentChangeSchema =
857
+ /*@__PURE__*/ messageDesc(file_agent, 134);
768
858
  /**
769
859
  * Describes the message agent.v1.ApplyAgentDiffError.
770
860
  * Use `create(ApplyAgentDiffErrorSchema)` to create a new message.
771
861
  */
772
- export const ApplyAgentDiffErrorSchema = /*@__PURE__*/ messageDesc(file_agent, 135);
862
+ export const ApplyAgentDiffErrorSchema =
863
+ /*@__PURE__*/ messageDesc(file_agent, 135);
773
864
  /**
774
865
  * Describes the message agent.v1.AskQuestionToolCall.
775
866
  * Use `create(AskQuestionToolCallSchema)` to create a new message.
776
867
  */
777
- export const AskQuestionToolCallSchema = /*@__PURE__*/ messageDesc(file_agent, 136);
868
+ export const AskQuestionToolCallSchema =
869
+ /*@__PURE__*/ messageDesc(file_agent, 136);
778
870
  /**
779
871
  * Describes the message agent.v1.AskQuestionArgs.
780
872
  * Use `create(AskQuestionArgsSchema)` to create a new message.
781
873
  */
782
- export const AskQuestionArgsSchema = /*@__PURE__*/ messageDesc(file_agent, 137);
874
+ export const AskQuestionArgsSchema =
875
+ /*@__PURE__*/ messageDesc(file_agent, 137);
783
876
  /**
784
877
  * Describes the message agent.v1.AskQuestionArgs_Question.
785
878
  * Use `create(AskQuestionArgs_QuestionSchema)` to create a new message.
@@ -798,17 +891,20 @@ messageDesc(file_agent, 139);
798
891
  * Describes the message agent.v1.AskQuestionAsync.
799
892
  * Use `create(AskQuestionAsyncSchema)` to create a new message.
800
893
  */
801
- export const AskQuestionAsyncSchema = /*@__PURE__*/ messageDesc(file_agent, 140);
894
+ export const AskQuestionAsyncSchema =
895
+ /*@__PURE__*/ messageDesc(file_agent, 140);
802
896
  /**
803
897
  * Describes the message agent.v1.AskQuestionResult.
804
898
  * Use `create(AskQuestionResultSchema)` to create a new message.
805
899
  */
806
- export const AskQuestionResultSchema = /*@__PURE__*/ messageDesc(file_agent, 141);
900
+ export const AskQuestionResultSchema =
901
+ /*@__PURE__*/ messageDesc(file_agent, 141);
807
902
  /**
808
903
  * Describes the message agent.v1.AskQuestionSuccess.
809
904
  * Use `create(AskQuestionSuccessSchema)` to create a new message.
810
905
  */
811
- export const AskQuestionSuccessSchema = /*@__PURE__*/ messageDesc(file_agent, 142);
906
+ export const AskQuestionSuccessSchema =
907
+ /*@__PURE__*/ messageDesc(file_agent, 142);
812
908
  /**
813
909
  * Describes the message agent.v1.AskQuestionSuccess_Answer.
814
910
  * Use `create(AskQuestionSuccess_AnswerSchema)` to create a new message.
@@ -820,12 +916,14 @@ messageDesc(file_agent, 143);
820
916
  * Describes the message agent.v1.AskQuestionError.
821
917
  * Use `create(AskQuestionErrorSchema)` to create a new message.
822
918
  */
823
- export const AskQuestionErrorSchema = /*@__PURE__*/ messageDesc(file_agent, 144);
919
+ export const AskQuestionErrorSchema =
920
+ /*@__PURE__*/ messageDesc(file_agent, 144);
824
921
  /**
825
922
  * Describes the message agent.v1.AskQuestionRejected.
826
923
  * Use `create(AskQuestionRejectedSchema)` to create a new message.
827
924
  */
828
- export const AskQuestionRejectedSchema = /*@__PURE__*/ messageDesc(file_agent, 145);
925
+ export const AskQuestionRejectedSchema =
926
+ /*@__PURE__*/ messageDesc(file_agent, 145);
829
927
  /**
830
928
  * Describes the message agent.v1.BackgroundShellSpawnArgs.
831
929
  * Use `create(BackgroundShellSpawnArgsSchema)` to create a new message.
@@ -858,7 +956,8 @@ messageDesc(file_agent, 149);
858
956
  * Describes the message agent.v1.WriteShellStdinArgs.
859
957
  * Use `create(WriteShellStdinArgsSchema)` to create a new message.
860
958
  */
861
- export const WriteShellStdinArgsSchema = /*@__PURE__*/ messageDesc(file_agent, 150);
959
+ export const WriteShellStdinArgsSchema =
960
+ /*@__PURE__*/ messageDesc(file_agent, 150);
862
961
  /**
863
962
  * Describes the message agent.v1.WriteShellStdinResult.
864
963
  * Use `create(WriteShellStdinResultSchema)` to create a new message.
@@ -877,57 +976,68 @@ messageDesc(file_agent, 152);
877
976
  * Describes the message agent.v1.WriteShellStdinError.
878
977
  * Use `create(WriteShellStdinErrorSchema)` to create a new message.
879
978
  */
880
- export const WriteShellStdinErrorSchema = /*@__PURE__*/ messageDesc(file_agent, 153);
979
+ export const WriteShellStdinErrorSchema =
980
+ /*@__PURE__*/ messageDesc(file_agent, 153);
881
981
  /**
882
982
  * Describes the message agent.v1.Coordinate.
883
983
  * Use `create(CoordinateSchema)` to create a new message.
884
984
  */
885
- export const CoordinateSchema = /*@__PURE__*/ messageDesc(file_agent, 154);
985
+ export const CoordinateSchema =
986
+ /*@__PURE__*/ messageDesc(file_agent, 154);
886
987
  /**
887
988
  * Describes the message agent.v1.ComputerUseArgs.
888
989
  * Use `create(ComputerUseArgsSchema)` to create a new message.
889
990
  */
890
- export const ComputerUseArgsSchema = /*@__PURE__*/ messageDesc(file_agent, 155);
991
+ export const ComputerUseArgsSchema =
992
+ /*@__PURE__*/ messageDesc(file_agent, 155);
891
993
  /**
892
994
  * Describes the message agent.v1.ComputerUseAction.
893
995
  * Use `create(ComputerUseActionSchema)` to create a new message.
894
996
  */
895
- export const ComputerUseActionSchema = /*@__PURE__*/ messageDesc(file_agent, 156);
997
+ export const ComputerUseActionSchema =
998
+ /*@__PURE__*/ messageDesc(file_agent, 156);
896
999
  /**
897
1000
  * Describes the message agent.v1.MouseMoveAction.
898
1001
  * Use `create(MouseMoveActionSchema)` to create a new message.
899
1002
  */
900
- export const MouseMoveActionSchema = /*@__PURE__*/ messageDesc(file_agent, 157);
1003
+ export const MouseMoveActionSchema =
1004
+ /*@__PURE__*/ messageDesc(file_agent, 157);
901
1005
  /**
902
1006
  * Describes the message agent.v1.ClickAction.
903
1007
  * Use `create(ClickActionSchema)` to create a new message.
904
1008
  */
905
- export const ClickActionSchema = /*@__PURE__*/ messageDesc(file_agent, 158);
1009
+ export const ClickActionSchema =
1010
+ /*@__PURE__*/ messageDesc(file_agent, 158);
906
1011
  /**
907
1012
  * Describes the message agent.v1.MouseDownAction.
908
1013
  * Use `create(MouseDownActionSchema)` to create a new message.
909
1014
  */
910
- export const MouseDownActionSchema = /*@__PURE__*/ messageDesc(file_agent, 159);
1015
+ export const MouseDownActionSchema =
1016
+ /*@__PURE__*/ messageDesc(file_agent, 159);
911
1017
  /**
912
1018
  * Describes the message agent.v1.MouseUpAction.
913
1019
  * Use `create(MouseUpActionSchema)` to create a new message.
914
1020
  */
915
- export const MouseUpActionSchema = /*@__PURE__*/ messageDesc(file_agent, 160);
1021
+ export const MouseUpActionSchema =
1022
+ /*@__PURE__*/ messageDesc(file_agent, 160);
916
1023
  /**
917
1024
  * Describes the message agent.v1.DragAction.
918
1025
  * Use `create(DragActionSchema)` to create a new message.
919
1026
  */
920
- export const DragActionSchema = /*@__PURE__*/ messageDesc(file_agent, 161);
1027
+ export const DragActionSchema =
1028
+ /*@__PURE__*/ messageDesc(file_agent, 161);
921
1029
  /**
922
1030
  * Describes the message agent.v1.ScrollAction.
923
1031
  * Use `create(ScrollActionSchema)` to create a new message.
924
1032
  */
925
- export const ScrollActionSchema = /*@__PURE__*/ messageDesc(file_agent, 162);
1033
+ export const ScrollActionSchema =
1034
+ /*@__PURE__*/ messageDesc(file_agent, 162);
926
1035
  /**
927
1036
  * Describes the message agent.v1.TypeAction.
928
1037
  * Use `create(TypeActionSchema)` to create a new message.
929
1038
  */
930
- export const TypeActionSchema = /*@__PURE__*/ messageDesc(file_agent, 163);
1039
+ export const TypeActionSchema =
1040
+ /*@__PURE__*/ messageDesc(file_agent, 163);
931
1041
  /**
932
1042
  * Describes the message agent.v1.KeyAction.
933
1043
  * Use `create(KeyActionSchema)` to create a new message.
@@ -937,42 +1047,50 @@ export const KeyActionSchema = /*@__PURE__*/ messageDesc(file_agent, 164);
937
1047
  * Describes the message agent.v1.WaitAction.
938
1048
  * Use `create(WaitActionSchema)` to create a new message.
939
1049
  */
940
- export const WaitActionSchema = /*@__PURE__*/ messageDesc(file_agent, 165);
1050
+ export const WaitActionSchema =
1051
+ /*@__PURE__*/ messageDesc(file_agent, 165);
941
1052
  /**
942
1053
  * Describes the message agent.v1.ScreenshotAction.
943
1054
  * Use `create(ScreenshotActionSchema)` to create a new message.
944
1055
  */
945
- export const ScreenshotActionSchema = /*@__PURE__*/ messageDesc(file_agent, 166);
1056
+ export const ScreenshotActionSchema =
1057
+ /*@__PURE__*/ messageDesc(file_agent, 166);
946
1058
  /**
947
1059
  * Describes the message agent.v1.CursorPositionAction.
948
1060
  * Use `create(CursorPositionActionSchema)` to create a new message.
949
1061
  */
950
- export const CursorPositionActionSchema = /*@__PURE__*/ messageDesc(file_agent, 167);
1062
+ export const CursorPositionActionSchema =
1063
+ /*@__PURE__*/ messageDesc(file_agent, 167);
951
1064
  /**
952
1065
  * Describes the message agent.v1.ComputerUseResult.
953
1066
  * Use `create(ComputerUseResultSchema)` to create a new message.
954
1067
  */
955
- export const ComputerUseResultSchema = /*@__PURE__*/ messageDesc(file_agent, 168);
1068
+ export const ComputerUseResultSchema =
1069
+ /*@__PURE__*/ messageDesc(file_agent, 168);
956
1070
  /**
957
1071
  * Describes the message agent.v1.ComputerUseSuccess.
958
1072
  * Use `create(ComputerUseSuccessSchema)` to create a new message.
959
1073
  */
960
- export const ComputerUseSuccessSchema = /*@__PURE__*/ messageDesc(file_agent, 169);
1074
+ export const ComputerUseSuccessSchema =
1075
+ /*@__PURE__*/ messageDesc(file_agent, 169);
961
1076
  /**
962
1077
  * Describes the message agent.v1.ComputerUseError.
963
1078
  * Use `create(ComputerUseErrorSchema)` to create a new message.
964
1079
  */
965
- export const ComputerUseErrorSchema = /*@__PURE__*/ messageDesc(file_agent, 170);
1080
+ export const ComputerUseErrorSchema =
1081
+ /*@__PURE__*/ messageDesc(file_agent, 170);
966
1082
  /**
967
1083
  * Describes the message agent.v1.ComputerUseToolCall.
968
1084
  * Use `create(ComputerUseToolCallSchema)` to create a new message.
969
1085
  */
970
- export const ComputerUseToolCallSchema = /*@__PURE__*/ messageDesc(file_agent, 171);
1086
+ export const ComputerUseToolCallSchema =
1087
+ /*@__PURE__*/ messageDesc(file_agent, 171);
971
1088
  /**
972
1089
  * Describes the message agent.v1.CreatePlanToolCall.
973
1090
  * Use `create(CreatePlanToolCallSchema)` to create a new message.
974
1091
  */
975
- export const CreatePlanToolCallSchema = /*@__PURE__*/ messageDesc(file_agent, 172);
1092
+ export const CreatePlanToolCallSchema =
1093
+ /*@__PURE__*/ messageDesc(file_agent, 172);
976
1094
  /**
977
1095
  * Describes the message agent.v1.Phase.
978
1096
  * Use `create(PhaseSchema)` to create a new message.
@@ -982,22 +1100,26 @@ export const PhaseSchema = /*@__PURE__*/ messageDesc(file_agent, 173);
982
1100
  * Describes the message agent.v1.CreatePlanArgs.
983
1101
  * Use `create(CreatePlanArgsSchema)` to create a new message.
984
1102
  */
985
- export const CreatePlanArgsSchema = /*@__PURE__*/ messageDesc(file_agent, 174);
1103
+ export const CreatePlanArgsSchema =
1104
+ /*@__PURE__*/ messageDesc(file_agent, 174);
986
1105
  /**
987
1106
  * Describes the message agent.v1.CreatePlanResult.
988
1107
  * Use `create(CreatePlanResultSchema)` to create a new message.
989
1108
  */
990
- export const CreatePlanResultSchema = /*@__PURE__*/ messageDesc(file_agent, 175);
1109
+ export const CreatePlanResultSchema =
1110
+ /*@__PURE__*/ messageDesc(file_agent, 175);
991
1111
  /**
992
1112
  * Describes the message agent.v1.CreatePlanSuccess.
993
1113
  * Use `create(CreatePlanSuccessSchema)` to create a new message.
994
1114
  */
995
- export const CreatePlanSuccessSchema = /*@__PURE__*/ messageDesc(file_agent, 176);
1115
+ export const CreatePlanSuccessSchema =
1116
+ /*@__PURE__*/ messageDesc(file_agent, 176);
996
1117
  /**
997
1118
  * Describes the message agent.v1.CreatePlanError.
998
1119
  * Use `create(CreatePlanErrorSchema)` to create a new message.
999
1120
  */
1000
- export const CreatePlanErrorSchema = /*@__PURE__*/ messageDesc(file_agent, 177);
1121
+ export const CreatePlanErrorSchema =
1122
+ /*@__PURE__*/ messageDesc(file_agent, 177);
1001
1123
  /**
1002
1124
  * Describes the message agent.v1.CreatePlanRequestQuery.
1003
1125
  * Use `create(CreatePlanRequestQuerySchema)` to create a new message.
@@ -1016,7 +1138,8 @@ messageDesc(file_agent, 179);
1016
1138
  * Describes the message agent.v1.CursorRuleTypeGlobal.
1017
1139
  * Use `create(CursorRuleTypeGlobalSchema)` to create a new message.
1018
1140
  */
1019
- export const CursorRuleTypeGlobalSchema = /*@__PURE__*/ messageDesc(file_agent, 180);
1141
+ export const CursorRuleTypeGlobalSchema =
1142
+ /*@__PURE__*/ messageDesc(file_agent, 180);
1020
1143
  /**
1021
1144
  * Describes the message agent.v1.CursorRuleTypeFileGlobs.
1022
1145
  * Use `create(CursorRuleTypeFileGlobsSchema)` to create a new message.
@@ -1042,37 +1165,44 @@ messageDesc(file_agent, 183);
1042
1165
  * Describes the message agent.v1.CursorRuleType.
1043
1166
  * Use `create(CursorRuleTypeSchema)` to create a new message.
1044
1167
  */
1045
- export const CursorRuleTypeSchema = /*@__PURE__*/ messageDesc(file_agent, 184);
1168
+ export const CursorRuleTypeSchema =
1169
+ /*@__PURE__*/ messageDesc(file_agent, 184);
1046
1170
  /**
1047
1171
  * Describes the message agent.v1.CursorRule.
1048
1172
  * Use `create(CursorRuleSchema)` to create a new message.
1049
1173
  */
1050
- export const CursorRuleSchema = /*@__PURE__*/ messageDesc(file_agent, 185);
1174
+ export const CursorRuleSchema =
1175
+ /*@__PURE__*/ messageDesc(file_agent, 185);
1051
1176
  /**
1052
1177
  * Describes the message agent.v1.DeleteArgs.
1053
1178
  * Use `create(DeleteArgsSchema)` to create a new message.
1054
1179
  */
1055
- export const DeleteArgsSchema = /*@__PURE__*/ messageDesc(file_agent, 186);
1180
+ export const DeleteArgsSchema =
1181
+ /*@__PURE__*/ messageDesc(file_agent, 186);
1056
1182
  /**
1057
1183
  * Describes the message agent.v1.DeleteResult.
1058
1184
  * Use `create(DeleteResultSchema)` to create a new message.
1059
1185
  */
1060
- export const DeleteResultSchema = /*@__PURE__*/ messageDesc(file_agent, 187);
1186
+ export const DeleteResultSchema =
1187
+ /*@__PURE__*/ messageDesc(file_agent, 187);
1061
1188
  /**
1062
1189
  * Describes the message agent.v1.DeleteSuccess.
1063
1190
  * Use `create(DeleteSuccessSchema)` to create a new message.
1064
1191
  */
1065
- export const DeleteSuccessSchema = /*@__PURE__*/ messageDesc(file_agent, 188);
1192
+ export const DeleteSuccessSchema =
1193
+ /*@__PURE__*/ messageDesc(file_agent, 188);
1066
1194
  /**
1067
1195
  * Describes the message agent.v1.DeleteFileNotFound.
1068
1196
  * Use `create(DeleteFileNotFoundSchema)` to create a new message.
1069
1197
  */
1070
- export const DeleteFileNotFoundSchema = /*@__PURE__*/ messageDesc(file_agent, 189);
1198
+ export const DeleteFileNotFoundSchema =
1199
+ /*@__PURE__*/ messageDesc(file_agent, 189);
1071
1200
  /**
1072
1201
  * Describes the message agent.v1.DeleteNotFile.
1073
1202
  * Use `create(DeleteNotFileSchema)` to create a new message.
1074
1203
  */
1075
- export const DeleteNotFileSchema = /*@__PURE__*/ messageDesc(file_agent, 190);
1204
+ export const DeleteNotFileSchema =
1205
+ /*@__PURE__*/ messageDesc(file_agent, 190);
1076
1206
  /**
1077
1207
  * Describes the message agent.v1.DeletePermissionDenied.
1078
1208
  * Use `create(DeletePermissionDeniedSchema)` to create a new message.
@@ -1084,52 +1214,62 @@ messageDesc(file_agent, 191);
1084
1214
  * Describes the message agent.v1.DeleteFileBusy.
1085
1215
  * Use `create(DeleteFileBusySchema)` to create a new message.
1086
1216
  */
1087
- export const DeleteFileBusySchema = /*@__PURE__*/ messageDesc(file_agent, 192);
1217
+ export const DeleteFileBusySchema =
1218
+ /*@__PURE__*/ messageDesc(file_agent, 192);
1088
1219
  /**
1089
1220
  * Describes the message agent.v1.DeleteRejected.
1090
1221
  * Use `create(DeleteRejectedSchema)` to create a new message.
1091
1222
  */
1092
- export const DeleteRejectedSchema = /*@__PURE__*/ messageDesc(file_agent, 193);
1223
+ export const DeleteRejectedSchema =
1224
+ /*@__PURE__*/ messageDesc(file_agent, 193);
1093
1225
  /**
1094
1226
  * Describes the message agent.v1.DeleteError.
1095
1227
  * Use `create(DeleteErrorSchema)` to create a new message.
1096
1228
  */
1097
- export const DeleteErrorSchema = /*@__PURE__*/ messageDesc(file_agent, 194);
1229
+ export const DeleteErrorSchema =
1230
+ /*@__PURE__*/ messageDesc(file_agent, 194);
1098
1231
  /**
1099
1232
  * Describes the message agent.v1.DeleteToolCall.
1100
1233
  * Use `create(DeleteToolCallSchema)` to create a new message.
1101
1234
  */
1102
- export const DeleteToolCallSchema = /*@__PURE__*/ messageDesc(file_agent, 195);
1235
+ export const DeleteToolCallSchema =
1236
+ /*@__PURE__*/ messageDesc(file_agent, 195);
1103
1237
  /**
1104
1238
  * Describes the message agent.v1.DiagnosticsArgs.
1105
1239
  * Use `create(DiagnosticsArgsSchema)` to create a new message.
1106
1240
  */
1107
- export const DiagnosticsArgsSchema = /*@__PURE__*/ messageDesc(file_agent, 196);
1241
+ export const DiagnosticsArgsSchema =
1242
+ /*@__PURE__*/ messageDesc(file_agent, 196);
1108
1243
  /**
1109
1244
  * Describes the message agent.v1.DiagnosticsResult.
1110
1245
  * Use `create(DiagnosticsResultSchema)` to create a new message.
1111
1246
  */
1112
- export const DiagnosticsResultSchema = /*@__PURE__*/ messageDesc(file_agent, 197);
1247
+ export const DiagnosticsResultSchema =
1248
+ /*@__PURE__*/ messageDesc(file_agent, 197);
1113
1249
  /**
1114
1250
  * Describes the message agent.v1.DiagnosticsSuccess.
1115
1251
  * Use `create(DiagnosticsSuccessSchema)` to create a new message.
1116
1252
  */
1117
- export const DiagnosticsSuccessSchema = /*@__PURE__*/ messageDesc(file_agent, 198);
1253
+ export const DiagnosticsSuccessSchema =
1254
+ /*@__PURE__*/ messageDesc(file_agent, 198);
1118
1255
  /**
1119
1256
  * Describes the message agent.v1.Diagnostic.
1120
1257
  * Use `create(DiagnosticSchema)` to create a new message.
1121
1258
  */
1122
- export const DiagnosticSchema = /*@__PURE__*/ messageDesc(file_agent, 199);
1259
+ export const DiagnosticSchema =
1260
+ /*@__PURE__*/ messageDesc(file_agent, 199);
1123
1261
  /**
1124
1262
  * Describes the message agent.v1.DiagnosticsError.
1125
1263
  * Use `create(DiagnosticsErrorSchema)` to create a new message.
1126
1264
  */
1127
- export const DiagnosticsErrorSchema = /*@__PURE__*/ messageDesc(file_agent, 200);
1265
+ export const DiagnosticsErrorSchema =
1266
+ /*@__PURE__*/ messageDesc(file_agent, 200);
1128
1267
  /**
1129
1268
  * Describes the message agent.v1.DiagnosticsRejected.
1130
1269
  * Use `create(DiagnosticsRejectedSchema)` to create a new message.
1131
1270
  */
1132
- export const DiagnosticsRejectedSchema = /*@__PURE__*/ messageDesc(file_agent, 201);
1271
+ export const DiagnosticsRejectedSchema =
1272
+ /*@__PURE__*/ messageDesc(file_agent, 201);
1133
1273
  /**
1134
1274
  * Describes the message agent.v1.DiagnosticsFileNotFound.
1135
1275
  * Use `create(DiagnosticsFileNotFoundSchema)` to create a new message.
@@ -1153,17 +1293,20 @@ export const EditArgsSchema = /*@__PURE__*/ messageDesc(file_agent, 204);
1153
1293
  * Describes the message agent.v1.EditResult.
1154
1294
  * Use `create(EditResultSchema)` to create a new message.
1155
1295
  */
1156
- export const EditResultSchema = /*@__PURE__*/ messageDesc(file_agent, 205);
1296
+ export const EditResultSchema =
1297
+ /*@__PURE__*/ messageDesc(file_agent, 205);
1157
1298
  /**
1158
1299
  * Describes the message agent.v1.EditSuccess.
1159
1300
  * Use `create(EditSuccessSchema)` to create a new message.
1160
1301
  */
1161
- export const EditSuccessSchema = /*@__PURE__*/ messageDesc(file_agent, 206);
1302
+ export const EditSuccessSchema =
1303
+ /*@__PURE__*/ messageDesc(file_agent, 206);
1162
1304
  /**
1163
1305
  * Describes the message agent.v1.EditFileNotFound.
1164
1306
  * Use `create(EditFileNotFoundSchema)` to create a new message.
1165
1307
  */
1166
- export const EditFileNotFoundSchema = /*@__PURE__*/ messageDesc(file_agent, 207);
1308
+ export const EditFileNotFoundSchema =
1309
+ /*@__PURE__*/ messageDesc(file_agent, 207);
1167
1310
  /**
1168
1311
  * Describes the message agent.v1.EditReadPermissionDenied.
1169
1312
  * Use `create(EditReadPermissionDeniedSchema)` to create a new message.
@@ -1182,7 +1325,8 @@ messageDesc(file_agent, 209);
1182
1325
  * Describes the message agent.v1.EditRejected.
1183
1326
  * Use `create(EditRejectedSchema)` to create a new message.
1184
1327
  */
1185
- export const EditRejectedSchema = /*@__PURE__*/ messageDesc(file_agent, 210);
1328
+ export const EditRejectedSchema =
1329
+ /*@__PURE__*/ messageDesc(file_agent, 210);
1186
1330
  /**
1187
1331
  * Describes the message agent.v1.EditError.
1188
1332
  * Use `create(EditErrorSchema)` to create a new message.
@@ -1192,52 +1336,62 @@ export const EditErrorSchema = /*@__PURE__*/ messageDesc(file_agent, 211);
1192
1336
  * Describes the message agent.v1.EditToolCall.
1193
1337
  * Use `create(EditToolCallSchema)` to create a new message.
1194
1338
  */
1195
- export const EditToolCallSchema = /*@__PURE__*/ messageDesc(file_agent, 212);
1339
+ export const EditToolCallSchema =
1340
+ /*@__PURE__*/ messageDesc(file_agent, 212);
1196
1341
  /**
1197
1342
  * Describes the message agent.v1.EditToolCallDelta.
1198
1343
  * Use `create(EditToolCallDeltaSchema)` to create a new message.
1199
1344
  */
1200
- export const EditToolCallDeltaSchema = /*@__PURE__*/ messageDesc(file_agent, 213);
1345
+ export const EditToolCallDeltaSchema =
1346
+ /*@__PURE__*/ messageDesc(file_agent, 213);
1201
1347
  /**
1202
1348
  * Describes the message agent.v1.ExaFetchArgs.
1203
1349
  * Use `create(ExaFetchArgsSchema)` to create a new message.
1204
1350
  */
1205
- export const ExaFetchArgsSchema = /*@__PURE__*/ messageDesc(file_agent, 214);
1351
+ export const ExaFetchArgsSchema =
1352
+ /*@__PURE__*/ messageDesc(file_agent, 214);
1206
1353
  /**
1207
1354
  * Describes the message agent.v1.ExaFetchResult.
1208
1355
  * Use `create(ExaFetchResultSchema)` to create a new message.
1209
1356
  */
1210
- export const ExaFetchResultSchema = /*@__PURE__*/ messageDesc(file_agent, 215);
1357
+ export const ExaFetchResultSchema =
1358
+ /*@__PURE__*/ messageDesc(file_agent, 215);
1211
1359
  /**
1212
1360
  * Describes the message agent.v1.ExaFetchSuccess.
1213
1361
  * Use `create(ExaFetchSuccessSchema)` to create a new message.
1214
1362
  */
1215
- export const ExaFetchSuccessSchema = /*@__PURE__*/ messageDesc(file_agent, 216);
1363
+ export const ExaFetchSuccessSchema =
1364
+ /*@__PURE__*/ messageDesc(file_agent, 216);
1216
1365
  /**
1217
1366
  * Describes the message agent.v1.ExaFetchError.
1218
1367
  * Use `create(ExaFetchErrorSchema)` to create a new message.
1219
1368
  */
1220
- export const ExaFetchErrorSchema = /*@__PURE__*/ messageDesc(file_agent, 217);
1369
+ export const ExaFetchErrorSchema =
1370
+ /*@__PURE__*/ messageDesc(file_agent, 217);
1221
1371
  /**
1222
1372
  * Describes the message agent.v1.ExaFetchRejected.
1223
1373
  * Use `create(ExaFetchRejectedSchema)` to create a new message.
1224
1374
  */
1225
- export const ExaFetchRejectedSchema = /*@__PURE__*/ messageDesc(file_agent, 218);
1375
+ export const ExaFetchRejectedSchema =
1376
+ /*@__PURE__*/ messageDesc(file_agent, 218);
1226
1377
  /**
1227
1378
  * Describes the message agent.v1.ExaFetchContent.
1228
1379
  * Use `create(ExaFetchContentSchema)` to create a new message.
1229
1380
  */
1230
- export const ExaFetchContentSchema = /*@__PURE__*/ messageDesc(file_agent, 219);
1381
+ export const ExaFetchContentSchema =
1382
+ /*@__PURE__*/ messageDesc(file_agent, 219);
1231
1383
  /**
1232
1384
  * Describes the message agent.v1.ExaFetchToolCall.
1233
1385
  * Use `create(ExaFetchToolCallSchema)` to create a new message.
1234
1386
  */
1235
- export const ExaFetchToolCallSchema = /*@__PURE__*/ messageDesc(file_agent, 220);
1387
+ export const ExaFetchToolCallSchema =
1388
+ /*@__PURE__*/ messageDesc(file_agent, 220);
1236
1389
  /**
1237
1390
  * Describes the message agent.v1.ExaFetchRequestQuery.
1238
1391
  * Use `create(ExaFetchRequestQuerySchema)` to create a new message.
1239
1392
  */
1240
- export const ExaFetchRequestQuerySchema = /*@__PURE__*/ messageDesc(file_agent, 221);
1393
+ export const ExaFetchRequestQuerySchema =
1394
+ /*@__PURE__*/ messageDesc(file_agent, 221);
1241
1395
  /**
1242
1396
  * Describes the message agent.v1.ExaFetchRequestResponse.
1243
1397
  * Use `create(ExaFetchRequestResponseSchema)` to create a new message.
@@ -1263,37 +1417,44 @@ messageDesc(file_agent, 224);
1263
1417
  * Describes the message agent.v1.ExaSearchArgs.
1264
1418
  * Use `create(ExaSearchArgsSchema)` to create a new message.
1265
1419
  */
1266
- export const ExaSearchArgsSchema = /*@__PURE__*/ messageDesc(file_agent, 225);
1420
+ export const ExaSearchArgsSchema =
1421
+ /*@__PURE__*/ messageDesc(file_agent, 225);
1267
1422
  /**
1268
1423
  * Describes the message agent.v1.ExaSearchResult.
1269
1424
  * Use `create(ExaSearchResultSchema)` to create a new message.
1270
1425
  */
1271
- export const ExaSearchResultSchema = /*@__PURE__*/ messageDesc(file_agent, 226);
1426
+ export const ExaSearchResultSchema =
1427
+ /*@__PURE__*/ messageDesc(file_agent, 226);
1272
1428
  /**
1273
1429
  * Describes the message agent.v1.ExaSearchSuccess.
1274
1430
  * Use `create(ExaSearchSuccessSchema)` to create a new message.
1275
1431
  */
1276
- export const ExaSearchSuccessSchema = /*@__PURE__*/ messageDesc(file_agent, 227);
1432
+ export const ExaSearchSuccessSchema =
1433
+ /*@__PURE__*/ messageDesc(file_agent, 227);
1277
1434
  /**
1278
1435
  * Describes the message agent.v1.ExaSearchError.
1279
1436
  * Use `create(ExaSearchErrorSchema)` to create a new message.
1280
1437
  */
1281
- export const ExaSearchErrorSchema = /*@__PURE__*/ messageDesc(file_agent, 228);
1438
+ export const ExaSearchErrorSchema =
1439
+ /*@__PURE__*/ messageDesc(file_agent, 228);
1282
1440
  /**
1283
1441
  * Describes the message agent.v1.ExaSearchRejected.
1284
1442
  * Use `create(ExaSearchRejectedSchema)` to create a new message.
1285
1443
  */
1286
- export const ExaSearchRejectedSchema = /*@__PURE__*/ messageDesc(file_agent, 229);
1444
+ export const ExaSearchRejectedSchema =
1445
+ /*@__PURE__*/ messageDesc(file_agent, 229);
1287
1446
  /**
1288
1447
  * Describes the message agent.v1.ExaSearchReference.
1289
1448
  * Use `create(ExaSearchReferenceSchema)` to create a new message.
1290
1449
  */
1291
- export const ExaSearchReferenceSchema = /*@__PURE__*/ messageDesc(file_agent, 230);
1450
+ export const ExaSearchReferenceSchema =
1451
+ /*@__PURE__*/ messageDesc(file_agent, 230);
1292
1452
  /**
1293
1453
  * Describes the message agent.v1.ExaSearchToolCall.
1294
1454
  * Use `create(ExaSearchToolCallSchema)` to create a new message.
1295
1455
  */
1296
- export const ExaSearchToolCallSchema = /*@__PURE__*/ messageDesc(file_agent, 231);
1456
+ export const ExaSearchToolCallSchema =
1457
+ /*@__PURE__*/ messageDesc(file_agent, 231);
1297
1458
  /**
1298
1459
  * Describes the message agent.v1.ExaSearchRequestQuery.
1299
1460
  * Use `create(ExaSearchRequestQuerySchema)` to create a new message.
@@ -1333,12 +1494,14 @@ messageDesc(file_agent, 236);
1333
1494
  * Describes the message agent.v1.ExecClientThrow.
1334
1495
  * Use `create(ExecClientThrowSchema)` to create a new message.
1335
1496
  */
1336
- export const ExecClientThrowSchema = /*@__PURE__*/ messageDesc(file_agent, 237);
1497
+ export const ExecClientThrowSchema =
1498
+ /*@__PURE__*/ messageDesc(file_agent, 237);
1337
1499
  /**
1338
1500
  * Describes the message agent.v1.ExecClientHeartbeat.
1339
1501
  * Use `create(ExecClientHeartbeatSchema)` to create a new message.
1340
1502
  */
1341
- export const ExecClientHeartbeatSchema = /*@__PURE__*/ messageDesc(file_agent, 238);
1503
+ export const ExecClientHeartbeatSchema =
1504
+ /*@__PURE__*/ messageDesc(file_agent, 238);
1342
1505
  /**
1343
1506
  * Describes the message agent.v1.ExecClientControlMessage.
1344
1507
  * Use `create(ExecClientControlMessageSchema)` to create a new message.
@@ -1350,7 +1513,8 @@ messageDesc(file_agent, 239);
1350
1513
  * Describes the message agent.v1.SpanContext.
1351
1514
  * Use `create(SpanContextSchema)` to create a new message.
1352
1515
  */
1353
- export const SpanContextSchema = /*@__PURE__*/ messageDesc(file_agent, 240);
1516
+ export const SpanContextSchema =
1517
+ /*@__PURE__*/ messageDesc(file_agent, 240);
1354
1518
  /**
1355
1519
  * Describes the message agent.v1.AbortArgs.
1356
1520
  * Use `create(AbortArgsSchema)` to create a new message.
@@ -1360,17 +1524,20 @@ export const AbortArgsSchema = /*@__PURE__*/ messageDesc(file_agent, 241);
1360
1524
  * Describes the message agent.v1.AbortResult.
1361
1525
  * Use `create(AbortResultSchema)` to create a new message.
1362
1526
  */
1363
- export const AbortResultSchema = /*@__PURE__*/ messageDesc(file_agent, 242);
1527
+ export const AbortResultSchema =
1528
+ /*@__PURE__*/ messageDesc(file_agent, 242);
1364
1529
  /**
1365
1530
  * Describes the message agent.v1.ExecServerMessage.
1366
1531
  * Use `create(ExecServerMessageSchema)` to create a new message.
1367
1532
  */
1368
- export const ExecServerMessageSchema = /*@__PURE__*/ messageDesc(file_agent, 243);
1533
+ export const ExecServerMessageSchema =
1534
+ /*@__PURE__*/ messageDesc(file_agent, 243);
1369
1535
  /**
1370
1536
  * Describes the message agent.v1.ExecClientMessage.
1371
1537
  * Use `create(ExecClientMessageSchema)` to create a new message.
1372
1538
  */
1373
- export const ExecClientMessageSchema = /*@__PURE__*/ messageDesc(file_agent, 244);
1539
+ export const ExecClientMessageSchema =
1540
+ /*@__PURE__*/ messageDesc(file_agent, 244);
1374
1541
  /**
1375
1542
  * Describes the message agent.v1.FetchArgs.
1376
1543
  * Use `create(FetchArgsSchema)` to create a new message.
@@ -1380,37 +1547,44 @@ export const FetchArgsSchema = /*@__PURE__*/ messageDesc(file_agent, 245);
1380
1547
  * Describes the message agent.v1.FetchResult.
1381
1548
  * Use `create(FetchResultSchema)` to create a new message.
1382
1549
  */
1383
- export const FetchResultSchema = /*@__PURE__*/ messageDesc(file_agent, 246);
1550
+ export const FetchResultSchema =
1551
+ /*@__PURE__*/ messageDesc(file_agent, 246);
1384
1552
  /**
1385
1553
  * Describes the message agent.v1.FetchSuccess.
1386
1554
  * Use `create(FetchSuccessSchema)` to create a new message.
1387
1555
  */
1388
- export const FetchSuccessSchema = /*@__PURE__*/ messageDesc(file_agent, 247);
1556
+ export const FetchSuccessSchema =
1557
+ /*@__PURE__*/ messageDesc(file_agent, 247);
1389
1558
  /**
1390
1559
  * Describes the message agent.v1.FetchError.
1391
1560
  * Use `create(FetchErrorSchema)` to create a new message.
1392
1561
  */
1393
- export const FetchErrorSchema = /*@__PURE__*/ messageDesc(file_agent, 248);
1562
+ export const FetchErrorSchema =
1563
+ /*@__PURE__*/ messageDesc(file_agent, 248);
1394
1564
  /**
1395
1565
  * Describes the message agent.v1.GenerateImageArgs.
1396
1566
  * Use `create(GenerateImageArgsSchema)` to create a new message.
1397
1567
  */
1398
- export const GenerateImageArgsSchema = /*@__PURE__*/ messageDesc(file_agent, 249);
1568
+ export const GenerateImageArgsSchema =
1569
+ /*@__PURE__*/ messageDesc(file_agent, 249);
1399
1570
  /**
1400
1571
  * Describes the message agent.v1.GenerateImageResult.
1401
1572
  * Use `create(GenerateImageResultSchema)` to create a new message.
1402
1573
  */
1403
- export const GenerateImageResultSchema = /*@__PURE__*/ messageDesc(file_agent, 250);
1574
+ export const GenerateImageResultSchema =
1575
+ /*@__PURE__*/ messageDesc(file_agent, 250);
1404
1576
  /**
1405
1577
  * Describes the message agent.v1.GenerateImageSuccess.
1406
1578
  * Use `create(GenerateImageSuccessSchema)` to create a new message.
1407
1579
  */
1408
- export const GenerateImageSuccessSchema = /*@__PURE__*/ messageDesc(file_agent, 251);
1580
+ export const GenerateImageSuccessSchema =
1581
+ /*@__PURE__*/ messageDesc(file_agent, 251);
1409
1582
  /**
1410
1583
  * Describes the message agent.v1.GenerateImageError.
1411
1584
  * Use `create(GenerateImageErrorSchema)` to create a new message.
1412
1585
  */
1413
- export const GenerateImageErrorSchema = /*@__PURE__*/ messageDesc(file_agent, 252);
1586
+ export const GenerateImageErrorSchema =
1587
+ /*@__PURE__*/ messageDesc(file_agent, 252);
1414
1588
  /**
1415
1589
  * Describes the message agent.v1.GenerateImageToolCall.
1416
1590
  * Use `create(GenerateImageToolCallSchema)` to create a new message.
@@ -1427,7 +1601,8 @@ export const GrepArgsSchema = /*@__PURE__*/ messageDesc(file_agent, 254);
1427
1601
  * Describes the message agent.v1.GrepResult.
1428
1602
  * Use `create(GrepResultSchema)` to create a new message.
1429
1603
  */
1430
- export const GrepResultSchema = /*@__PURE__*/ messageDesc(file_agent, 255);
1604
+ export const GrepResultSchema =
1605
+ /*@__PURE__*/ messageDesc(file_agent, 255);
1431
1606
  /**
1432
1607
  * Describes the message agent.v1.GrepError.
1433
1608
  * Use `create(GrepErrorSchema)` to create a new message.
@@ -1437,82 +1612,98 @@ export const GrepErrorSchema = /*@__PURE__*/ messageDesc(file_agent, 256);
1437
1612
  * Describes the message agent.v1.GrepSuccess.
1438
1613
  * Use `create(GrepSuccessSchema)` to create a new message.
1439
1614
  */
1440
- export const GrepSuccessSchema = /*@__PURE__*/ messageDesc(file_agent, 257);
1615
+ export const GrepSuccessSchema =
1616
+ /*@__PURE__*/ messageDesc(file_agent, 257);
1441
1617
  /**
1442
1618
  * Describes the message agent.v1.GrepUnionResult.
1443
1619
  * Use `create(GrepUnionResultSchema)` to create a new message.
1444
1620
  */
1445
- export const GrepUnionResultSchema = /*@__PURE__*/ messageDesc(file_agent, 258);
1621
+ export const GrepUnionResultSchema =
1622
+ /*@__PURE__*/ messageDesc(file_agent, 258);
1446
1623
  /**
1447
1624
  * Describes the message agent.v1.GrepCountResult.
1448
1625
  * Use `create(GrepCountResultSchema)` to create a new message.
1449
1626
  */
1450
- export const GrepCountResultSchema = /*@__PURE__*/ messageDesc(file_agent, 259);
1627
+ export const GrepCountResultSchema =
1628
+ /*@__PURE__*/ messageDesc(file_agent, 259);
1451
1629
  /**
1452
1630
  * Describes the message agent.v1.GrepFileCount.
1453
1631
  * Use `create(GrepFileCountSchema)` to create a new message.
1454
1632
  */
1455
- export const GrepFileCountSchema = /*@__PURE__*/ messageDesc(file_agent, 260);
1633
+ export const GrepFileCountSchema =
1634
+ /*@__PURE__*/ messageDesc(file_agent, 260);
1456
1635
  /**
1457
1636
  * Describes the message agent.v1.GrepFilesResult.
1458
1637
  * Use `create(GrepFilesResultSchema)` to create a new message.
1459
1638
  */
1460
- export const GrepFilesResultSchema = /*@__PURE__*/ messageDesc(file_agent, 261);
1639
+ export const GrepFilesResultSchema =
1640
+ /*@__PURE__*/ messageDesc(file_agent, 261);
1461
1641
  /**
1462
1642
  * Describes the message agent.v1.GrepContentResult.
1463
1643
  * Use `create(GrepContentResultSchema)` to create a new message.
1464
1644
  */
1465
- export const GrepContentResultSchema = /*@__PURE__*/ messageDesc(file_agent, 262);
1645
+ export const GrepContentResultSchema =
1646
+ /*@__PURE__*/ messageDesc(file_agent, 262);
1466
1647
  /**
1467
1648
  * Describes the message agent.v1.GrepFileMatch.
1468
1649
  * Use `create(GrepFileMatchSchema)` to create a new message.
1469
1650
  */
1470
- export const GrepFileMatchSchema = /*@__PURE__*/ messageDesc(file_agent, 263);
1651
+ export const GrepFileMatchSchema =
1652
+ /*@__PURE__*/ messageDesc(file_agent, 263);
1471
1653
  /**
1472
1654
  * Describes the message agent.v1.GrepContentMatch.
1473
1655
  * Use `create(GrepContentMatchSchema)` to create a new message.
1474
1656
  */
1475
- export const GrepContentMatchSchema = /*@__PURE__*/ messageDesc(file_agent, 264);
1657
+ export const GrepContentMatchSchema =
1658
+ /*@__PURE__*/ messageDesc(file_agent, 264);
1476
1659
  /**
1477
1660
  * Describes the message agent.v1.GrepStream.
1478
1661
  * Use `create(GrepStreamSchema)` to create a new message.
1479
1662
  */
1480
- export const GrepStreamSchema = /*@__PURE__*/ messageDesc(file_agent, 265);
1663
+ export const GrepStreamSchema =
1664
+ /*@__PURE__*/ messageDesc(file_agent, 265);
1481
1665
  /**
1482
1666
  * Describes the message agent.v1.GrepToolCall.
1483
1667
  * Use `create(GrepToolCallSchema)` to create a new message.
1484
1668
  */
1485
- export const GrepToolCallSchema = /*@__PURE__*/ messageDesc(file_agent, 266);
1669
+ export const GrepToolCallSchema =
1670
+ /*@__PURE__*/ messageDesc(file_agent, 266);
1486
1671
  /**
1487
1672
  * Describes the message agent.v1.GetBlobArgs.
1488
1673
  * Use `create(GetBlobArgsSchema)` to create a new message.
1489
1674
  */
1490
- export const GetBlobArgsSchema = /*@__PURE__*/ messageDesc(file_agent, 267);
1675
+ export const GetBlobArgsSchema =
1676
+ /*@__PURE__*/ messageDesc(file_agent, 267);
1491
1677
  /**
1492
1678
  * Describes the message agent.v1.GetBlobResult.
1493
1679
  * Use `create(GetBlobResultSchema)` to create a new message.
1494
1680
  */
1495
- export const GetBlobResultSchema = /*@__PURE__*/ messageDesc(file_agent, 268);
1681
+ export const GetBlobResultSchema =
1682
+ /*@__PURE__*/ messageDesc(file_agent, 268);
1496
1683
  /**
1497
1684
  * Describes the message agent.v1.SetBlobArgs.
1498
1685
  * Use `create(SetBlobArgsSchema)` to create a new message.
1499
1686
  */
1500
- export const SetBlobArgsSchema = /*@__PURE__*/ messageDesc(file_agent, 269);
1687
+ export const SetBlobArgsSchema =
1688
+ /*@__PURE__*/ messageDesc(file_agent, 269);
1501
1689
  /**
1502
1690
  * Describes the message agent.v1.SetBlobResult.
1503
1691
  * Use `create(SetBlobResultSchema)` to create a new message.
1504
1692
  */
1505
- export const SetBlobResultSchema = /*@__PURE__*/ messageDesc(file_agent, 270);
1693
+ export const SetBlobResultSchema =
1694
+ /*@__PURE__*/ messageDesc(file_agent, 270);
1506
1695
  /**
1507
1696
  * Describes the message agent.v1.KvServerMessage.
1508
1697
  * Use `create(KvServerMessageSchema)` to create a new message.
1509
1698
  */
1510
- export const KvServerMessageSchema = /*@__PURE__*/ messageDesc(file_agent, 271);
1699
+ export const KvServerMessageSchema =
1700
+ /*@__PURE__*/ messageDesc(file_agent, 271);
1511
1701
  /**
1512
1702
  * Describes the message agent.v1.KvClientMessage.
1513
1703
  * Use `create(KvClientMessageSchema)` to create a new message.
1514
1704
  */
1515
- export const KvClientMessageSchema = /*@__PURE__*/ messageDesc(file_agent, 272);
1705
+ export const KvClientMessageSchema =
1706
+ /*@__PURE__*/ messageDesc(file_agent, 272);
1516
1707
  /**
1517
1708
  * Describes the message agent.v1.LsArgs.
1518
1709
  * Use `create(LsArgsSchema)` to create a new message.
@@ -1532,7 +1723,8 @@ export const LsSuccessSchema = /*@__PURE__*/ messageDesc(file_agent, 275);
1532
1723
  * Describes the message agent.v1.LsDirectoryTreeNode.
1533
1724
  * Use `create(LsDirectoryTreeNodeSchema)` to create a new message.
1534
1725
  */
1535
- export const LsDirectoryTreeNodeSchema = /*@__PURE__*/ messageDesc(file_agent, 276);
1726
+ export const LsDirectoryTreeNodeSchema =
1727
+ /*@__PURE__*/ messageDesc(file_agent, 276);
1536
1728
  /**
1537
1729
  * Describes the message agent.v1.LsDirectoryTreeNode_File.
1538
1730
  * Use `create(LsDirectoryTreeNode_FileSchema)` to create a new message.
@@ -1549,7 +1741,8 @@ export const LsErrorSchema = /*@__PURE__*/ messageDesc(file_agent, 278);
1549
1741
  * Describes the message agent.v1.LsRejected.
1550
1742
  * Use `create(LsRejectedSchema)` to create a new message.
1551
1743
  */
1552
- export const LsRejectedSchema = /*@__PURE__*/ messageDesc(file_agent, 279);
1744
+ export const LsRejectedSchema =
1745
+ /*@__PURE__*/ messageDesc(file_agent, 279);
1553
1746
  /**
1554
1747
  * Describes the message agent.v1.LsTimeout.
1555
1748
  * Use `create(LsTimeoutSchema)` to create a new message.
@@ -1559,7 +1752,8 @@ export const LsTimeoutSchema = /*@__PURE__*/ messageDesc(file_agent, 280);
1559
1752
  * Describes the message agent.v1.TerminalMetadata.
1560
1753
  * Use `create(TerminalMetadataSchema)` to create a new message.
1561
1754
  */
1562
- export const TerminalMetadataSchema = /*@__PURE__*/ messageDesc(file_agent, 281);
1755
+ export const TerminalMetadataSchema =
1756
+ /*@__PURE__*/ messageDesc(file_agent, 281);
1563
1757
  /**
1564
1758
  * Describes the message agent.v1.TerminalMetadata_Command.
1565
1759
  * Use `create(TerminalMetadata_CommandSchema)` to create a new message.
@@ -1571,7 +1765,8 @@ messageDesc(file_agent, 282);
1571
1765
  * Describes the message agent.v1.LsToolCall.
1572
1766
  * Use `create(LsToolCallSchema)` to create a new message.
1573
1767
  */
1574
- export const LsToolCallSchema = /*@__PURE__*/ messageDesc(file_agent, 283);
1768
+ export const LsToolCallSchema =
1769
+ /*@__PURE__*/ messageDesc(file_agent, 283);
1575
1770
  /**
1576
1771
  * Describes the message agent.v1.McpArgs.
1577
1772
  * Use `create(McpArgsSchema)` to create a new message.
@@ -1586,17 +1781,20 @@ export const McpResultSchema = /*@__PURE__*/ messageDesc(file_agent, 285);
1586
1781
  * Describes the message agent.v1.McpToolNotFound.
1587
1782
  * Use `create(McpToolNotFoundSchema)` to create a new message.
1588
1783
  */
1589
- export const McpToolNotFoundSchema = /*@__PURE__*/ messageDesc(file_agent, 286);
1784
+ export const McpToolNotFoundSchema =
1785
+ /*@__PURE__*/ messageDesc(file_agent, 286);
1590
1786
  /**
1591
1787
  * Describes the message agent.v1.McpTextContent.
1592
1788
  * Use `create(McpTextContentSchema)` to create a new message.
1593
1789
  */
1594
- export const McpTextContentSchema = /*@__PURE__*/ messageDesc(file_agent, 287);
1790
+ export const McpTextContentSchema =
1791
+ /*@__PURE__*/ messageDesc(file_agent, 287);
1595
1792
  /**
1596
1793
  * Describes the message agent.v1.McpImageContent.
1597
1794
  * Use `create(McpImageContentSchema)` to create a new message.
1598
1795
  */
1599
- export const McpImageContentSchema = /*@__PURE__*/ messageDesc(file_agent, 288);
1796
+ export const McpImageContentSchema =
1797
+ /*@__PURE__*/ messageDesc(file_agent, 288);
1600
1798
  /**
1601
1799
  * Describes the message agent.v1.McpToolResultContentItem.
1602
1800
  * Use `create(McpToolResultContentItemSchema)` to create a new message.
@@ -1608,7 +1806,8 @@ messageDesc(file_agent, 289);
1608
1806
  * Describes the message agent.v1.McpSuccess.
1609
1807
  * Use `create(McpSuccessSchema)` to create a new message.
1610
1808
  */
1611
- export const McpSuccessSchema = /*@__PURE__*/ messageDesc(file_agent, 290);
1809
+ export const McpSuccessSchema =
1810
+ /*@__PURE__*/ messageDesc(file_agent, 290);
1612
1811
  /**
1613
1812
  * Describes the message agent.v1.McpError.
1614
1813
  * Use `create(McpErrorSchema)` to create a new message.
@@ -1618,12 +1817,14 @@ export const McpErrorSchema = /*@__PURE__*/ messageDesc(file_agent, 291);
1618
1817
  * Describes the message agent.v1.McpRejected.
1619
1818
  * Use `create(McpRejectedSchema)` to create a new message.
1620
1819
  */
1621
- export const McpRejectedSchema = /*@__PURE__*/ messageDesc(file_agent, 292);
1820
+ export const McpRejectedSchema =
1821
+ /*@__PURE__*/ messageDesc(file_agent, 292);
1622
1822
  /**
1623
1823
  * Describes the message agent.v1.McpPermissionDenied.
1624
1824
  * Use `create(McpPermissionDeniedSchema)` to create a new message.
1625
1825
  */
1626
- export const McpPermissionDeniedSchema = /*@__PURE__*/ messageDesc(file_agent, 293);
1826
+ export const McpPermissionDeniedSchema =
1827
+ /*@__PURE__*/ messageDesc(file_agent, 293);
1627
1828
  /**
1628
1829
  * Describes the message agent.v1.ListMcpResourcesExecArgs.
1629
1830
  * Use `create(ListMcpResourcesExecArgsSchema)` to create a new message.
@@ -1691,7 +1892,8 @@ messageDesc(file_agent, 302);
1691
1892
  * Describes the message agent.v1.ReadMcpResourceError.
1692
1893
  * Use `create(ReadMcpResourceErrorSchema)` to create a new message.
1693
1894
  */
1694
- export const ReadMcpResourceErrorSchema = /*@__PURE__*/ messageDesc(file_agent, 303);
1895
+ export const ReadMcpResourceErrorSchema =
1896
+ /*@__PURE__*/ messageDesc(file_agent, 303);
1695
1897
  /**
1696
1898
  * Describes the message agent.v1.ReadMcpResourceRejected.
1697
1899
  * Use `create(ReadMcpResourceRejectedSchema)` to create a new message.
@@ -1710,7 +1912,8 @@ messageDesc(file_agent, 305);
1710
1912
  * Describes the message agent.v1.McpToolDefinition.
1711
1913
  * Use `create(McpToolDefinitionSchema)` to create a new message.
1712
1914
  */
1713
- export const McpToolDefinitionSchema = /*@__PURE__*/ messageDesc(file_agent, 306);
1915
+ export const McpToolDefinitionSchema =
1916
+ /*@__PURE__*/ messageDesc(file_agent, 306);
1714
1917
  /**
1715
1918
  * Describes the message agent.v1.McpTools.
1716
1919
  * Use `create(McpToolsSchema)` to create a new message.
@@ -1720,22 +1923,26 @@ export const McpToolsSchema = /*@__PURE__*/ messageDesc(file_agent, 307);
1720
1923
  * Describes the message agent.v1.McpInstructions.
1721
1924
  * Use `create(McpInstructionsSchema)` to create a new message.
1722
1925
  */
1723
- export const McpInstructionsSchema = /*@__PURE__*/ messageDesc(file_agent, 308);
1926
+ export const McpInstructionsSchema =
1927
+ /*@__PURE__*/ messageDesc(file_agent, 308);
1724
1928
  /**
1725
1929
  * Describes the message agent.v1.McpDescriptor.
1726
1930
  * Use `create(McpDescriptorSchema)` to create a new message.
1727
1931
  */
1728
- export const McpDescriptorSchema = /*@__PURE__*/ messageDesc(file_agent, 309);
1932
+ export const McpDescriptorSchema =
1933
+ /*@__PURE__*/ messageDesc(file_agent, 309);
1729
1934
  /**
1730
1935
  * Describes the message agent.v1.McpToolDescriptor.
1731
1936
  * Use `create(McpToolDescriptorSchema)` to create a new message.
1732
1937
  */
1733
- export const McpToolDescriptorSchema = /*@__PURE__*/ messageDesc(file_agent, 310);
1938
+ export const McpToolDescriptorSchema =
1939
+ /*@__PURE__*/ messageDesc(file_agent, 310);
1734
1940
  /**
1735
1941
  * Describes the message agent.v1.McpFileSystemOptions.
1736
1942
  * Use `create(McpFileSystemOptionsSchema)` to create a new message.
1737
1943
  */
1738
- export const McpFileSystemOptionsSchema = /*@__PURE__*/ messageDesc(file_agent, 311);
1944
+ export const McpFileSystemOptionsSchema =
1945
+ /*@__PURE__*/ messageDesc(file_agent, 311);
1739
1946
  /**
1740
1947
  * Describes the message agent.v1.ReadArgs.
1741
1948
  * Use `create(ReadArgsSchema)` to create a new message.
@@ -1745,12 +1952,14 @@ export const ReadArgsSchema = /*@__PURE__*/ messageDesc(file_agent, 312);
1745
1952
  * Describes the message agent.v1.ReadResult.
1746
1953
  * Use `create(ReadResultSchema)` to create a new message.
1747
1954
  */
1748
- export const ReadResultSchema = /*@__PURE__*/ messageDesc(file_agent, 313);
1955
+ export const ReadResultSchema =
1956
+ /*@__PURE__*/ messageDesc(file_agent, 313);
1749
1957
  /**
1750
1958
  * Describes the message agent.v1.ReadSuccess.
1751
1959
  * Use `create(ReadSuccessSchema)` to create a new message.
1752
1960
  */
1753
- export const ReadSuccessSchema = /*@__PURE__*/ messageDesc(file_agent, 314);
1961
+ export const ReadSuccessSchema =
1962
+ /*@__PURE__*/ messageDesc(file_agent, 314);
1754
1963
  /**
1755
1964
  * Describes the message agent.v1.ReadError.
1756
1965
  * Use `create(ReadErrorSchema)` to create a new message.
@@ -1760,37 +1969,44 @@ export const ReadErrorSchema = /*@__PURE__*/ messageDesc(file_agent, 315);
1760
1969
  * Describes the message agent.v1.ReadRejected.
1761
1970
  * Use `create(ReadRejectedSchema)` to create a new message.
1762
1971
  */
1763
- export const ReadRejectedSchema = /*@__PURE__*/ messageDesc(file_agent, 316);
1972
+ export const ReadRejectedSchema =
1973
+ /*@__PURE__*/ messageDesc(file_agent, 316);
1764
1974
  /**
1765
1975
  * Describes the message agent.v1.ReadFileNotFound.
1766
1976
  * Use `create(ReadFileNotFoundSchema)` to create a new message.
1767
1977
  */
1768
- export const ReadFileNotFoundSchema = /*@__PURE__*/ messageDesc(file_agent, 317);
1978
+ export const ReadFileNotFoundSchema =
1979
+ /*@__PURE__*/ messageDesc(file_agent, 317);
1769
1980
  /**
1770
1981
  * Describes the message agent.v1.ReadPermissionDenied.
1771
1982
  * Use `create(ReadPermissionDeniedSchema)` to create a new message.
1772
1983
  */
1773
- export const ReadPermissionDeniedSchema = /*@__PURE__*/ messageDesc(file_agent, 318);
1984
+ export const ReadPermissionDeniedSchema =
1985
+ /*@__PURE__*/ messageDesc(file_agent, 318);
1774
1986
  /**
1775
1987
  * Describes the message agent.v1.ReadInvalidFile.
1776
1988
  * Use `create(ReadInvalidFileSchema)` to create a new message.
1777
1989
  */
1778
- export const ReadInvalidFileSchema = /*@__PURE__*/ messageDesc(file_agent, 319);
1990
+ export const ReadInvalidFileSchema =
1991
+ /*@__PURE__*/ messageDesc(file_agent, 319);
1779
1992
  /**
1780
1993
  * Describes the message agent.v1.ReadToolCall.
1781
1994
  * Use `create(ReadToolCallSchema)` to create a new message.
1782
1995
  */
1783
- export const ReadToolCallSchema = /*@__PURE__*/ messageDesc(file_agent, 320);
1996
+ export const ReadToolCallSchema =
1997
+ /*@__PURE__*/ messageDesc(file_agent, 320);
1784
1998
  /**
1785
1999
  * Describes the message agent.v1.ReadToolArgs.
1786
2000
  * Use `create(ReadToolArgsSchema)` to create a new message.
1787
2001
  */
1788
- export const ReadToolArgsSchema = /*@__PURE__*/ messageDesc(file_agent, 321);
2002
+ export const ReadToolArgsSchema =
2003
+ /*@__PURE__*/ messageDesc(file_agent, 321);
1789
2004
  /**
1790
2005
  * Describes the message agent.v1.ReadToolResult.
1791
2006
  * Use `create(ReadToolResultSchema)` to create a new message.
1792
2007
  */
1793
- export const ReadToolResultSchema = /*@__PURE__*/ messageDesc(file_agent, 322);
2008
+ export const ReadToolResultSchema =
2009
+ /*@__PURE__*/ messageDesc(file_agent, 322);
1794
2010
  /**
1795
2011
  * Describes the message agent.v1.ReadRange.
1796
2012
  * Use `create(ReadRangeSchema)` to create a new message.
@@ -1800,22 +2016,26 @@ export const ReadRangeSchema = /*@__PURE__*/ messageDesc(file_agent, 323);
1800
2016
  * Describes the message agent.v1.ReadToolSuccess.
1801
2017
  * Use `create(ReadToolSuccessSchema)` to create a new message.
1802
2018
  */
1803
- export const ReadToolSuccessSchema = /*@__PURE__*/ messageDesc(file_agent, 324);
2019
+ export const ReadToolSuccessSchema =
2020
+ /*@__PURE__*/ messageDesc(file_agent, 324);
1804
2021
  /**
1805
2022
  * Describes the message agent.v1.ReadToolError.
1806
2023
  * Use `create(ReadToolErrorSchema)` to create a new message.
1807
2024
  */
1808
- export const ReadToolErrorSchema = /*@__PURE__*/ messageDesc(file_agent, 325);
2025
+ export const ReadToolErrorSchema =
2026
+ /*@__PURE__*/ messageDesc(file_agent, 325);
1809
2027
  /**
1810
2028
  * Describes the message agent.v1.RecordScreenArgs.
1811
2029
  * Use `create(RecordScreenArgsSchema)` to create a new message.
1812
2030
  */
1813
- export const RecordScreenArgsSchema = /*@__PURE__*/ messageDesc(file_agent, 326);
2031
+ export const RecordScreenArgsSchema =
2032
+ /*@__PURE__*/ messageDesc(file_agent, 326);
1814
2033
  /**
1815
2034
  * Describes the message agent.v1.RecordScreenResult.
1816
2035
  * Use `create(RecordScreenResultSchema)` to create a new message.
1817
2036
  */
1818
- export const RecordScreenResultSchema = /*@__PURE__*/ messageDesc(file_agent, 327);
2037
+ export const RecordScreenResultSchema =
2038
+ /*@__PURE__*/ messageDesc(file_agent, 327);
1819
2039
  /**
1820
2040
  * Describes the message agent.v1.RecordScreenStartSuccess.
1821
2041
  * Use `create(RecordScreenStartSuccessSchema)` to create a new message.
@@ -1841,17 +2061,20 @@ messageDesc(file_agent, 330);
1841
2061
  * Describes the message agent.v1.RecordScreenFailure.
1842
2062
  * Use `create(RecordScreenFailureSchema)` to create a new message.
1843
2063
  */
1844
- export const RecordScreenFailureSchema = /*@__PURE__*/ messageDesc(file_agent, 331);
2064
+ export const RecordScreenFailureSchema =
2065
+ /*@__PURE__*/ messageDesc(file_agent, 331);
1845
2066
  /**
1846
2067
  * Describes the message agent.v1.CursorPackagePrompt.
1847
2068
  * Use `create(CursorPackagePromptSchema)` to create a new message.
1848
2069
  */
1849
- export const CursorPackagePromptSchema = /*@__PURE__*/ messageDesc(file_agent, 332);
2070
+ export const CursorPackagePromptSchema =
2071
+ /*@__PURE__*/ messageDesc(file_agent, 332);
1850
2072
  /**
1851
2073
  * Describes the message agent.v1.CursorPackage.
1852
2074
  * Use `create(CursorPackageSchema)` to create a new message.
1853
2075
  */
1854
- export const CursorPackageSchema = /*@__PURE__*/ messageDesc(file_agent, 333);
2076
+ export const CursorPackageSchema =
2077
+ /*@__PURE__*/ messageDesc(file_agent, 333);
1855
2078
  /**
1856
2079
  * Describes the message agent.v1.RepositoryIndexingInfo.
1857
2080
  * Use `create(RepositoryIndexingInfoSchema)` to create a new message.
@@ -1863,12 +2086,14 @@ messageDesc(file_agent, 334);
1863
2086
  * Describes the message agent.v1.RequestContextArgs.
1864
2087
  * Use `create(RequestContextArgsSchema)` to create a new message.
1865
2088
  */
1866
- export const RequestContextArgsSchema = /*@__PURE__*/ messageDesc(file_agent, 335);
2089
+ export const RequestContextArgsSchema =
2090
+ /*@__PURE__*/ messageDesc(file_agent, 335);
1867
2091
  /**
1868
2092
  * Describes the message agent.v1.RequestContextResult.
1869
2093
  * Use `create(RequestContextResultSchema)` to create a new message.
1870
2094
  */
1871
- export const RequestContextResultSchema = /*@__PURE__*/ messageDesc(file_agent, 336);
2095
+ export const RequestContextResultSchema =
2096
+ /*@__PURE__*/ messageDesc(file_agent, 336);
1872
2097
  /**
1873
2098
  * Describes the message agent.v1.RequestContextSuccess.
1874
2099
  * Use `create(RequestContextSuccessSchema)` to create a new message.
@@ -1880,7 +2105,8 @@ messageDesc(file_agent, 337);
1880
2105
  * Describes the message agent.v1.RequestContextError.
1881
2106
  * Use `create(RequestContextErrorSchema)` to create a new message.
1882
2107
  */
1883
- export const RequestContextErrorSchema = /*@__PURE__*/ messageDesc(file_agent, 338);
2108
+ export const RequestContextErrorSchema =
2109
+ /*@__PURE__*/ messageDesc(file_agent, 338);
1884
2110
  /**
1885
2111
  * Describes the message agent.v1.RequestContextRejected.
1886
2112
  * Use `create(RequestContextRejectedSchema)` to create a new message.
@@ -1892,52 +2118,62 @@ messageDesc(file_agent, 339);
1892
2118
  * Describes the message agent.v1.ImageProto.
1893
2119
  * Use `create(ImageProtoSchema)` to create a new message.
1894
2120
  */
1895
- export const ImageProtoSchema = /*@__PURE__*/ messageDesc(file_agent, 340);
2121
+ export const ImageProtoSchema =
2122
+ /*@__PURE__*/ messageDesc(file_agent, 340);
1896
2123
  /**
1897
2124
  * Describes the message agent.v1.ImageProto_Dimension.
1898
2125
  * Use `create(ImageProto_DimensionSchema)` to create a new message.
1899
2126
  */
1900
- export const ImageProto_DimensionSchema = /*@__PURE__*/ messageDesc(file_agent, 341);
2127
+ export const ImageProto_DimensionSchema =
2128
+ /*@__PURE__*/ messageDesc(file_agent, 341);
1901
2129
  /**
1902
2130
  * Describes the message agent.v1.GitRepoInfo.
1903
2131
  * Use `create(GitRepoInfoSchema)` to create a new message.
1904
2132
  */
1905
- export const GitRepoInfoSchema = /*@__PURE__*/ messageDesc(file_agent, 342);
2133
+ export const GitRepoInfoSchema =
2134
+ /*@__PURE__*/ messageDesc(file_agent, 342);
1906
2135
  /**
1907
2136
  * Describes the message agent.v1.RequestContextEnv.
1908
2137
  * Use `create(RequestContextEnvSchema)` to create a new message.
1909
2138
  */
1910
- export const RequestContextEnvSchema = /*@__PURE__*/ messageDesc(file_agent, 343);
2139
+ export const RequestContextEnvSchema =
2140
+ /*@__PURE__*/ messageDesc(file_agent, 343);
1911
2141
  /**
1912
2142
  * Describes the message agent.v1.DebugModeConfig.
1913
2143
  * Use `create(DebugModeConfigSchema)` to create a new message.
1914
2144
  */
1915
- export const DebugModeConfigSchema = /*@__PURE__*/ messageDesc(file_agent, 344);
2145
+ export const DebugModeConfigSchema =
2146
+ /*@__PURE__*/ messageDesc(file_agent, 344);
1916
2147
  /**
1917
2148
  * Describes the message agent.v1.SkillDescriptor.
1918
2149
  * Use `create(SkillDescriptorSchema)` to create a new message.
1919
2150
  */
1920
- export const SkillDescriptorSchema = /*@__PURE__*/ messageDesc(file_agent, 345);
2151
+ export const SkillDescriptorSchema =
2152
+ /*@__PURE__*/ messageDesc(file_agent, 345);
1921
2153
  /**
1922
2154
  * Describes the message agent.v1.SkillOptions.
1923
2155
  * Use `create(SkillOptionsSchema)` to create a new message.
1924
2156
  */
1925
- export const SkillOptionsSchema = /*@__PURE__*/ messageDesc(file_agent, 346);
2157
+ export const SkillOptionsSchema =
2158
+ /*@__PURE__*/ messageDesc(file_agent, 346);
1926
2159
  /**
1927
2160
  * Describes the message agent.v1.RequestContext.
1928
2161
  * Use `create(RequestContextSchema)` to create a new message.
1929
2162
  */
1930
- export const RequestContextSchema = /*@__PURE__*/ messageDesc(file_agent, 347);
2163
+ export const RequestContextSchema =
2164
+ /*@__PURE__*/ messageDesc(file_agent, 347);
1931
2165
  /**
1932
2166
  * Describes the message agent.v1.SandboxPolicy.
1933
2167
  * Use `create(SandboxPolicySchema)` to create a new message.
1934
2168
  */
1935
- export const SandboxPolicySchema = /*@__PURE__*/ messageDesc(file_agent, 348);
2169
+ export const SandboxPolicySchema =
2170
+ /*@__PURE__*/ messageDesc(file_agent, 348);
1936
2171
  /**
1937
2172
  * Describes the message agent.v1.SelectedImage.
1938
2173
  * Use `create(SelectedImageSchema)` to create a new message.
1939
2174
  */
1940
- export const SelectedImageSchema = /*@__PURE__*/ messageDesc(file_agent, 349);
2175
+ export const SelectedImageSchema =
2176
+ /*@__PURE__*/ messageDesc(file_agent, 349);
1941
2177
  /**
1942
2178
  * Describes the message agent.v1.SelectedImage_BlobIdWithData.
1943
2179
  * Use `create(SelectedImage_BlobIdWithDataSchema)` to create a new message.
@@ -1956,12 +2192,14 @@ messageDesc(file_agent, 351);
1956
2192
  * Describes the message agent.v1.ExtraContextEntry.
1957
2193
  * Use `create(ExtraContextEntrySchema)` to create a new message.
1958
2194
  */
1959
- export const ExtraContextEntrySchema = /*@__PURE__*/ messageDesc(file_agent, 352);
2195
+ export const ExtraContextEntrySchema =
2196
+ /*@__PURE__*/ messageDesc(file_agent, 352);
1960
2197
  /**
1961
2198
  * Describes the message agent.v1.SelectedFile.
1962
2199
  * Use `create(SelectedFileSchema)` to create a new message.
1963
2200
  */
1964
- export const SelectedFileSchema = /*@__PURE__*/ messageDesc(file_agent, 353);
2201
+ export const SelectedFileSchema =
2202
+ /*@__PURE__*/ messageDesc(file_agent, 353);
1965
2203
  /**
1966
2204
  * Describes the message agent.v1.SelectedCodeSelection.
1967
2205
  * Use `create(SelectedCodeSelectionSchema)` to create a new message.
@@ -1973,7 +2211,8 @@ messageDesc(file_agent, 354);
1973
2211
  * Describes the message agent.v1.SelectedTerminal.
1974
2212
  * Use `create(SelectedTerminalSchema)` to create a new message.
1975
2213
  */
1976
- export const SelectedTerminalSchema = /*@__PURE__*/ messageDesc(file_agent, 355);
2214
+ export const SelectedTerminalSchema =
2215
+ /*@__PURE__*/ messageDesc(file_agent, 355);
1977
2216
  /**
1978
2217
  * Describes the message agent.v1.SelectedTerminalSelection.
1979
2218
  * Use `create(SelectedTerminalSelectionSchema)` to create a new message.
@@ -1985,22 +2224,26 @@ messageDesc(file_agent, 356);
1985
2224
  * Describes the message agent.v1.SelectedFolder.
1986
2225
  * Use `create(SelectedFolderSchema)` to create a new message.
1987
2226
  */
1988
- export const SelectedFolderSchema = /*@__PURE__*/ messageDesc(file_agent, 357);
2227
+ export const SelectedFolderSchema =
2228
+ /*@__PURE__*/ messageDesc(file_agent, 357);
1989
2229
  /**
1990
2230
  * Describes the message agent.v1.SelectedExternalLink.
1991
2231
  * Use `create(SelectedExternalLinkSchema)` to create a new message.
1992
2232
  */
1993
- export const SelectedExternalLinkSchema = /*@__PURE__*/ messageDesc(file_agent, 358);
2233
+ export const SelectedExternalLinkSchema =
2234
+ /*@__PURE__*/ messageDesc(file_agent, 358);
1994
2235
  /**
1995
2236
  * Describes the message agent.v1.SelectedCursorRule.
1996
2237
  * Use `create(SelectedCursorRuleSchema)` to create a new message.
1997
2238
  */
1998
- export const SelectedCursorRuleSchema = /*@__PURE__*/ messageDesc(file_agent, 359);
2239
+ export const SelectedCursorRuleSchema =
2240
+ /*@__PURE__*/ messageDesc(file_agent, 359);
1999
2241
  /**
2000
2242
  * Describes the message agent.v1.SelectedGitDiff.
2001
2243
  * Use `create(SelectedGitDiffSchema)` to create a new message.
2002
2244
  */
2003
- export const SelectedGitDiffSchema = /*@__PURE__*/ messageDesc(file_agent, 360);
2245
+ export const SelectedGitDiffSchema =
2246
+ /*@__PURE__*/ messageDesc(file_agent, 360);
2004
2247
  /**
2005
2248
  * Describes the message agent.v1.SelectedGitDiffFromBranchToMain.
2006
2249
  * Use `create(SelectedGitDiffFromBranchToMainSchema)` to create a new message.
@@ -2012,12 +2255,14 @@ messageDesc(file_agent, 361);
2012
2255
  * Describes the message agent.v1.SelectedGitCommit.
2013
2256
  * Use `create(SelectedGitCommitSchema)` to create a new message.
2014
2257
  */
2015
- export const SelectedGitCommitSchema = /*@__PURE__*/ messageDesc(file_agent, 362);
2258
+ export const SelectedGitCommitSchema =
2259
+ /*@__PURE__*/ messageDesc(file_agent, 362);
2016
2260
  /**
2017
2261
  * Describes the message agent.v1.SelectedPullRequest.
2018
2262
  * Use `create(SelectedPullRequestSchema)` to create a new message.
2019
2263
  */
2020
- export const SelectedPullRequestSchema = /*@__PURE__*/ messageDesc(file_agent, 363);
2264
+ export const SelectedPullRequestSchema =
2265
+ /*@__PURE__*/ messageDesc(file_agent, 363);
2021
2266
  /**
2022
2267
  * Describes the message agent.v1.SelectedGitPRDiffSelection.
2023
2268
  * Use `create(SelectedGitPRDiffSelectionSchema)` to create a new message.
@@ -2043,7 +2288,8 @@ messageDesc(file_agent, 366);
2043
2288
  * Describes the message agent.v1.SelectedPastChat.
2044
2289
  * Use `create(SelectedPastChatSchema)` to create a new message.
2045
2290
  */
2046
- export const SelectedPastChatSchema = /*@__PURE__*/ messageDesc(file_agent, 367);
2291
+ export const SelectedPastChatSchema =
2292
+ /*@__PURE__*/ messageDesc(file_agent, 367);
2047
2293
  /**
2048
2294
  * Describes the message agent.v1.CallFrame.
2049
2295
  * Use `create(CallFrameSchema)` to create a new message.
@@ -2053,32 +2299,38 @@ export const CallFrameSchema = /*@__PURE__*/ messageDesc(file_agent, 368);
2053
2299
  * Describes the message agent.v1.StackTrace.
2054
2300
  * Use `create(StackTraceSchema)` to create a new message.
2055
2301
  */
2056
- export const StackTraceSchema = /*@__PURE__*/ messageDesc(file_agent, 369);
2302
+ export const StackTraceSchema =
2303
+ /*@__PURE__*/ messageDesc(file_agent, 369);
2057
2304
  /**
2058
2305
  * Describes the message agent.v1.SelectedConsoleLog.
2059
2306
  * Use `create(SelectedConsoleLogSchema)` to create a new message.
2060
2307
  */
2061
- export const SelectedConsoleLogSchema = /*@__PURE__*/ messageDesc(file_agent, 370);
2308
+ export const SelectedConsoleLogSchema =
2309
+ /*@__PURE__*/ messageDesc(file_agent, 370);
2062
2310
  /**
2063
2311
  * Describes the message agent.v1.SelectedUIElement.
2064
2312
  * Use `create(SelectedUIElementSchema)` to create a new message.
2065
2313
  */
2066
- export const SelectedUIElementSchema = /*@__PURE__*/ messageDesc(file_agent, 371);
2314
+ export const SelectedUIElementSchema =
2315
+ /*@__PURE__*/ messageDesc(file_agent, 371);
2067
2316
  /**
2068
2317
  * Describes the message agent.v1.SelectedSubagent.
2069
2318
  * Use `create(SelectedSubagentSchema)` to create a new message.
2070
2319
  */
2071
- export const SelectedSubagentSchema = /*@__PURE__*/ messageDesc(file_agent, 372);
2320
+ export const SelectedSubagentSchema =
2321
+ /*@__PURE__*/ messageDesc(file_agent, 372);
2072
2322
  /**
2073
2323
  * Describes the message agent.v1.SelectedContext.
2074
2324
  * Use `create(SelectedContextSchema)` to create a new message.
2075
2325
  */
2076
- export const SelectedContextSchema = /*@__PURE__*/ messageDesc(file_agent, 373);
2326
+ export const SelectedContextSchema =
2327
+ /*@__PURE__*/ messageDesc(file_agent, 373);
2077
2328
  /**
2078
2329
  * Describes the message agent.v1.InvocationContext.
2079
2330
  * Use `create(InvocationContextSchema)` to create a new message.
2080
2331
  */
2081
- export const InvocationContextSchema = /*@__PURE__*/ messageDesc(file_agent, 374);
2332
+ export const InvocationContextSchema =
2333
+ /*@__PURE__*/ messageDesc(file_agent, 374);
2082
2334
  /**
2083
2335
  * Describes the message agent.v1.InvocationContext_SlackThread.
2084
2336
  * Use `create(InvocationContext_SlackThreadSchema)` to create a new message.
@@ -2179,27 +2431,32 @@ export const ShellArgsSchema = /*@__PURE__*/ messageDesc(file_agent, 388);
2179
2431
  * Describes the message agent.v1.ShellResult.
2180
2432
  * Use `create(ShellResultSchema)` to create a new message.
2181
2433
  */
2182
- export const ShellResultSchema = /*@__PURE__*/ messageDesc(file_agent, 389);
2434
+ export const ShellResultSchema =
2435
+ /*@__PURE__*/ messageDesc(file_agent, 389);
2183
2436
  /**
2184
2437
  * Describes the message agent.v1.ShellStreamStdout.
2185
2438
  * Use `create(ShellStreamStdoutSchema)` to create a new message.
2186
2439
  */
2187
- export const ShellStreamStdoutSchema = /*@__PURE__*/ messageDesc(file_agent, 390);
2440
+ export const ShellStreamStdoutSchema =
2441
+ /*@__PURE__*/ messageDesc(file_agent, 390);
2188
2442
  /**
2189
2443
  * Describes the message agent.v1.ShellStreamStderr.
2190
2444
  * Use `create(ShellStreamStderrSchema)` to create a new message.
2191
2445
  */
2192
- export const ShellStreamStderrSchema = /*@__PURE__*/ messageDesc(file_agent, 391);
2446
+ export const ShellStreamStderrSchema =
2447
+ /*@__PURE__*/ messageDesc(file_agent, 391);
2193
2448
  /**
2194
2449
  * Describes the message agent.v1.ShellStreamExit.
2195
2450
  * Use `create(ShellStreamExitSchema)` to create a new message.
2196
2451
  */
2197
- export const ShellStreamExitSchema = /*@__PURE__*/ messageDesc(file_agent, 392);
2452
+ export const ShellStreamExitSchema =
2453
+ /*@__PURE__*/ messageDesc(file_agent, 392);
2198
2454
  /**
2199
2455
  * Describes the message agent.v1.ShellStreamStart.
2200
2456
  * Use `create(ShellStreamStartSchema)` to create a new message.
2201
2457
  */
2202
- export const ShellStreamStartSchema = /*@__PURE__*/ messageDesc(file_agent, 393);
2458
+ export const ShellStreamStartSchema =
2459
+ /*@__PURE__*/ messageDesc(file_agent, 393);
2203
2460
  /**
2204
2461
  * Describes the message agent.v1.ShellStreamBackgrounded.
2205
2462
  * Use `create(ShellStreamBackgroundedSchema)` to create a new message.
@@ -2211,32 +2468,38 @@ messageDesc(file_agent, 394);
2211
2468
  * Describes the message agent.v1.ShellStream.
2212
2469
  * Use `create(ShellStreamSchema)` to create a new message.
2213
2470
  */
2214
- export const ShellStreamSchema = /*@__PURE__*/ messageDesc(file_agent, 395);
2471
+ export const ShellStreamSchema =
2472
+ /*@__PURE__*/ messageDesc(file_agent, 395);
2215
2473
  /**
2216
2474
  * Describes the message agent.v1.OutputLocation.
2217
2475
  * Use `create(OutputLocationSchema)` to create a new message.
2218
2476
  */
2219
- export const OutputLocationSchema = /*@__PURE__*/ messageDesc(file_agent, 396);
2477
+ export const OutputLocationSchema =
2478
+ /*@__PURE__*/ messageDesc(file_agent, 396);
2220
2479
  /**
2221
2480
  * Describes the message agent.v1.ShellSuccess.
2222
2481
  * Use `create(ShellSuccessSchema)` to create a new message.
2223
2482
  */
2224
- export const ShellSuccessSchema = /*@__PURE__*/ messageDesc(file_agent, 397);
2483
+ export const ShellSuccessSchema =
2484
+ /*@__PURE__*/ messageDesc(file_agent, 397);
2225
2485
  /**
2226
2486
  * Describes the message agent.v1.ShellFailure.
2227
2487
  * Use `create(ShellFailureSchema)` to create a new message.
2228
2488
  */
2229
- export const ShellFailureSchema = /*@__PURE__*/ messageDesc(file_agent, 398);
2489
+ export const ShellFailureSchema =
2490
+ /*@__PURE__*/ messageDesc(file_agent, 398);
2230
2491
  /**
2231
2492
  * Describes the message agent.v1.ShellTimeout.
2232
2493
  * Use `create(ShellTimeoutSchema)` to create a new message.
2233
2494
  */
2234
- export const ShellTimeoutSchema = /*@__PURE__*/ messageDesc(file_agent, 399);
2495
+ export const ShellTimeoutSchema =
2496
+ /*@__PURE__*/ messageDesc(file_agent, 399);
2235
2497
  /**
2236
2498
  * Describes the message agent.v1.ShellRejected.
2237
2499
  * Use `create(ShellRejectedSchema)` to create a new message.
2238
2500
  */
2239
- export const ShellRejectedSchema = /*@__PURE__*/ messageDesc(file_agent, 400);
2501
+ export const ShellRejectedSchema =
2502
+ /*@__PURE__*/ messageDesc(file_agent, 400);
2240
2503
  /**
2241
2504
  * Describes the message agent.v1.ShellPermissionDenied.
2242
2505
  * Use `create(ShellPermissionDeniedSchema)` to create a new message.
@@ -2248,17 +2511,20 @@ messageDesc(file_agent, 401);
2248
2511
  * Describes the message agent.v1.ShellSpawnError.
2249
2512
  * Use `create(ShellSpawnErrorSchema)` to create a new message.
2250
2513
  */
2251
- export const ShellSpawnErrorSchema = /*@__PURE__*/ messageDesc(file_agent, 402);
2514
+ export const ShellSpawnErrorSchema =
2515
+ /*@__PURE__*/ messageDesc(file_agent, 402);
2252
2516
  /**
2253
2517
  * Describes the message agent.v1.ShellPartialResult.
2254
2518
  * Use `create(ShellPartialResultSchema)` to create a new message.
2255
2519
  */
2256
- export const ShellPartialResultSchema = /*@__PURE__*/ messageDesc(file_agent, 403);
2520
+ export const ShellPartialResultSchema =
2521
+ /*@__PURE__*/ messageDesc(file_agent, 403);
2257
2522
  /**
2258
2523
  * Describes the message agent.v1.ShellToolCall.
2259
2524
  * Use `create(ShellToolCallSchema)` to create a new message.
2260
2525
  */
2261
- export const ShellToolCallSchema = /*@__PURE__*/ messageDesc(file_agent, 404);
2526
+ export const ShellToolCallSchema =
2527
+ /*@__PURE__*/ messageDesc(file_agent, 404);
2262
2528
  /**
2263
2529
  * Describes the message agent.v1.ShellToolCallStdoutDelta.
2264
2530
  * Use `create(ShellToolCallStdoutDeltaSchema)` to create a new message.
@@ -2277,12 +2543,14 @@ messageDesc(file_agent, 406);
2277
2543
  * Describes the message agent.v1.ShellToolCallDelta.
2278
2544
  * Use `create(ShellToolCallDeltaSchema)` to create a new message.
2279
2545
  */
2280
- export const ShellToolCallDeltaSchema = /*@__PURE__*/ messageDesc(file_agent, 407);
2546
+ export const ShellToolCallDeltaSchema =
2547
+ /*@__PURE__*/ messageDesc(file_agent, 407);
2281
2548
  /**
2282
2549
  * Describes the message agent.v1.SubagentType.
2283
2550
  * Use `create(SubagentTypeSchema)` to create a new message.
2284
2551
  */
2285
- export const SubagentTypeSchema = /*@__PURE__*/ messageDesc(file_agent, 408);
2552
+ export const SubagentTypeSchema =
2553
+ /*@__PURE__*/ messageDesc(file_agent, 408);
2286
2554
  /**
2287
2555
  * Describes the message agent.v1.SubagentTypeUnspecified.
2288
2556
  * Use `create(SubagentTypeUnspecifiedSchema)` to create a new message.
@@ -2301,47 +2569,56 @@ messageDesc(file_agent, 410);
2301
2569
  * Describes the message agent.v1.SubagentTypeExplore.
2302
2570
  * Use `create(SubagentTypeExploreSchema)` to create a new message.
2303
2571
  */
2304
- export const SubagentTypeExploreSchema = /*@__PURE__*/ messageDesc(file_agent, 411);
2572
+ export const SubagentTypeExploreSchema =
2573
+ /*@__PURE__*/ messageDesc(file_agent, 411);
2305
2574
  /**
2306
2575
  * Describes the message agent.v1.SubagentTypeCustom.
2307
2576
  * Use `create(SubagentTypeCustomSchema)` to create a new message.
2308
2577
  */
2309
- export const SubagentTypeCustomSchema = /*@__PURE__*/ messageDesc(file_agent, 412);
2578
+ export const SubagentTypeCustomSchema =
2579
+ /*@__PURE__*/ messageDesc(file_agent, 412);
2310
2580
  /**
2311
2581
  * Describes the message agent.v1.CustomSubagent.
2312
2582
  * Use `create(CustomSubagentSchema)` to create a new message.
2313
2583
  */
2314
- export const CustomSubagentSchema = /*@__PURE__*/ messageDesc(file_agent, 413);
2584
+ export const CustomSubagentSchema =
2585
+ /*@__PURE__*/ messageDesc(file_agent, 413);
2315
2586
  /**
2316
2587
  * Describes the message agent.v1.SwitchModeArgs.
2317
2588
  * Use `create(SwitchModeArgsSchema)` to create a new message.
2318
2589
  */
2319
- export const SwitchModeArgsSchema = /*@__PURE__*/ messageDesc(file_agent, 414);
2590
+ export const SwitchModeArgsSchema =
2591
+ /*@__PURE__*/ messageDesc(file_agent, 414);
2320
2592
  /**
2321
2593
  * Describes the message agent.v1.SwitchModeResult.
2322
2594
  * Use `create(SwitchModeResultSchema)` to create a new message.
2323
2595
  */
2324
- export const SwitchModeResultSchema = /*@__PURE__*/ messageDesc(file_agent, 415);
2596
+ export const SwitchModeResultSchema =
2597
+ /*@__PURE__*/ messageDesc(file_agent, 415);
2325
2598
  /**
2326
2599
  * Describes the message agent.v1.SwitchModeSuccess.
2327
2600
  * Use `create(SwitchModeSuccessSchema)` to create a new message.
2328
2601
  */
2329
- export const SwitchModeSuccessSchema = /*@__PURE__*/ messageDesc(file_agent, 416);
2602
+ export const SwitchModeSuccessSchema =
2603
+ /*@__PURE__*/ messageDesc(file_agent, 416);
2330
2604
  /**
2331
2605
  * Describes the message agent.v1.SwitchModeError.
2332
2606
  * Use `create(SwitchModeErrorSchema)` to create a new message.
2333
2607
  */
2334
- export const SwitchModeErrorSchema = /*@__PURE__*/ messageDesc(file_agent, 417);
2608
+ export const SwitchModeErrorSchema =
2609
+ /*@__PURE__*/ messageDesc(file_agent, 417);
2335
2610
  /**
2336
2611
  * Describes the message agent.v1.SwitchModeRejected.
2337
2612
  * Use `create(SwitchModeRejectedSchema)` to create a new message.
2338
2613
  */
2339
- export const SwitchModeRejectedSchema = /*@__PURE__*/ messageDesc(file_agent, 418);
2614
+ export const SwitchModeRejectedSchema =
2615
+ /*@__PURE__*/ messageDesc(file_agent, 418);
2340
2616
  /**
2341
2617
  * Describes the message agent.v1.SwitchModeToolCall.
2342
2618
  * Use `create(SwitchModeToolCallSchema)` to create a new message.
2343
2619
  */
2344
- export const SwitchModeToolCallSchema = /*@__PURE__*/ messageDesc(file_agent, 419);
2620
+ export const SwitchModeToolCallSchema =
2621
+ /*@__PURE__*/ messageDesc(file_agent, 419);
2345
2622
  /**
2346
2623
  * Describes the message agent.v1.SwitchModeRequestQuery.
2347
2624
  * Use `create(SwitchModeRequestQuerySchema)` to create a new message.
@@ -2379,52 +2656,62 @@ export const TodoItemSchema = /*@__PURE__*/ messageDesc(file_agent, 424);
2379
2656
  * Describes the message agent.v1.UpdateTodosToolCall.
2380
2657
  * Use `create(UpdateTodosToolCallSchema)` to create a new message.
2381
2658
  */
2382
- export const UpdateTodosToolCallSchema = /*@__PURE__*/ messageDesc(file_agent, 425);
2659
+ export const UpdateTodosToolCallSchema =
2660
+ /*@__PURE__*/ messageDesc(file_agent, 425);
2383
2661
  /**
2384
2662
  * Describes the message agent.v1.UpdateTodosArgs.
2385
2663
  * Use `create(UpdateTodosArgsSchema)` to create a new message.
2386
2664
  */
2387
- export const UpdateTodosArgsSchema = /*@__PURE__*/ messageDesc(file_agent, 426);
2665
+ export const UpdateTodosArgsSchema =
2666
+ /*@__PURE__*/ messageDesc(file_agent, 426);
2388
2667
  /**
2389
2668
  * Describes the message agent.v1.UpdateTodosResult.
2390
2669
  * Use `create(UpdateTodosResultSchema)` to create a new message.
2391
2670
  */
2392
- export const UpdateTodosResultSchema = /*@__PURE__*/ messageDesc(file_agent, 427);
2671
+ export const UpdateTodosResultSchema =
2672
+ /*@__PURE__*/ messageDesc(file_agent, 427);
2393
2673
  /**
2394
2674
  * Describes the message agent.v1.UpdateTodosSuccess.
2395
2675
  * Use `create(UpdateTodosSuccessSchema)` to create a new message.
2396
2676
  */
2397
- export const UpdateTodosSuccessSchema = /*@__PURE__*/ messageDesc(file_agent, 428);
2677
+ export const UpdateTodosSuccessSchema =
2678
+ /*@__PURE__*/ messageDesc(file_agent, 428);
2398
2679
  /**
2399
2680
  * Describes the message agent.v1.UpdateTodosError.
2400
2681
  * Use `create(UpdateTodosErrorSchema)` to create a new message.
2401
2682
  */
2402
- export const UpdateTodosErrorSchema = /*@__PURE__*/ messageDesc(file_agent, 429);
2683
+ export const UpdateTodosErrorSchema =
2684
+ /*@__PURE__*/ messageDesc(file_agent, 429);
2403
2685
  /**
2404
2686
  * Describes the message agent.v1.ReadTodosToolCall.
2405
2687
  * Use `create(ReadTodosToolCallSchema)` to create a new message.
2406
2688
  */
2407
- export const ReadTodosToolCallSchema = /*@__PURE__*/ messageDesc(file_agent, 430);
2689
+ export const ReadTodosToolCallSchema =
2690
+ /*@__PURE__*/ messageDesc(file_agent, 430);
2408
2691
  /**
2409
2692
  * Describes the message agent.v1.ReadTodosArgs.
2410
2693
  * Use `create(ReadTodosArgsSchema)` to create a new message.
2411
2694
  */
2412
- export const ReadTodosArgsSchema = /*@__PURE__*/ messageDesc(file_agent, 431);
2695
+ export const ReadTodosArgsSchema =
2696
+ /*@__PURE__*/ messageDesc(file_agent, 431);
2413
2697
  /**
2414
2698
  * Describes the message agent.v1.ReadTodosResult.
2415
2699
  * Use `create(ReadTodosResultSchema)` to create a new message.
2416
2700
  */
2417
- export const ReadTodosResultSchema = /*@__PURE__*/ messageDesc(file_agent, 432);
2701
+ export const ReadTodosResultSchema =
2702
+ /*@__PURE__*/ messageDesc(file_agent, 432);
2418
2703
  /**
2419
2704
  * Describes the message agent.v1.ReadTodosSuccess.
2420
2705
  * Use `create(ReadTodosSuccessSchema)` to create a new message.
2421
2706
  */
2422
- export const ReadTodosSuccessSchema = /*@__PURE__*/ messageDesc(file_agent, 433);
2707
+ export const ReadTodosSuccessSchema =
2708
+ /*@__PURE__*/ messageDesc(file_agent, 433);
2423
2709
  /**
2424
2710
  * Describes the message agent.v1.ReadTodosError.
2425
2711
  * Use `create(ReadTodosErrorSchema)` to create a new message.
2426
2712
  */
2427
- export const ReadTodosErrorSchema = /*@__PURE__*/ messageDesc(file_agent, 434);
2713
+ export const ReadTodosErrorSchema =
2714
+ /*@__PURE__*/ messageDesc(file_agent, 434);
2428
2715
  /**
2429
2716
  * Describes the message agent.v1.Range.
2430
2717
  * Use `create(RangeSchema)` to create a new message.
@@ -2444,37 +2731,44 @@ export const ErrorSchema = /*@__PURE__*/ messageDesc(file_agent, 437);
2444
2731
  * Describes the message agent.v1.WebSearchArgs.
2445
2732
  * Use `create(WebSearchArgsSchema)` to create a new message.
2446
2733
  */
2447
- export const WebSearchArgsSchema = /*@__PURE__*/ messageDesc(file_agent, 438);
2734
+ export const WebSearchArgsSchema =
2735
+ /*@__PURE__*/ messageDesc(file_agent, 438);
2448
2736
  /**
2449
2737
  * Describes the message agent.v1.WebSearchResult.
2450
2738
  * Use `create(WebSearchResultSchema)` to create a new message.
2451
2739
  */
2452
- export const WebSearchResultSchema = /*@__PURE__*/ messageDesc(file_agent, 439);
2740
+ export const WebSearchResultSchema =
2741
+ /*@__PURE__*/ messageDesc(file_agent, 439);
2453
2742
  /**
2454
2743
  * Describes the message agent.v1.WebSearchSuccess.
2455
2744
  * Use `create(WebSearchSuccessSchema)` to create a new message.
2456
2745
  */
2457
- export const WebSearchSuccessSchema = /*@__PURE__*/ messageDesc(file_agent, 440);
2746
+ export const WebSearchSuccessSchema =
2747
+ /*@__PURE__*/ messageDesc(file_agent, 440);
2458
2748
  /**
2459
2749
  * Describes the message agent.v1.WebSearchError.
2460
2750
  * Use `create(WebSearchErrorSchema)` to create a new message.
2461
2751
  */
2462
- export const WebSearchErrorSchema = /*@__PURE__*/ messageDesc(file_agent, 441);
2752
+ export const WebSearchErrorSchema =
2753
+ /*@__PURE__*/ messageDesc(file_agent, 441);
2463
2754
  /**
2464
2755
  * Describes the message agent.v1.WebSearchRejected.
2465
2756
  * Use `create(WebSearchRejectedSchema)` to create a new message.
2466
2757
  */
2467
- export const WebSearchRejectedSchema = /*@__PURE__*/ messageDesc(file_agent, 442);
2758
+ export const WebSearchRejectedSchema =
2759
+ /*@__PURE__*/ messageDesc(file_agent, 442);
2468
2760
  /**
2469
2761
  * Describes the message agent.v1.WebSearchReference.
2470
2762
  * Use `create(WebSearchReferenceSchema)` to create a new message.
2471
2763
  */
2472
- export const WebSearchReferenceSchema = /*@__PURE__*/ messageDesc(file_agent, 443);
2764
+ export const WebSearchReferenceSchema =
2765
+ /*@__PURE__*/ messageDesc(file_agent, 443);
2473
2766
  /**
2474
2767
  * Describes the message agent.v1.WebSearchToolCall.
2475
2768
  * Use `create(WebSearchToolCallSchema)` to create a new message.
2476
2769
  */
2477
- export const WebSearchToolCallSchema = /*@__PURE__*/ messageDesc(file_agent, 444);
2770
+ export const WebSearchToolCallSchema =
2771
+ /*@__PURE__*/ messageDesc(file_agent, 444);
2478
2772
  /**
2479
2773
  * Describes the message agent.v1.WebSearchRequestQuery.
2480
2774
  * Use `create(WebSearchRequestQuerySchema)` to create a new message.
@@ -2512,12 +2806,14 @@ export const WriteArgsSchema = /*@__PURE__*/ messageDesc(file_agent, 449);
2512
2806
  * Describes the message agent.v1.WriteResult.
2513
2807
  * Use `create(WriteResultSchema)` to create a new message.
2514
2808
  */
2515
- export const WriteResultSchema = /*@__PURE__*/ messageDesc(file_agent, 450);
2809
+ export const WriteResultSchema =
2810
+ /*@__PURE__*/ messageDesc(file_agent, 450);
2516
2811
  /**
2517
2812
  * Describes the message agent.v1.WriteSuccess.
2518
2813
  * Use `create(WriteSuccessSchema)` to create a new message.
2519
2814
  */
2520
- export const WriteSuccessSchema = /*@__PURE__*/ messageDesc(file_agent, 451);
2815
+ export const WriteSuccessSchema =
2816
+ /*@__PURE__*/ messageDesc(file_agent, 451);
2521
2817
  /**
2522
2818
  * Describes the message agent.v1.WritePermissionDenied.
2523
2819
  * Use `create(WritePermissionDeniedSchema)` to create a new message.
@@ -2529,17 +2825,20 @@ messageDesc(file_agent, 452);
2529
2825
  * Describes the message agent.v1.WriteNoSpace.
2530
2826
  * Use `create(WriteNoSpaceSchema)` to create a new message.
2531
2827
  */
2532
- export const WriteNoSpaceSchema = /*@__PURE__*/ messageDesc(file_agent, 453);
2828
+ export const WriteNoSpaceSchema =
2829
+ /*@__PURE__*/ messageDesc(file_agent, 453);
2533
2830
  /**
2534
2831
  * Describes the message agent.v1.WriteError.
2535
2832
  * Use `create(WriteErrorSchema)` to create a new message.
2536
2833
  */
2537
- export const WriteErrorSchema = /*@__PURE__*/ messageDesc(file_agent, 454);
2834
+ export const WriteErrorSchema =
2835
+ /*@__PURE__*/ messageDesc(file_agent, 454);
2538
2836
  /**
2539
2837
  * Describes the message agent.v1.WriteRejected.
2540
2838
  * Use `create(WriteRejectedSchema)` to create a new message.
2541
2839
  */
2542
- export const WriteRejectedSchema = /*@__PURE__*/ messageDesc(file_agent, 455);
2840
+ export const WriteRejectedSchema =
2841
+ /*@__PURE__*/ messageDesc(file_agent, 455);
2543
2842
  /**
2544
2843
  * Describes the message agent.v1.BootstrapStatsigRequest.
2545
2844
  * Use `create(BootstrapStatsigRequestSchema)` to create a new message.
@@ -2551,27 +2850,32 @@ messageDesc(file_agent, 456);
2551
2850
  * Describes the message agent.v1.PingResponse.
2552
2851
  * Use `create(PingResponseSchema)` to create a new message.
2553
2852
  */
2554
- export const PingResponseSchema = /*@__PURE__*/ messageDesc(file_agent, 457);
2853
+ export const PingResponseSchema =
2854
+ /*@__PURE__*/ messageDesc(file_agent, 457);
2555
2855
  /**
2556
2856
  * Describes the message agent.v1.ExecRequest.
2557
2857
  * Use `create(ExecRequestSchema)` to create a new message.
2558
2858
  */
2559
- export const ExecRequestSchema = /*@__PURE__*/ messageDesc(file_agent, 458);
2859
+ export const ExecRequestSchema =
2860
+ /*@__PURE__*/ messageDesc(file_agent, 458);
2560
2861
  /**
2561
2862
  * Describes the message agent.v1.ExecResponse.
2562
2863
  * Use `create(ExecResponseSchema)` to create a new message.
2563
2864
  */
2564
- export const ExecResponseSchema = /*@__PURE__*/ messageDesc(file_agent, 459);
2865
+ export const ExecResponseSchema =
2866
+ /*@__PURE__*/ messageDesc(file_agent, 459);
2565
2867
  /**
2566
2868
  * Describes the message agent.v1.StdoutEvent.
2567
2869
  * Use `create(StdoutEventSchema)` to create a new message.
2568
2870
  */
2569
- export const StdoutEventSchema = /*@__PURE__*/ messageDesc(file_agent, 460);
2871
+ export const StdoutEventSchema =
2872
+ /*@__PURE__*/ messageDesc(file_agent, 460);
2570
2873
  /**
2571
2874
  * Describes the message agent.v1.StderrEvent.
2572
2875
  * Use `create(StderrEventSchema)` to create a new message.
2573
2876
  */
2574
- export const StderrEventSchema = /*@__PURE__*/ messageDesc(file_agent, 461);
2877
+ export const StderrEventSchema =
2878
+ /*@__PURE__*/ messageDesc(file_agent, 461);
2575
2879
  /**
2576
2880
  * Describes the message agent.v1.ExitEvent.
2577
2881
  * Use `create(ExitEventSchema)` to create a new message.
@@ -2581,17 +2885,20 @@ export const ExitEventSchema = /*@__PURE__*/ messageDesc(file_agent, 462);
2581
2885
  * Describes the message agent.v1.ReadTextFileRequest.
2582
2886
  * Use `create(ReadTextFileRequestSchema)` to create a new message.
2583
2887
  */
2584
- export const ReadTextFileRequestSchema = /*@__PURE__*/ messageDesc(file_agent, 463);
2888
+ export const ReadTextFileRequestSchema =
2889
+ /*@__PURE__*/ messageDesc(file_agent, 463);
2585
2890
  /**
2586
2891
  * Describes the message agent.v1.ReadTextFileResponse.
2587
2892
  * Use `create(ReadTextFileResponseSchema)` to create a new message.
2588
2893
  */
2589
- export const ReadTextFileResponseSchema = /*@__PURE__*/ messageDesc(file_agent, 464);
2894
+ export const ReadTextFileResponseSchema =
2895
+ /*@__PURE__*/ messageDesc(file_agent, 464);
2590
2896
  /**
2591
2897
  * Describes the message agent.v1.WriteTextFileRequest.
2592
2898
  * Use `create(WriteTextFileRequestSchema)` to create a new message.
2593
2899
  */
2594
- export const WriteTextFileRequestSchema = /*@__PURE__*/ messageDesc(file_agent, 465);
2900
+ export const WriteTextFileRequestSchema =
2901
+ /*@__PURE__*/ messageDesc(file_agent, 465);
2595
2902
  /**
2596
2903
  * Describes the message agent.v1.WriteTextFileResponse.
2597
2904
  * Use `create(WriteTextFileResponseSchema)` to create a new message.
@@ -2673,7 +2980,8 @@ messageDesc(file_agent, 476);
2673
2980
  * Describes the message agent.v1.ListArtifactsRequest.
2674
2981
  * Use `create(ListArtifactsRequestSchema)` to create a new message.
2675
2982
  */
2676
- export const ListArtifactsRequestSchema = /*@__PURE__*/ messageDesc(file_agent, 477);
2983
+ export const ListArtifactsRequestSchema =
2984
+ /*@__PURE__*/ messageDesc(file_agent, 477);
2677
2985
  /**
2678
2986
  * Describes the message agent.v1.ArtifactUploadMetadata.
2679
2987
  * Use `create(ArtifactUploadMetadataSchema)` to create a new message.
@@ -2748,7 +3056,8 @@ messageDesc(file_agent, 487);
2748
3056
  * Describes the message agent.v1.McpOAuthStoredData.
2749
3057
  * Use `create(McpOAuthStoredDataSchema)` to create a new message.
2750
3058
  */
2751
- export const McpOAuthStoredDataSchema = /*@__PURE__*/ messageDesc(file_agent, 488);
3059
+ export const McpOAuthStoredDataSchema =
3060
+ /*@__PURE__*/ messageDesc(file_agent, 488);
2752
3061
  /**
2753
3062
  * Describes the message agent.v1.Frame.
2754
3063
  * Use `create(FrameSchema)` to create a new message.
@@ -2763,7 +3072,8 @@ export const EmptySchema = /*@__PURE__*/ messageDesc(file_agent, 490);
2763
3072
  * Describes the message agent.v1.BidiRequestId.
2764
3073
  * Use `create(BidiRequestIdSchema)` to create a new message.
2765
3074
  */
2766
- export const BidiRequestIdSchema = /*@__PURE__*/ messageDesc(file_agent, 491);
3075
+ export const BidiRequestIdSchema =
3076
+ /*@__PURE__*/ messageDesc(file_agent, 491);
2767
3077
  /**
2768
3078
  * @generated from enum agent.v1.AppliedAgentChange_ChangeType
2769
3079
  */
@@ -2855,7 +3165,8 @@ export var ScrollDirection;
2855
3165
  /**
2856
3166
  * Describes the enum agent.v1.ScrollDirection.
2857
3167
  */
2858
- export const ScrollDirectionSchema = /*@__PURE__*/ enumDesc(file_agent, 2);
3168
+ export const ScrollDirectionSchema =
3169
+ /*@__PURE__*/ enumDesc(file_agent, 2);
2859
3170
  /**
2860
3171
  * @generated from enum agent.v1.CursorRuleSource
2861
3172
  */
@@ -2877,7 +3188,8 @@ export var CursorRuleSource;
2877
3188
  /**
2878
3189
  * Describes the enum agent.v1.CursorRuleSource.
2879
3190
  */
2880
- export const CursorRuleSourceSchema = /*@__PURE__*/ enumDesc(file_agent, 3);
3191
+ export const CursorRuleSourceSchema =
3192
+ /*@__PURE__*/ enumDesc(file_agent, 3);
2881
3193
  /**
2882
3194
  * @generated from enum agent.v1.DiagnosticSeverity
2883
3195
  */
@@ -2907,7 +3219,8 @@ export var DiagnosticSeverity;
2907
3219
  /**
2908
3220
  * Describes the enum agent.v1.DiagnosticSeverity.
2909
3221
  */
2910
- export const DiagnosticSeveritySchema = /*@__PURE__*/ enumDesc(file_agent, 4);
3222
+ export const DiagnosticSeveritySchema =
3223
+ /*@__PURE__*/ enumDesc(file_agent, 4);
2911
3224
  /**
2912
3225
  * @generated from enum agent.v1.RecordingMode
2913
3226
  */
@@ -2933,7 +3246,8 @@ export var RecordingMode;
2933
3246
  /**
2934
3247
  * Describes the enum agent.v1.RecordingMode.
2935
3248
  */
2936
- export const RecordingModeSchema = /*@__PURE__*/ enumDesc(file_agent, 5);
3249
+ export const RecordingModeSchema =
3250
+ /*@__PURE__*/ enumDesc(file_agent, 5);
2937
3251
  /**
2938
3252
  * @generated from enum agent.v1.RequestedFilePathRejectedReason
2939
3253
  */
@@ -3009,7 +3323,8 @@ export var SandboxPolicy_Type;
3009
3323
  /**
3010
3324
  * Describes the enum agent.v1.SandboxPolicy_Type.
3011
3325
  */
3012
- export const SandboxPolicy_TypeSchema = /*@__PURE__*/ enumDesc(file_agent, 8);
3326
+ export const SandboxPolicy_TypeSchema =
3327
+ /*@__PURE__*/ enumDesc(file_agent, 8);
3013
3328
  /**
3014
3329
  * @generated from enum agent.v1.TimeoutBehavior
3015
3330
  */
@@ -3031,7 +3346,8 @@ export var TimeoutBehavior;
3031
3346
  /**
3032
3347
  * Describes the enum agent.v1.TimeoutBehavior.
3033
3348
  */
3034
- export const TimeoutBehaviorSchema = /*@__PURE__*/ enumDesc(file_agent, 9);
3349
+ export const TimeoutBehaviorSchema =
3350
+ /*@__PURE__*/ enumDesc(file_agent, 9);
3035
3351
  /**
3036
3352
  * @generated from enum agent.v1.ShellAbortReason
3037
3353
  */
@@ -3053,7 +3369,8 @@ export var ShellAbortReason;
3053
3369
  /**
3054
3370
  * Describes the enum agent.v1.ShellAbortReason.
3055
3371
  */
3056
- export const ShellAbortReasonSchema = /*@__PURE__*/ enumDesc(file_agent, 10);
3372
+ export const ShellAbortReasonSchema =
3373
+ /*@__PURE__*/ enumDesc(file_agent, 10);
3057
3374
  /**
3058
3375
  * @generated from enum agent.v1.CustomSubagentPermissionMode
3059
3376
  */
@@ -3221,7 +3538,8 @@ export var BugbotDeeplinkEventKind;
3221
3538
  /**
3222
3539
  * Describes the enum agent.v1.BugbotDeeplinkEventKind.
3223
3540
  */
3224
- export const BugbotDeeplinkEventKindSchema = /*@__PURE__*/ enumDesc(file_agent, 16);
3541
+ export const BugbotDeeplinkEventKindSchema =
3542
+ /*@__PURE__*/ enumDesc(file_agent, 16);
3225
3543
  /**
3226
3544
  * Agent Service with bidirectional streaming
3227
3545
  *