@oh-my-pi/pi-catalog 16.1.11 → 16.1.13

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 (51) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/dist/types/discovery/devin-gen/buf/validate/validate_pb.d.ts +1715 -0
  3. package/dist/types/discovery/devin-gen/exa/analytics_pb/analytics_pb.d.ts +693 -0
  4. package/dist/types/discovery/devin-gen/exa/api_server_pb/api_server_pb.d.ts +9158 -0
  5. package/dist/types/discovery/devin-gen/exa/auth_pb/auth_pb.d.ts +52 -0
  6. package/dist/types/discovery/devin-gen/exa/auto_cascade_common_pb/auto_cascade_common_pb.d.ts +276 -0
  7. package/dist/types/discovery/devin-gen/exa/bug_checker_pb/bug_checker_pb.d.ts +78 -0
  8. package/dist/types/discovery/devin-gen/exa/cascade_plugins_pb/cascade_plugins_pb.d.ts +999 -0
  9. package/dist/types/discovery/devin-gen/exa/chat_pb/chat_pb.d.ts +1704 -0
  10. package/dist/types/discovery/devin-gen/exa/code_edit/code_edit_pb/code_edit_pb.d.ts +656 -0
  11. package/dist/types/discovery/devin-gen/exa/codeium_common_pb/codeium_common_pb.d.ts +15014 -0
  12. package/dist/types/discovery/devin-gen/exa/context_module_pb/context_module_pb.d.ts +607 -0
  13. package/dist/types/discovery/devin-gen/exa/cortex_pb/cortex_pb.d.ts +11830 -0
  14. package/dist/types/discovery/devin-gen/exa/diff_action_pb/diff_action_pb.d.ts +248 -0
  15. package/dist/types/discovery/devin-gen/exa/index_pb/index_pb.d.ts +1747 -0
  16. package/dist/types/discovery/devin-gen/exa/knowledge_base_pb/knowledge_base_pb.d.ts +509 -0
  17. package/dist/types/discovery/devin-gen/exa/language_server_pb/language_server_pb.d.ts +9048 -0
  18. package/dist/types/discovery/devin-gen/exa/opensearch_clients_pb/opensearch_clients_pb.d.ts +1760 -0
  19. package/dist/types/discovery/devin-gen/exa/prompt_pb/prompt_pb.d.ts +286 -0
  20. package/dist/types/discovery/devin-gen/exa/reactive_component_pb/reactive_component_pb.d.ts +405 -0
  21. package/dist/types/discovery/devin-gen/exa/trust_pb/trust_pb.d.ts +582 -0
  22. package/dist/types/discovery/devin.d.ts +24 -0
  23. package/dist/types/provider-models/descriptors.d.ts +11 -0
  24. package/dist/types/provider-models/special.d.ts +7 -0
  25. package/dist/types/types.d.ts +1 -1
  26. package/package.json +3 -3
  27. package/src/discovery/devin-gen/buf/validate/validate_pb.ts +1862 -0
  28. package/src/discovery/devin-gen/exa/analytics_pb/analytics_pb.ts +871 -0
  29. package/src/discovery/devin-gen/exa/api_server_pb/api_server_pb.ts +11083 -0
  30. package/src/discovery/devin-gen/exa/auth_pb/auth_pb.ts +71 -0
  31. package/src/discovery/devin-gen/exa/auto_cascade_common_pb/auto_cascade_common_pb.ts +348 -0
  32. package/src/discovery/devin-gen/exa/bug_checker_pb/bug_checker_pb.ts +103 -0
  33. package/src/discovery/devin-gen/exa/cascade_plugins_pb/cascade_plugins_pb.ts +1198 -0
  34. package/src/discovery/devin-gen/exa/chat_pb/chat_pb.ts +2063 -0
  35. package/src/discovery/devin-gen/exa/code_edit/code_edit_pb/code_edit_pb.ts +810 -0
  36. package/src/discovery/devin-gen/exa/codeium_common_pb/codeium_common_pb.ts +18354 -0
  37. package/src/discovery/devin-gen/exa/context_module_pb/context_module_pb.ts +732 -0
  38. package/src/discovery/devin-gen/exa/cortex_pb/cortex_pb.ts +14277 -0
  39. package/src/discovery/devin-gen/exa/diff_action_pb/diff_action_pb.ts +312 -0
  40. package/src/discovery/devin-gen/exa/index_pb/index_pb.ts +2106 -0
  41. package/src/discovery/devin-gen/exa/knowledge_base_pb/knowledge_base_pb.ts +623 -0
  42. package/src/discovery/devin-gen/exa/language_server_pb/language_server_pb.ts +10918 -0
  43. package/src/discovery/devin-gen/exa/opensearch_clients_pb/opensearch_clients_pb.ts +2125 -0
  44. package/src/discovery/devin-gen/exa/prompt_pb/prompt_pb.ts +361 -0
  45. package/src/discovery/devin-gen/exa/reactive_component_pb/reactive_component_pb.ts +450 -0
  46. package/src/discovery/devin-gen/exa/trust_pb/trust_pb.ts +712 -0
  47. package/src/discovery/devin.ts +151 -0
  48. package/src/models.json +2608 -24
  49. package/src/provider-models/descriptors.ts +9 -1
  50. package/src/provider-models/special.ts +29 -0
  51. package/src/types.ts +2 -1
@@ -0,0 +1,607 @@
1
+ import type { GenEnum, GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
2
+ import type { ChatMessage } from "../chat_pb/chat_pb";
3
+ import type { CciWithSubrange, CodeContextItem, CodeContextSource, CodeContextType, ContextScope, Document, DocumentOutline, Guideline } from "../codeium_common_pb/codeium_common_pb";
4
+ import type { Message } from "@bufbuild/protobuf";
5
+ /**
6
+ * Describes the file exa/context_module_pb/context_module.proto.
7
+ */
8
+ export declare const file_exa_context_module_pb_context_module: GenFile;
9
+ /**
10
+ * @generated from message exa.context_module_pb.ContextChangeEvent
11
+ */
12
+ export type ContextChangeEvent = Message<"exa.context_module_pb.ContextChangeEvent"> & {
13
+ /**
14
+ * @generated from oneof exa.context_module_pb.ContextChangeEvent.context_change_event
15
+ */
16
+ contextChangeEvent: {
17
+ /**
18
+ * @generated from field: exa.context_module_pb.ContextChangeActiveDocument context_change_active_document = 1;
19
+ */
20
+ value: ContextChangeActiveDocument;
21
+ case: "contextChangeActiveDocument";
22
+ } | {
23
+ /**
24
+ * @generated from field: exa.context_module_pb.ContextChangeCursorPosition context_change_cursor_position = 2;
25
+ */
26
+ value: ContextChangeCursorPosition;
27
+ case: "contextChangeCursorPosition";
28
+ } | {
29
+ /**
30
+ * @generated from field: exa.context_module_pb.ContextChangeChatMessageReceived context_change_chat_message_received = 3;
31
+ */
32
+ value: ContextChangeChatMessageReceived;
33
+ case: "contextChangeChatMessageReceived";
34
+ } | {
35
+ /**
36
+ * @generated from field: exa.context_module_pb.ContextChangeOpenDocuments context_change_open_documents = 4;
37
+ */
38
+ value: ContextChangeOpenDocuments;
39
+ case: "contextChangeOpenDocuments";
40
+ } | {
41
+ /**
42
+ * @generated from field: exa.context_module_pb.ContextChangeOracleItems context_change_oracle_items = 5;
43
+ */
44
+ value: ContextChangeOracleItems;
45
+ case: "contextChangeOracleItems";
46
+ } | {
47
+ /**
48
+ * @generated from field: exa.context_module_pb.ContextChangePinnedContext context_change_pinned_context = 7;
49
+ */
50
+ value: ContextChangePinnedContext;
51
+ case: "contextChangePinnedContext";
52
+ } | {
53
+ /**
54
+ * @generated from field: exa.context_module_pb.ContextChangePinnedGuideline context_change_pinned_guideline = 8;
55
+ */
56
+ value: ContextChangePinnedGuideline;
57
+ case: "contextChangePinnedGuideline";
58
+ } | {
59
+ /**
60
+ * @generated from field: exa.context_module_pb.ContextChangeActiveNode context_change_active_node = 10;
61
+ */
62
+ value: ContextChangeActiveNode;
63
+ case: "contextChangeActiveNode";
64
+ } | {
65
+ case: undefined;
66
+ value?: undefined;
67
+ };
68
+ /**
69
+ * @generated from field: exa.context_module_pb.ContextRefreshReason context_refresh_reason = 6;
70
+ */
71
+ contextRefreshReason: ContextRefreshReason;
72
+ };
73
+ /**
74
+ * Describes the message exa.context_module_pb.ContextChangeEvent.
75
+ * Use `create(ContextChangeEventSchema)` to create a new message.
76
+ */
77
+ export declare const ContextChangeEventSchema: GenMessage<ContextChangeEvent>;
78
+ /**
79
+ * @generated from message exa.context_module_pb.ContextChangeActiveDocument
80
+ */
81
+ export type ContextChangeActiveDocument = Message<"exa.context_module_pb.ContextChangeActiveDocument"> & {
82
+ /**
83
+ * @generated from field: exa.codeium_common_pb.Document document = 1;
84
+ */
85
+ document?: Document | undefined;
86
+ };
87
+ /**
88
+ * Describes the message exa.context_module_pb.ContextChangeActiveDocument.
89
+ * Use `create(ContextChangeActiveDocumentSchema)` to create a new message.
90
+ */
91
+ export declare const ContextChangeActiveDocumentSchema: GenMessage<ContextChangeActiveDocument>;
92
+ /**
93
+ * @generated from message exa.context_module_pb.ContextChangeCursorPosition
94
+ */
95
+ export type ContextChangeCursorPosition = Message<"exa.context_module_pb.ContextChangeCursorPosition"> & {
96
+ /**
97
+ * @generated from field: exa.codeium_common_pb.Document document = 2;
98
+ */
99
+ document?: Document | undefined;
100
+ };
101
+ /**
102
+ * Describes the message exa.context_module_pb.ContextChangeCursorPosition.
103
+ * Use `create(ContextChangeCursorPositionSchema)` to create a new message.
104
+ */
105
+ export declare const ContextChangeCursorPositionSchema: GenMessage<ContextChangeCursorPosition>;
106
+ /**
107
+ * @generated from message exa.context_module_pb.ContextChangeChatMessageReceived
108
+ */
109
+ export type ContextChangeChatMessageReceived = Message<"exa.context_module_pb.ContextChangeChatMessageReceived"> & {
110
+ /**
111
+ * @generated from field: repeated exa.chat_pb.ChatMessage chat_messages = 1;
112
+ */
113
+ chatMessages: ChatMessage[];
114
+ };
115
+ /**
116
+ * Describes the message exa.context_module_pb.ContextChangeChatMessageReceived.
117
+ * Use `create(ContextChangeChatMessageReceivedSchema)` to create a new message.
118
+ */
119
+ export declare const ContextChangeChatMessageReceivedSchema: GenMessage<ContextChangeChatMessageReceived>;
120
+ /**
121
+ * @generated from message exa.context_module_pb.ContextChangeOpenDocuments
122
+ */
123
+ export type ContextChangeOpenDocuments = Message<"exa.context_module_pb.ContextChangeOpenDocuments"> & {
124
+ /**
125
+ * @generated from field: repeated exa.codeium_common_pb.Document other_open_documents = 1;
126
+ */
127
+ otherOpenDocuments: Document[];
128
+ /**
129
+ * @generated from field: repeated string recently_opened_uris = 2;
130
+ */
131
+ recentlyOpenedUris: string[];
132
+ };
133
+ /**
134
+ * Describes the message exa.context_module_pb.ContextChangeOpenDocuments.
135
+ * Use `create(ContextChangeOpenDocumentsSchema)` to create a new message.
136
+ */
137
+ export declare const ContextChangeOpenDocumentsSchema: GenMessage<ContextChangeOpenDocuments>;
138
+ /**
139
+ * @generated from message exa.context_module_pb.ContextChangeOracleItems
140
+ */
141
+ export type ContextChangeOracleItems = Message<"exa.context_module_pb.ContextChangeOracleItems"> & {
142
+ /**
143
+ * @generated from field: repeated exa.codeium_common_pb.CodeContextItem oracle_items = 1;
144
+ */
145
+ oracleItems: CodeContextItem[];
146
+ };
147
+ /**
148
+ * Describes the message exa.context_module_pb.ContextChangeOracleItems.
149
+ * Use `create(ContextChangeOracleItemsSchema)` to create a new message.
150
+ */
151
+ export declare const ContextChangeOracleItemsSchema: GenMessage<ContextChangeOracleItems>;
152
+ /**
153
+ * @generated from message exa.context_module_pb.ContextChangePinnedContext
154
+ */
155
+ export type ContextChangePinnedContext = Message<"exa.context_module_pb.ContextChangePinnedContext"> & {
156
+ /**
157
+ * @generated from oneof exa.context_module_pb.ContextChangePinnedContext.scope
158
+ */
159
+ scope: {
160
+ /**
161
+ * @generated from field: exa.codeium_common_pb.ContextScope pinned_scope = 1;
162
+ */
163
+ value: ContextScope;
164
+ case: "pinnedScope";
165
+ } | {
166
+ /**
167
+ * @generated from field: exa.codeium_common_pb.ContextScope mentioned_scope = 2;
168
+ */
169
+ value: ContextScope;
170
+ case: "mentionedScope";
171
+ } | {
172
+ case: undefined;
173
+ value?: undefined;
174
+ };
175
+ };
176
+ /**
177
+ * Describes the message exa.context_module_pb.ContextChangePinnedContext.
178
+ * Use `create(ContextChangePinnedContextSchema)` to create a new message.
179
+ */
180
+ export declare const ContextChangePinnedContextSchema: GenMessage<ContextChangePinnedContext>;
181
+ /**
182
+ * @generated from message exa.context_module_pb.ContextChangePinnedGuideline
183
+ */
184
+ export type ContextChangePinnedGuideline = Message<"exa.context_module_pb.ContextChangePinnedGuideline"> & {
185
+ /**
186
+ * @generated from field: exa.codeium_common_pb.Guideline guideline = 1;
187
+ */
188
+ guideline?: Guideline | undefined;
189
+ };
190
+ /**
191
+ * Describes the message exa.context_module_pb.ContextChangePinnedGuideline.
192
+ * Use `create(ContextChangePinnedGuidelineSchema)` to create a new message.
193
+ */
194
+ export declare const ContextChangePinnedGuidelineSchema: GenMessage<ContextChangePinnedGuideline>;
195
+ /**
196
+ * @generated from message exa.context_module_pb.ContextChangeActiveNode
197
+ */
198
+ export type ContextChangeActiveNode = Message<"exa.context_module_pb.ContextChangeActiveNode"> & {
199
+ /**
200
+ * @generated from field: exa.codeium_common_pb.CodeContextItem active_node = 1;
201
+ */
202
+ activeNode?: CodeContextItem | undefined;
203
+ /**
204
+ * @generated from field: exa.codeium_common_pb.Document document = 2;
205
+ */
206
+ document?: Document | undefined;
207
+ /**
208
+ * @generated from field: bool actual_node_change = 3;
209
+ */
210
+ actualNodeChange: boolean;
211
+ };
212
+ /**
213
+ * Describes the message exa.context_module_pb.ContextChangeActiveNode.
214
+ * Use `create(ContextChangeActiveNodeSchema)` to create a new message.
215
+ */
216
+ export declare const ContextChangeActiveNodeSchema: GenMessage<ContextChangeActiveNode>;
217
+ /**
218
+ * @generated from message exa.context_module_pb.RetrievedCodeContextItemMetadata
219
+ */
220
+ export type RetrievedCodeContextItemMetadata = Message<"exa.context_module_pb.RetrievedCodeContextItemMetadata"> & {
221
+ /**
222
+ * @generated from field: repeated exa.codeium_common_pb.CodeContextSource context_sources = 1;
223
+ */
224
+ contextSources: CodeContextSource[];
225
+ /**
226
+ * @generated from field: exa.codeium_common_pb.CodeContextType context_type = 2;
227
+ */
228
+ contextType: CodeContextType;
229
+ /**
230
+ * @generated from field: string scorer = 3;
231
+ */
232
+ scorer: string;
233
+ /**
234
+ * @generated from field: float score = 4;
235
+ */
236
+ score: number;
237
+ /**
238
+ * @generated from field: map<string, exa.context_module_pb.CodeContextProviderMetadata> provider_metadata = 5;
239
+ */
240
+ providerMetadata: {
241
+ [key: string]: CodeContextProviderMetadata;
242
+ };
243
+ /**
244
+ * @generated from field: bool is_in_pinned_scope = 6;
245
+ */
246
+ isInPinnedScope: boolean;
247
+ };
248
+ /**
249
+ * Describes the message exa.context_module_pb.RetrievedCodeContextItemMetadata.
250
+ * Use `create(RetrievedCodeContextItemMetadataSchema)` to create a new message.
251
+ */
252
+ export declare const RetrievedCodeContextItemMetadataSchema: GenMessage<RetrievedCodeContextItemMetadata>;
253
+ /**
254
+ * @generated from message exa.context_module_pb.CciWithSubrangeWithRetrievalMetadata
255
+ */
256
+ export type CciWithSubrangeWithRetrievalMetadata = Message<"exa.context_module_pb.CciWithSubrangeWithRetrievalMetadata"> & {
257
+ /**
258
+ * @generated from field: exa.codeium_common_pb.CciWithSubrange cci_with_subrange = 1;
259
+ */
260
+ cciWithSubrange?: CciWithSubrange | undefined;
261
+ /**
262
+ * @generated from field: exa.context_module_pb.RetrievedCodeContextItemMetadata metadata = 2;
263
+ */
264
+ metadata?: RetrievedCodeContextItemMetadata | undefined;
265
+ };
266
+ /**
267
+ * Describes the message exa.context_module_pb.CciWithSubrangeWithRetrievalMetadata.
268
+ * Use `create(CciWithSubrangeWithRetrievalMetadataSchema)` to create a new message.
269
+ */
270
+ export declare const CciWithSubrangeWithRetrievalMetadataSchema: GenMessage<CciWithSubrangeWithRetrievalMetadata>;
271
+ /**
272
+ * @generated from message exa.context_module_pb.CodeContextItemWithRetrievalMetadata
273
+ */
274
+ export type CodeContextItemWithRetrievalMetadata = Message<"exa.context_module_pb.CodeContextItemWithRetrievalMetadata"> & {
275
+ /**
276
+ * @generated from field: exa.codeium_common_pb.CodeContextItem code_context_item = 1;
277
+ */
278
+ codeContextItem?: CodeContextItem | undefined;
279
+ /**
280
+ * @generated from field: exa.context_module_pb.RetrievedCodeContextItemMetadata metadata = 2;
281
+ */
282
+ metadata?: RetrievedCodeContextItemMetadata | undefined;
283
+ };
284
+ /**
285
+ * Describes the message exa.context_module_pb.CodeContextItemWithRetrievalMetadata.
286
+ * Use `create(CodeContextItemWithRetrievalMetadataSchema)` to create a new message.
287
+ */
288
+ export declare const CodeContextItemWithRetrievalMetadataSchema: GenMessage<CodeContextItemWithRetrievalMetadata>;
289
+ /**
290
+ * @generated from message exa.context_module_pb.FileNameWithRetrievalMetadata
291
+ */
292
+ export type FileNameWithRetrievalMetadata = Message<"exa.context_module_pb.FileNameWithRetrievalMetadata"> & {
293
+ /**
294
+ * @generated from field: string absolute_uri = 1;
295
+ */
296
+ absoluteUri: string;
297
+ /**
298
+ * @generated from field: exa.context_module_pb.RetrievedCodeContextItemMetadata metadata = 2;
299
+ */
300
+ metadata?: RetrievedCodeContextItemMetadata | undefined;
301
+ };
302
+ /**
303
+ * Describes the message exa.context_module_pb.FileNameWithRetrievalMetadata.
304
+ * Use `create(FileNameWithRetrievalMetadataSchema)` to create a new message.
305
+ */
306
+ export declare const FileNameWithRetrievalMetadataSchema: GenMessage<FileNameWithRetrievalMetadata>;
307
+ /**
308
+ * @generated from message exa.context_module_pb.CodeContextProviderMetadata
309
+ */
310
+ export type CodeContextProviderMetadata = Message<"exa.context_module_pb.CodeContextProviderMetadata"> & {
311
+ /**
312
+ * @generated from field: float relative_weight = 1;
313
+ */
314
+ relativeWeight: number;
315
+ };
316
+ /**
317
+ * Describes the message exa.context_module_pb.CodeContextProviderMetadata.
318
+ * Use `create(CodeContextProviderMetadataSchema)` to create a new message.
319
+ */
320
+ export declare const CodeContextProviderMetadataSchema: GenMessage<CodeContextProviderMetadata>;
321
+ /**
322
+ * @generated from message exa.context_module_pb.ContextModuleStats
323
+ */
324
+ export type ContextModuleStats = Message<"exa.context_module_pb.ContextModuleStats"> & {
325
+ /**
326
+ * @generated from field: exa.context_module_pb.ContextModuleStateStats context_module_state_stats = 1;
327
+ */
328
+ contextModuleStateStats?: ContextModuleStateStats | undefined;
329
+ /**
330
+ * @generated from field: exa.context_module_pb.CodeContextItemIndexStats code_context_item_index_stats = 2;
331
+ */
332
+ codeContextItemIndexStats?: CodeContextItemIndexStats | undefined;
333
+ /**
334
+ * @generated from field: int64 get_stats_latency_ms = 3;
335
+ */
336
+ getStatsLatencyMs: bigint;
337
+ /**
338
+ * @generated from field: int64 context_module_age_s = 4;
339
+ */
340
+ contextModuleAgeS: bigint;
341
+ };
342
+ /**
343
+ * Describes the message exa.context_module_pb.ContextModuleStats.
344
+ * Use `create(ContextModuleStatsSchema)` to create a new message.
345
+ */
346
+ export declare const ContextModuleStatsSchema: GenMessage<ContextModuleStats>;
347
+ /**
348
+ * @generated from message exa.context_module_pb.ContextModuleStateStats
349
+ */
350
+ export type ContextModuleStateStats = Message<"exa.context_module_pb.ContextModuleStateStats"> & {
351
+ /**
352
+ * @generated from field: int64 cci_per_source_bytes = 1;
353
+ */
354
+ cciPerSourceBytes: bigint;
355
+ /**
356
+ * @generated from field: int64 active_document_bytes = 2;
357
+ */
358
+ activeDocumentBytes: bigint;
359
+ /**
360
+ * @generated from field: int64 other_open_documents_bytes = 3;
361
+ */
362
+ otherOpenDocumentsBytes: bigint;
363
+ };
364
+ /**
365
+ * Describes the message exa.context_module_pb.ContextModuleStateStats.
366
+ * Use `create(ContextModuleStateStatsSchema)` to create a new message.
367
+ */
368
+ export declare const ContextModuleStateStatsSchema: GenMessage<ContextModuleStateStats>;
369
+ /**
370
+ * @generated from message exa.context_module_pb.CodeContextItemIndexStats
371
+ */
372
+ export type CodeContextItemIndexStats = Message<"exa.context_module_pb.CodeContextItemIndexStats"> & {
373
+ /**
374
+ * @generated from field: int64 all_ccis_bytes = 1;
375
+ */
376
+ allCcisBytes: bigint;
377
+ /**
378
+ * @generated from field: int64 num_ccis_tracked = 2;
379
+ */
380
+ numCcisTracked: bigint;
381
+ /**
382
+ * @generated from field: int64 term_frequency_map_bytes = 3;
383
+ */
384
+ termFrequencyMapBytes: bigint;
385
+ /**
386
+ * @generated from field: int64 num_terms_tracked = 4;
387
+ */
388
+ numTermsTracked: bigint;
389
+ /**
390
+ * @generated from field: int64 file_to_cci_map_bytes = 5;
391
+ */
392
+ fileToCciMapBytes: bigint;
393
+ /**
394
+ * @generated from field: int64 num_files_tracked = 6;
395
+ */
396
+ numFilesTracked: bigint;
397
+ /**
398
+ * @generated from field: int64 last_modified_bytes = 7;
399
+ */
400
+ lastModifiedBytes: bigint;
401
+ /**
402
+ * @generated from field: int64 hash_map_bytes = 8;
403
+ */
404
+ hashMapBytes: bigint;
405
+ };
406
+ /**
407
+ * Describes the message exa.context_module_pb.CodeContextItemIndexStats.
408
+ * Use `create(CodeContextItemIndexStatsSchema)` to create a new message.
409
+ */
410
+ export declare const CodeContextItemIndexStatsSchema: GenMessage<CodeContextItemIndexStats>;
411
+ /**
412
+ * @generated from message exa.context_module_pb.PersistentContextModuleState
413
+ */
414
+ export type PersistentContextModuleState = Message<"exa.context_module_pb.PersistentContextModuleState"> & {
415
+ /**
416
+ * @generated from field: exa.codeium_common_pb.Guideline pinned_guideline = 1;
417
+ */
418
+ pinnedGuideline?: Guideline | undefined;
419
+ /**
420
+ * @generated from field: exa.codeium_common_pb.ContextScope pinned_context_scope = 2;
421
+ */
422
+ pinnedContextScope?: ContextScope | undefined;
423
+ };
424
+ /**
425
+ * Describes the message exa.context_module_pb.PersistentContextModuleState.
426
+ * Use `create(PersistentContextModuleStateSchema)` to create a new message.
427
+ */
428
+ export declare const PersistentContextModuleStateSchema: GenMessage<PersistentContextModuleState>;
429
+ /**
430
+ * @generated from message exa.context_module_pb.ContextModuleResult
431
+ */
432
+ export type ContextModuleResult = Message<"exa.context_module_pb.ContextModuleResult"> & {
433
+ /**
434
+ * @generated from field: repeated exa.context_module_pb.CciWithSubrangeWithRetrievalMetadata retrieved_cci_with_subranges = 1;
435
+ */
436
+ retrievedCciWithSubranges: CciWithSubrangeWithRetrievalMetadata[];
437
+ /**
438
+ * @generated from field: exa.codeium_common_pb.Document active_document = 2;
439
+ */
440
+ activeDocument?: Document | undefined;
441
+ /**
442
+ * @generated from field: exa.codeium_common_pb.DocumentOutline active_document_outline = 5;
443
+ */
444
+ activeDocumentOutline?: DocumentOutline | undefined;
445
+ /**
446
+ * @generated from field: exa.context_module_pb.LocalNodeState local_node_state = 3;
447
+ */
448
+ localNodeState?: LocalNodeState | undefined;
449
+ /**
450
+ * @generated from field: exa.codeium_common_pb.Guideline guideline = 4;
451
+ */
452
+ guideline?: Guideline | undefined;
453
+ /**
454
+ * @generated from field: repeated exa.codeium_common_pb.Document open_documents = 6;
455
+ */
456
+ openDocuments: Document[];
457
+ };
458
+ /**
459
+ * Describes the message exa.context_module_pb.ContextModuleResult.
460
+ * Use `create(ContextModuleResultSchema)` to create a new message.
461
+ */
462
+ export declare const ContextModuleResultSchema: GenMessage<ContextModuleResult>;
463
+ /**
464
+ * @generated from message exa.context_module_pb.LocalNodeState
465
+ */
466
+ export type LocalNodeState = Message<"exa.context_module_pb.LocalNodeState"> & {
467
+ /**
468
+ * @generated from field: exa.codeium_common_pb.CodeContextItem current_node = 1;
469
+ */
470
+ currentNode?: CodeContextItem | undefined;
471
+ /**
472
+ * @generated from field: exa.codeium_common_pb.CodeContextItem closest_above_node = 2;
473
+ */
474
+ closestAboveNode?: CodeContextItem | undefined;
475
+ /**
476
+ * @generated from field: exa.codeium_common_pb.CodeContextItem closest_below_node = 3;
477
+ */
478
+ closestBelowNode?: CodeContextItem | undefined;
479
+ };
480
+ /**
481
+ * Describes the message exa.context_module_pb.LocalNodeState.
482
+ * Use `create(LocalNodeStateSchema)` to create a new message.
483
+ */
484
+ export declare const LocalNodeStateSchema: GenMessage<LocalNodeState>;
485
+ /**
486
+ * @generated from enum exa.context_module_pb.ContextChangeType
487
+ */
488
+ export declare enum ContextChangeType {
489
+ /**
490
+ * @generated from enum value: CONTEXT_CHANGE_TYPE_UNSPECIFIED = 0;
491
+ */
492
+ UNSPECIFIED = 0,
493
+ /**
494
+ * @generated from enum value: CONTEXT_CHANGE_TYPE_ACTIVE_DOCUMENT = 1;
495
+ */
496
+ ACTIVE_DOCUMENT = 1,
497
+ /**
498
+ * @generated from enum value: CONTEXT_CHANGE_TYPE_CURSOR_POSITION = 2;
499
+ */
500
+ CURSOR_POSITION = 2,
501
+ /**
502
+ * @generated from enum value: CONTEXT_CHANGE_TYPE_CHAT_MESSAGE_RECEIVED = 3;
503
+ */
504
+ CHAT_MESSAGE_RECEIVED = 3,
505
+ /**
506
+ * @generated from enum value: CONTEXT_CHANGE_TYPE_OPEN_DOCUMENTS = 4;
507
+ */
508
+ OPEN_DOCUMENTS = 4,
509
+ /**
510
+ * @generated from enum value: CONTEXT_CHANGE_TYPE_ORACLE_ITEMS = 5;
511
+ */
512
+ ORACLE_ITEMS = 5,
513
+ /**
514
+ * @generated from enum value: CONTEXT_CHANGE_TYPE_PINNED_CONTEXT = 6;
515
+ */
516
+ PINNED_CONTEXT = 6,
517
+ /**
518
+ * @generated from enum value: CONTEXT_CHANGE_TYPE_PINNED_GUIDELINE = 7;
519
+ */
520
+ PINNED_GUIDELINE = 7,
521
+ /**
522
+ * @generated from enum value: CONTEXT_CHANGE_TYPE_ACTIVE_NODE = 9;
523
+ */
524
+ ACTIVE_NODE = 9
525
+ }
526
+ /**
527
+ * Describes the enum exa.context_module_pb.ContextChangeType.
528
+ */
529
+ export declare const ContextChangeTypeSchema: GenEnum<ContextChangeType>;
530
+ /**
531
+ * @generated from enum exa.context_module_pb.ContextUseCase
532
+ */
533
+ export declare enum ContextUseCase {
534
+ /**
535
+ * @generated from enum value: CONTEXT_USE_CASE_UNSPECIFIED = 0;
536
+ */
537
+ UNSPECIFIED = 0,
538
+ /**
539
+ * @generated from enum value: CONTEXT_USE_CASE_AUTOCOMPLETE = 1;
540
+ */
541
+ AUTOCOMPLETE = 1,
542
+ /**
543
+ * @generated from enum value: CONTEXT_USE_CASE_CHAT = 2;
544
+ */
545
+ CHAT = 2,
546
+ /**
547
+ * @generated from enum value: CONTEXT_USE_CASE_CHAT_COMPLETION = 3;
548
+ */
549
+ CHAT_COMPLETION = 3,
550
+ /**
551
+ * @generated from enum value: CONTEXT_USE_CASE_CORTEX_RESEARCH = 4;
552
+ */
553
+ CORTEX_RESEARCH = 4,
554
+ /**
555
+ * @generated from enum value: CONTEXT_USE_CASE_EVAL = 5;
556
+ */
557
+ EVAL = 5,
558
+ /**
559
+ * @generated from enum value: CONTEXT_USE_CASE_CHAT_COMPLETION_GENERATE = 6;
560
+ */
561
+ CHAT_COMPLETION_GENERATE = 6,
562
+ /**
563
+ * @generated from enum value: CONTEXT_USE_CASE_SUPERCOMPLETE = 7;
564
+ */
565
+ SUPERCOMPLETE = 7,
566
+ /**
567
+ * @generated from enum value: CONTEXT_USE_CASE_FAST_APPLY = 8;
568
+ */
569
+ FAST_APPLY = 8,
570
+ /**
571
+ * @generated from enum value: CONTEXT_USE_CASE_COMMAND_TERMINAL = 9;
572
+ */
573
+ COMMAND_TERMINAL = 9
574
+ }
575
+ /**
576
+ * Describes the enum exa.context_module_pb.ContextUseCase.
577
+ */
578
+ export declare const ContextUseCaseSchema: GenEnum<ContextUseCase>;
579
+ /**
580
+ * @generated from enum exa.context_module_pb.ContextRefreshReason
581
+ */
582
+ export declare enum ContextRefreshReason {
583
+ /**
584
+ * @generated from enum value: CONTEXT_REFRESH_REASON_UNSPECIFIED = 0;
585
+ */
586
+ UNSPECIFIED = 0,
587
+ /**
588
+ * @generated from enum value: CONTEXT_REFRESH_REASON_AUTOCOMPLETE = 1;
589
+ */
590
+ AUTOCOMPLETE = 1,
591
+ /**
592
+ * @generated from enum value: CONTEXT_REFRESH_REASON_CHAT = 2;
593
+ */
594
+ CHAT = 2,
595
+ /**
596
+ * @generated from enum value: CONTEXT_REFRESH_REASON_IDE_ACTION = 4;
597
+ */
598
+ IDE_ACTION = 4,
599
+ /**
600
+ * @generated from enum value: CONTEXT_REFRESH_REASON_CHAT_COMPLETION = 5;
601
+ */
602
+ CHAT_COMPLETION = 5
603
+ }
604
+ /**
605
+ * Describes the enum exa.context_module_pb.ContextRefreshReason.
606
+ */
607
+ export declare const ContextRefreshReasonSchema: GenEnum<ContextRefreshReason>;