@zakstam/codex-local-component 0.7.0 → 0.8.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 (141) hide show
  1. package/LLMS.md +54 -6
  2. package/dist/component/_generated/api.d.ts +42 -0
  3. package/dist/component/_generated/api.d.ts.map +1 -1
  4. package/dist/component/_generated/api.js.map +1 -1
  5. package/dist/component/_generated/component.d.ts +279 -126
  6. package/dist/component/_generated/component.d.ts.map +1 -1
  7. package/dist/component/approvals.d.ts +2 -6
  8. package/dist/component/approvals.d.ts.map +1 -1
  9. package/dist/component/approvals.js +8 -7
  10. package/dist/component/approvals.js.map +1 -1
  11. package/dist/component/dispatch.d.ts +7 -21
  12. package/dist/component/dispatch.d.ts.map +1 -1
  13. package/dist/component/dispatch.js +21 -20
  14. package/dist/component/dispatch.js.map +1 -1
  15. package/dist/component/ingest/applyApprovals.d.ts.map +1 -1
  16. package/dist/component/ingest/applyApprovals.js +3 -2
  17. package/dist/component/ingest/applyApprovals.js.map +1 -1
  18. package/dist/component/ingest/applyMessages.d.ts.map +1 -1
  19. package/dist/component/ingest/applyMessages.js +8 -7
  20. package/dist/component/ingest/applyMessages.js.map +1 -1
  21. package/dist/component/ingest/applyStreams.d.ts.map +1 -1
  22. package/dist/component/ingest/applyStreams.js +13 -12
  23. package/dist/component/ingest/applyStreams.js.map +1 -1
  24. package/dist/component/ingest/applyTurns.d.ts.map +1 -1
  25. package/dist/component/ingest/applyTurns.js +10 -9
  26. package/dist/component/ingest/applyTurns.js.map +1 -1
  27. package/dist/component/ingest/checkpoints.d.ts.map +1 -1
  28. package/dist/component/ingest/checkpoints.js +10 -13
  29. package/dist/component/ingest/checkpoints.js.map +1 -1
  30. package/dist/component/ingest/index.d.ts.map +1 -1
  31. package/dist/component/ingest/index.js +3 -2
  32. package/dist/component/ingest/index.js.map +1 -1
  33. package/dist/component/ingest/postIngest.d.ts.map +1 -1
  34. package/dist/component/ingest/postIngest.js +2 -1
  35. package/dist/component/ingest/postIngest.js.map +1 -1
  36. package/dist/component/ingest/sessionGuard.d.ts.map +1 -1
  37. package/dist/component/ingest/sessionGuard.js +5 -14
  38. package/dist/component/ingest/sessionGuard.js.map +1 -1
  39. package/dist/component/ingest/stateCache.d.ts +1 -1
  40. package/dist/component/ingest/stateCache.d.ts.map +1 -1
  41. package/dist/component/ingest/stateCache.js +8 -8
  42. package/dist/component/ingest/stateCache.js.map +1 -1
  43. package/dist/component/ingest/types.d.ts +2 -4
  44. package/dist/component/ingest/types.d.ts.map +1 -1
  45. package/dist/component/messages.d.ts +2 -6
  46. package/dist/component/messages.d.ts.map +1 -1
  47. package/dist/component/messages.js +4 -3
  48. package/dist/component/messages.js.map +1 -1
  49. package/dist/component/pagination.d.ts +4 -0
  50. package/dist/component/pagination.d.ts.map +1 -1
  51. package/dist/component/pagination.js +11 -2
  52. package/dist/component/pagination.js.map +1 -1
  53. package/dist/component/reasoning.d.ts +1 -3
  54. package/dist/component/reasoning.d.ts.map +1 -1
  55. package/dist/component/reasoning.js +3 -2
  56. package/dist/component/reasoning.js.map +1 -1
  57. package/dist/component/schema.d.ts +116 -122
  58. package/dist/component/schema.d.ts.map +1 -1
  59. package/dist/component/schema.js +74 -78
  60. package/dist/component/schema.js.map +1 -1
  61. package/dist/component/scope.d.ts +4 -0
  62. package/dist/component/scope.d.ts.map +1 -0
  63. package/dist/component/scope.js +6 -0
  64. package/dist/component/scope.js.map +1 -0
  65. package/dist/component/serverRequests.d.ts +3 -9
  66. package/dist/component/serverRequests.d.ts.map +1 -1
  67. package/dist/component/serverRequests.js +20 -17
  68. package/dist/component/serverRequests.js.map +1 -1
  69. package/dist/component/sessions.d.ts +1 -1
  70. package/dist/component/sessions.js +3 -3
  71. package/dist/component/sessions.js.map +1 -1
  72. package/dist/component/streamStats.d.ts +4 -4
  73. package/dist/component/streamStats.d.ts.map +1 -1
  74. package/dist/component/streamStats.js +10 -10
  75. package/dist/component/streamStats.js.map +1 -1
  76. package/dist/component/streams.d.ts +3 -3
  77. package/dist/component/streams.js +18 -18
  78. package/dist/component/streams.js.map +1 -1
  79. package/dist/component/sync.d.ts +4 -12
  80. package/dist/component/sync.d.ts.map +1 -1
  81. package/dist/component/sync.js +1 -1
  82. package/dist/component/sync.js.map +1 -1
  83. package/dist/component/syncIngest.d.ts +1 -3
  84. package/dist/component/syncIngest.d.ts.map +1 -1
  85. package/dist/component/syncReplay.d.ts +1 -3
  86. package/dist/component/syncReplay.d.ts.map +1 -1
  87. package/dist/component/syncReplay.js +11 -12
  88. package/dist/component/syncReplay.js.map +1 -1
  89. package/dist/component/threads.d.ts +7 -21
  90. package/dist/component/threads.d.ts.map +1 -1
  91. package/dist/component/threads.js +35 -34
  92. package/dist/component/threads.js.map +1 -1
  93. package/dist/component/turns.d.ts +2 -6
  94. package/dist/component/turns.d.ts.map +1 -1
  95. package/dist/component/turns.js +9 -8
  96. package/dist/component/turns.js.map +1 -1
  97. package/dist/component/turnsInternal.d.ts +1 -1
  98. package/dist/component/turnsInternal.js +3 -3
  99. package/dist/component/turnsInternal.js.map +1 -1
  100. package/dist/component/types.d.ts +4 -10
  101. package/dist/component/types.d.ts.map +1 -1
  102. package/dist/component/types.js +1 -3
  103. package/dist/component/types.js.map +1 -1
  104. package/dist/component/utils.d.ts.map +1 -1
  105. package/dist/component/utils.js +8 -11
  106. package/dist/component/utils.js.map +1 -1
  107. package/dist/host/convexPreset.d.ts +90 -194
  108. package/dist/host/convexPreset.d.ts.map +1 -1
  109. package/dist/host/convexSlice.d.ts +10 -16
  110. package/dist/host/convexSlice.d.ts.map +1 -1
  111. package/dist/host/convexSlice.js +2 -4
  112. package/dist/host/convexSlice.js.map +1 -1
  113. package/dist/host/index.d.ts +1 -0
  114. package/dist/host/index.d.ts.map +1 -1
  115. package/dist/host/index.js +1 -0
  116. package/dist/host/index.js.map +1 -1
  117. package/dist/host/ingestRecovery.d.ts +5 -0
  118. package/dist/host/ingestRecovery.d.ts.map +1 -0
  119. package/dist/host/ingestRecovery.js +4 -0
  120. package/dist/host/ingestRecovery.js.map +1 -0
  121. package/dist/host/runtime.d.ts +2 -4
  122. package/dist/host/runtime.d.ts.map +1 -1
  123. package/dist/host/runtime.js +177 -150
  124. package/dist/host/runtime.js.map +1 -1
  125. package/dist/host/surfaceGenerator.d.ts +0 -2
  126. package/dist/host/surfaceGenerator.d.ts.map +1 -1
  127. package/dist/host/surfaceGenerator.js +2 -2
  128. package/dist/host/surfaceGenerator.js.map +1 -1
  129. package/dist/mapping.d.ts.map +1 -1
  130. package/dist/mapping.js +4 -1
  131. package/dist/mapping.js.map +1 -1
  132. package/dist/protocol/events.d.ts +6 -2
  133. package/dist/protocol/events.d.ts.map +1 -1
  134. package/dist/protocol/events.js +34 -12
  135. package/dist/protocol/events.js.map +1 -1
  136. package/docs/CLIENT_AND_REACT_HOOKS.md +7 -0
  137. package/docs/DISPATCH_MANAGED_REFERENCE_HOST.md +6 -1
  138. package/docs/HOST_INTEGRATION.md +8 -0
  139. package/docs/OPERATIONS_AND_ERRORS.md +11 -1
  140. package/docs/RUNTIME_OWNED_REFERENCE_HOST.md +5 -0
  141. package/package.json +3 -2
@@ -28,14 +28,10 @@ export declare function defineCodexHostSlice<Components extends CodexHostCompone
28
28
  interruptTurnForHooks?: {
29
29
  args: {
30
30
  actor: import("convex/values").VObject<{
31
- tenantId: string;
32
- userId: string;
33
- deviceId: string;
31
+ userId?: string;
34
32
  }, {
35
- tenantId: import("convex/values").VString<string, "required">;
36
- userId: import("convex/values").VString<string, "required">;
37
- deviceId: import("convex/values").VString<string, "required">;
38
- }, "required", "tenantId" | "userId" | "deviceId">;
33
+ userId: import("convex/values").VString<string | undefined, "optional">;
34
+ }, "required", "userId">;
39
35
  threadId: import("convex/values").VString<string, "required">;
40
36
  turnId: import("convex/values").VString<string, "required">;
41
37
  reason: import("convex/values").VString<string | undefined, "optional">;
@@ -51,14 +47,10 @@ export declare function defineCodexHostSlice<Components extends CodexHostCompone
51
47
  upsertPendingServerRequestForHooks?: {
52
48
  args: {
53
49
  actor: import("convex/values").VObject<{
54
- tenantId: string;
55
- userId: string;
56
- deviceId: string;
50
+ userId?: string;
57
51
  }, {
58
- tenantId: import("convex/values").VString<string, "required">;
59
- userId: import("convex/values").VString<string, "required">;
60
- deviceId: import("convex/values").VString<string, "required">;
61
- }, "required", "tenantId" | "userId" | "deviceId">;
52
+ userId: import("convex/values").VString<string | undefined, "optional">;
53
+ }, "required", "userId">;
62
54
  requestId: import("convex/values").VUnion<string | number, [import("convex/values").VString<string, "required">, import("convex/values").VFloat64<number, "required">], "required", never>;
63
55
  threadId: import("convex/values").VString<string, "required">;
64
56
  turnId: import("convex/values").VString<string, "required">;
@@ -86,14 +78,10 @@ export declare function defineCodexHostSlice<Components extends CodexHostCompone
86
78
  resolvePendingServerRequestForHooks?: {
87
79
  args: {
88
80
  actor: import("convex/values").VObject<{
89
- tenantId: string;
90
- userId: string;
91
- deviceId: string;
81
+ userId?: string;
92
82
  }, {
93
- tenantId: import("convex/values").VString<string, "required">;
94
- userId: import("convex/values").VString<string, "required">;
95
- deviceId: import("convex/values").VString<string, "required">;
96
- }, "required", "tenantId" | "userId" | "deviceId">;
83
+ userId: import("convex/values").VString<string | undefined, "optional">;
84
+ }, "required", "userId">;
97
85
  threadId: import("convex/values").VString<string, "required">;
98
86
  requestId: import("convex/values").VUnion<string | number, [import("convex/values").VString<string, "required">, import("convex/values").VFloat64<number, "required">], "required", never>;
99
87
  status: import("convex/values").VUnion<"answered" | "expired", [import("convex/values").VLiteral<"answered", "required">, import("convex/values").VLiteral<"expired", "required">], "required", never>;
@@ -113,14 +101,10 @@ export declare function defineCodexHostSlice<Components extends CodexHostCompone
113
101
  respondApprovalForHooks?: {
114
102
  args: {
115
103
  actor: import("convex/values").VObject<{
116
- tenantId: string;
117
- userId: string;
118
- deviceId: string;
104
+ userId?: string;
119
105
  }, {
120
- tenantId: import("convex/values").VString<string, "required">;
121
- userId: import("convex/values").VString<string, "required">;
122
- deviceId: import("convex/values").VString<string, "required">;
123
- }, "required", "tenantId" | "userId" | "deviceId">;
106
+ userId: import("convex/values").VString<string | undefined, "optional">;
107
+ }, "required", "userId">;
124
108
  threadId: import("convex/values").VString<string, "required">;
125
109
  turnId: import("convex/values").VString<string, "required">;
126
110
  itemId: import("convex/values").VString<string, "required">;
@@ -138,14 +122,10 @@ export declare function defineCodexHostSlice<Components extends CodexHostCompone
138
122
  ensureThread: {
139
123
  args: {
140
124
  actor: import("convex/values").VObject<{
141
- tenantId: string;
142
- userId: string;
143
- deviceId: string;
125
+ userId?: string;
144
126
  }, {
145
- tenantId: import("convex/values").VString<string, "required">;
146
- userId: import("convex/values").VString<string, "required">;
147
- deviceId: import("convex/values").VString<string, "required">;
148
- }, "required", "tenantId" | "userId" | "deviceId">;
127
+ userId: import("convex/values").VString<string | undefined, "optional">;
128
+ }, "required", "userId">;
149
129
  threadId: import("convex/values").VString<string | undefined, "optional">;
150
130
  externalThreadId: import("convex/values").VString<string | undefined, "optional">;
151
131
  model: import("convex/values").VString<string | undefined, "optional">;
@@ -162,14 +142,10 @@ export declare function defineCodexHostSlice<Components extends CodexHostCompone
162
142
  enqueueTurnDispatch: {
163
143
  args: {
164
144
  actor: import("convex/values").VObject<{
165
- tenantId: string;
166
- userId: string;
167
- deviceId: string;
145
+ userId?: string;
168
146
  }, {
169
- tenantId: import("convex/values").VString<string, "required">;
170
- userId: import("convex/values").VString<string, "required">;
171
- deviceId: import("convex/values").VString<string, "required">;
172
- }, "required", "tenantId" | "userId" | "deviceId">;
147
+ userId: import("convex/values").VString<string | undefined, "optional">;
148
+ }, "required", "userId">;
173
149
  threadId: import("convex/values").VString<string, "required">;
174
150
  dispatchId: import("convex/values").VString<string | undefined, "optional">;
175
151
  turnId: import("convex/values").VString<string, "required">;
@@ -219,14 +195,10 @@ export declare function defineCodexHostSlice<Components extends CodexHostCompone
219
195
  claimNextTurnDispatch: {
220
196
  args: {
221
197
  actor: import("convex/values").VObject<{
222
- tenantId: string;
223
- userId: string;
224
- deviceId: string;
198
+ userId?: string;
225
199
  }, {
226
- tenantId: import("convex/values").VString<string, "required">;
227
- userId: import("convex/values").VString<string, "required">;
228
- deviceId: import("convex/values").VString<string, "required">;
229
- }, "required", "tenantId" | "userId" | "deviceId">;
200
+ userId: import("convex/values").VString<string | undefined, "optional">;
201
+ }, "required", "userId">;
230
202
  threadId: import("convex/values").VString<string, "required">;
231
203
  claimOwner: import("convex/values").VString<string, "required">;
232
204
  leaseMs: import("convex/values").VFloat64<number | undefined, "optional">;
@@ -266,14 +238,10 @@ export declare function defineCodexHostSlice<Components extends CodexHostCompone
266
238
  markTurnDispatchStarted: {
267
239
  args: {
268
240
  actor: import("convex/values").VObject<{
269
- tenantId: string;
270
- userId: string;
271
- deviceId: string;
241
+ userId?: string;
272
242
  }, {
273
- tenantId: import("convex/values").VString<string, "required">;
274
- userId: import("convex/values").VString<string, "required">;
275
- deviceId: import("convex/values").VString<string, "required">;
276
- }, "required", "tenantId" | "userId" | "deviceId">;
243
+ userId: import("convex/values").VString<string | undefined, "optional">;
244
+ }, "required", "userId">;
277
245
  threadId: import("convex/values").VString<string, "required">;
278
246
  dispatchId: import("convex/values").VString<string, "required">;
279
247
  claimToken: import("convex/values").VString<string, "required">;
@@ -293,14 +261,10 @@ export declare function defineCodexHostSlice<Components extends CodexHostCompone
293
261
  markTurnDispatchCompleted: {
294
262
  args: {
295
263
  actor: import("convex/values").VObject<{
296
- tenantId: string;
297
- userId: string;
298
- deviceId: string;
264
+ userId?: string;
299
265
  }, {
300
- tenantId: import("convex/values").VString<string, "required">;
301
- userId: import("convex/values").VString<string, "required">;
302
- deviceId: import("convex/values").VString<string, "required">;
303
- }, "required", "tenantId" | "userId" | "deviceId">;
266
+ userId: import("convex/values").VString<string | undefined, "optional">;
267
+ }, "required", "userId">;
304
268
  threadId: import("convex/values").VString<string, "required">;
305
269
  dispatchId: import("convex/values").VString<string, "required">;
306
270
  claimToken: import("convex/values").VString<string, "required">;
@@ -316,14 +280,10 @@ export declare function defineCodexHostSlice<Components extends CodexHostCompone
316
280
  markTurnDispatchFailed: {
317
281
  args: {
318
282
  actor: import("convex/values").VObject<{
319
- tenantId: string;
320
- userId: string;
321
- deviceId: string;
283
+ userId?: string;
322
284
  }, {
323
- tenantId: import("convex/values").VString<string, "required">;
324
- userId: import("convex/values").VString<string, "required">;
325
- deviceId: import("convex/values").VString<string, "required">;
326
- }, "required", "tenantId" | "userId" | "deviceId">;
285
+ userId: import("convex/values").VString<string | undefined, "optional">;
286
+ }, "required", "userId">;
327
287
  threadId: import("convex/values").VString<string, "required">;
328
288
  dispatchId: import("convex/values").VString<string, "required">;
329
289
  claimToken: import("convex/values").VString<string, "required">;
@@ -343,14 +303,10 @@ export declare function defineCodexHostSlice<Components extends CodexHostCompone
343
303
  cancelTurnDispatch: {
344
304
  args: {
345
305
  actor: import("convex/values").VObject<{
346
- tenantId: string;
347
- userId: string;
348
- deviceId: string;
306
+ userId?: string;
349
307
  }, {
350
- tenantId: import("convex/values").VString<string, "required">;
351
- userId: import("convex/values").VString<string, "required">;
352
- deviceId: import("convex/values").VString<string, "required">;
353
- }, "required", "tenantId" | "userId" | "deviceId">;
308
+ userId: import("convex/values").VString<string | undefined, "optional">;
309
+ }, "required", "userId">;
354
310
  threadId: import("convex/values").VString<string, "required">;
355
311
  dispatchId: import("convex/values").VString<string, "required">;
356
312
  claimToken: import("convex/values").VString<string | undefined, "optional">;
@@ -368,14 +324,10 @@ export declare function defineCodexHostSlice<Components extends CodexHostCompone
368
324
  ensureSession: {
369
325
  args: {
370
326
  actor: import("convex/values").VObject<{
371
- tenantId: string;
372
- userId: string;
373
- deviceId: string;
327
+ userId?: string;
374
328
  }, {
375
- tenantId: import("convex/values").VString<string, "required">;
376
- userId: import("convex/values").VString<string, "required">;
377
- deviceId: import("convex/values").VString<string, "required">;
378
- }, "required", "tenantId" | "userId" | "deviceId">;
329
+ userId: import("convex/values").VString<string | undefined, "optional">;
330
+ }, "required", "userId">;
379
331
  sessionId: import("convex/values").VString<string, "required">;
380
332
  threadId: import("convex/values").VString<string, "required">;
381
333
  };
@@ -397,14 +349,10 @@ export declare function defineCodexHostSlice<Components extends CodexHostCompone
397
349
  ingestEvent: {
398
350
  args: {
399
351
  actor: import("convex/values").VObject<{
400
- tenantId: string;
401
- userId: string;
402
- deviceId: string;
352
+ userId?: string;
403
353
  }, {
404
- tenantId: import("convex/values").VString<string, "required">;
405
- userId: import("convex/values").VString<string, "required">;
406
- deviceId: import("convex/values").VString<string, "required">;
407
- }, "required", "tenantId" | "userId" | "deviceId">;
354
+ userId: import("convex/values").VString<string | undefined, "optional">;
355
+ }, "required", "userId">;
408
356
  sessionId: import("convex/values").VString<string, "required">;
409
357
  threadId: import("convex/values").VString<string, "required">;
410
358
  event: import("convex/values").VUnion<{
@@ -493,10 +441,10 @@ export declare function defineCodexHostSlice<Components extends CodexHostCompone
493
441
  threadId: string;
494
442
  sessionId: string;
495
443
  };
496
- status: "ok" | "partial" | "rejected" | "session_recovered";
444
+ status: "ok" | "partial" | "session_recovered" | "rejected";
497
445
  errors: {
498
446
  message: string;
499
- code: "OUT_OF_ORDER" | "REPLAY_GAP" | "SESSION_DEVICE_MISMATCH" | "SESSION_NOT_FOUND" | "SESSION_THREAD_MISMATCH" | "UNKNOWN";
447
+ code: "SESSION_NOT_FOUND" | "SESSION_THREAD_MISMATCH" | "OUT_OF_ORDER" | "REPLAY_GAP" | "UNKNOWN";
500
448
  recoverable: boolean;
501
449
  }[];
502
450
  ingestStatus: "ok" | "partial";
@@ -505,7 +453,7 @@ export declare function defineCodexHostSlice<Components extends CodexHostCompone
505
453
  ackCursorEnd: number;
506
454
  }[];
507
455
  }, {
508
- status: import("convex/values").VUnion<"ok" | "partial" | "rejected" | "session_recovered", [import("convex/values").VLiteral<"ok", "required">, import("convex/values").VLiteral<"partial", "required">, import("convex/values").VLiteral<"session_recovered", "required">, import("convex/values").VLiteral<"rejected", "required">], "required", never>;
456
+ status: import("convex/values").VUnion<"ok" | "partial" | "session_recovered" | "rejected", [import("convex/values").VLiteral<"ok", "required">, import("convex/values").VLiteral<"partial", "required">, import("convex/values").VLiteral<"session_recovered", "required">, import("convex/values").VLiteral<"rejected", "required">], "required", never>;
509
457
  ingestStatus: import("convex/values").VUnion<"ok" | "partial", [import("convex/values").VLiteral<"ok", "required">, import("convex/values").VLiteral<"partial", "required">], "required", never>;
510
458
  ackedStreams: import("convex/values").VArray<{
511
459
  streamId: string;
@@ -528,14 +476,14 @@ export declare function defineCodexHostSlice<Components extends CodexHostCompone
528
476
  }, "optional", "action" | "threadId" | "sessionId">;
529
477
  errors: import("convex/values").VArray<{
530
478
  message: string;
531
- code: "OUT_OF_ORDER" | "REPLAY_GAP" | "SESSION_DEVICE_MISMATCH" | "SESSION_NOT_FOUND" | "SESSION_THREAD_MISMATCH" | "UNKNOWN";
479
+ code: "SESSION_NOT_FOUND" | "SESSION_THREAD_MISMATCH" | "OUT_OF_ORDER" | "REPLAY_GAP" | "UNKNOWN";
532
480
  recoverable: boolean;
533
481
  }[], import("convex/values").VObject<{
534
482
  message: string;
535
- code: "OUT_OF_ORDER" | "REPLAY_GAP" | "SESSION_DEVICE_MISMATCH" | "SESSION_NOT_FOUND" | "SESSION_THREAD_MISMATCH" | "UNKNOWN";
483
+ code: "SESSION_NOT_FOUND" | "SESSION_THREAD_MISMATCH" | "OUT_OF_ORDER" | "REPLAY_GAP" | "UNKNOWN";
536
484
  recoverable: boolean;
537
485
  }, {
538
- code: import("convex/values").VUnion<"OUT_OF_ORDER" | "REPLAY_GAP" | "SESSION_DEVICE_MISMATCH" | "SESSION_NOT_FOUND" | "SESSION_THREAD_MISMATCH" | "UNKNOWN", [import("convex/values").VLiteral<"SESSION_NOT_FOUND", "required">, import("convex/values").VLiteral<"SESSION_THREAD_MISMATCH", "required">, import("convex/values").VLiteral<"SESSION_DEVICE_MISMATCH", "required">, import("convex/values").VLiteral<"OUT_OF_ORDER", "required">, import("convex/values").VLiteral<"REPLAY_GAP", "required">, import("convex/values").VLiteral<"UNKNOWN", "required">], "required", never>;
486
+ code: import("convex/values").VUnion<"SESSION_NOT_FOUND" | "SESSION_THREAD_MISMATCH" | "OUT_OF_ORDER" | "REPLAY_GAP" | "UNKNOWN", [import("convex/values").VLiteral<"SESSION_NOT_FOUND", "required">, import("convex/values").VLiteral<"SESSION_THREAD_MISMATCH", "required">, import("convex/values").VLiteral<"OUT_OF_ORDER", "required">, import("convex/values").VLiteral<"REPLAY_GAP", "required">, import("convex/values").VLiteral<"UNKNOWN", "required">], "required", never>;
539
487
  message: import("convex/values").VString<string, "required">;
540
488
  recoverable: import("convex/values").VBoolean<boolean, "required">;
541
489
  }, "required", "message" | "code" | "recoverable">, "required">;
@@ -576,14 +524,10 @@ export declare function defineCodexHostSlice<Components extends CodexHostCompone
576
524
  ingestBatch: {
577
525
  args: {
578
526
  actor: import("convex/values").VObject<{
579
- tenantId: string;
580
- userId: string;
581
- deviceId: string;
527
+ userId?: string;
582
528
  }, {
583
- tenantId: import("convex/values").VString<string, "required">;
584
- userId: import("convex/values").VString<string, "required">;
585
- deviceId: import("convex/values").VString<string, "required">;
586
- }, "required", "tenantId" | "userId" | "deviceId">;
529
+ userId: import("convex/values").VString<string | undefined, "optional">;
530
+ }, "required", "userId">;
587
531
  sessionId: import("convex/values").VString<string, "required">;
588
532
  threadId: import("convex/values").VString<string, "required">;
589
533
  deltas: import("convex/values").VArray<({
@@ -713,10 +657,10 @@ export declare function defineCodexHostSlice<Components extends CodexHostCompone
713
657
  threadId: string;
714
658
  sessionId: string;
715
659
  };
716
- status: "ok" | "partial" | "rejected" | "session_recovered";
660
+ status: "ok" | "partial" | "session_recovered" | "rejected";
717
661
  errors: {
718
662
  message: string;
719
- code: "OUT_OF_ORDER" | "REPLAY_GAP" | "SESSION_DEVICE_MISMATCH" | "SESSION_NOT_FOUND" | "SESSION_THREAD_MISMATCH" | "UNKNOWN";
663
+ code: "SESSION_NOT_FOUND" | "SESSION_THREAD_MISMATCH" | "OUT_OF_ORDER" | "REPLAY_GAP" | "UNKNOWN";
720
664
  recoverable: boolean;
721
665
  }[];
722
666
  ingestStatus: "ok" | "partial";
@@ -725,7 +669,7 @@ export declare function defineCodexHostSlice<Components extends CodexHostCompone
725
669
  ackCursorEnd: number;
726
670
  }[];
727
671
  }, {
728
- status: import("convex/values").VUnion<"ok" | "partial" | "rejected" | "session_recovered", [import("convex/values").VLiteral<"ok", "required">, import("convex/values").VLiteral<"partial", "required">, import("convex/values").VLiteral<"session_recovered", "required">, import("convex/values").VLiteral<"rejected", "required">], "required", never>;
672
+ status: import("convex/values").VUnion<"ok" | "partial" | "session_recovered" | "rejected", [import("convex/values").VLiteral<"ok", "required">, import("convex/values").VLiteral<"partial", "required">, import("convex/values").VLiteral<"session_recovered", "required">, import("convex/values").VLiteral<"rejected", "required">], "required", never>;
729
673
  ingestStatus: import("convex/values").VUnion<"ok" | "partial", [import("convex/values").VLiteral<"ok", "required">, import("convex/values").VLiteral<"partial", "required">], "required", never>;
730
674
  ackedStreams: import("convex/values").VArray<{
731
675
  streamId: string;
@@ -748,14 +692,14 @@ export declare function defineCodexHostSlice<Components extends CodexHostCompone
748
692
  }, "optional", "action" | "threadId" | "sessionId">;
749
693
  errors: import("convex/values").VArray<{
750
694
  message: string;
751
- code: "OUT_OF_ORDER" | "REPLAY_GAP" | "SESSION_DEVICE_MISMATCH" | "SESSION_NOT_FOUND" | "SESSION_THREAD_MISMATCH" | "UNKNOWN";
695
+ code: "SESSION_NOT_FOUND" | "SESSION_THREAD_MISMATCH" | "OUT_OF_ORDER" | "REPLAY_GAP" | "UNKNOWN";
752
696
  recoverable: boolean;
753
697
  }[], import("convex/values").VObject<{
754
698
  message: string;
755
- code: "OUT_OF_ORDER" | "REPLAY_GAP" | "SESSION_DEVICE_MISMATCH" | "SESSION_NOT_FOUND" | "SESSION_THREAD_MISMATCH" | "UNKNOWN";
699
+ code: "SESSION_NOT_FOUND" | "SESSION_THREAD_MISMATCH" | "OUT_OF_ORDER" | "REPLAY_GAP" | "UNKNOWN";
756
700
  recoverable: boolean;
757
701
  }, {
758
- code: import("convex/values").VUnion<"OUT_OF_ORDER" | "REPLAY_GAP" | "SESSION_DEVICE_MISMATCH" | "SESSION_NOT_FOUND" | "SESSION_THREAD_MISMATCH" | "UNKNOWN", [import("convex/values").VLiteral<"SESSION_NOT_FOUND", "required">, import("convex/values").VLiteral<"SESSION_THREAD_MISMATCH", "required">, import("convex/values").VLiteral<"SESSION_DEVICE_MISMATCH", "required">, import("convex/values").VLiteral<"OUT_OF_ORDER", "required">, import("convex/values").VLiteral<"REPLAY_GAP", "required">, import("convex/values").VLiteral<"UNKNOWN", "required">], "required", never>;
702
+ code: import("convex/values").VUnion<"SESSION_NOT_FOUND" | "SESSION_THREAD_MISMATCH" | "OUT_OF_ORDER" | "REPLAY_GAP" | "UNKNOWN", [import("convex/values").VLiteral<"SESSION_NOT_FOUND", "required">, import("convex/values").VLiteral<"SESSION_THREAD_MISMATCH", "required">, import("convex/values").VLiteral<"OUT_OF_ORDER", "required">, import("convex/values").VLiteral<"REPLAY_GAP", "required">, import("convex/values").VLiteral<"UNKNOWN", "required">], "required", never>;
759
703
  message: import("convex/values").VString<string, "required">;
760
704
  recoverable: import("convex/values").VBoolean<boolean, "required">;
761
705
  }, "required", "message" | "code" | "recoverable">, "required">;
@@ -806,14 +750,10 @@ export declare function defineCodexHostSlice<Components extends CodexHostCompone
806
750
  listPendingServerRequestsForHooks?: {
807
751
  args: {
808
752
  actor: import("convex/values").VObject<{
809
- tenantId: string;
810
- userId: string;
811
- deviceId: string;
753
+ userId?: string;
812
754
  }, {
813
- tenantId: import("convex/values").VString<string, "required">;
814
- userId: import("convex/values").VString<string, "required">;
815
- deviceId: import("convex/values").VString<string, "required">;
816
- }, "required", "tenantId" | "userId" | "deviceId">;
755
+ userId: import("convex/values").VString<string | undefined, "optional">;
756
+ }, "required", "userId">;
817
757
  threadId: import("convex/values").VString<string | undefined, "optional">;
818
758
  limit: import("convex/values").VFloat64<number | undefined, "optional">;
819
759
  };
@@ -826,14 +766,10 @@ export declare function defineCodexHostSlice<Components extends CodexHostCompone
826
766
  listPendingApprovalsForHooks?: {
827
767
  args: {
828
768
  actor: import("convex/values").VObject<{
829
- tenantId: string;
830
- userId: string;
831
- deviceId: string;
769
+ userId?: string;
832
770
  }, {
833
- tenantId: import("convex/values").VString<string, "required">;
834
- userId: import("convex/values").VString<string, "required">;
835
- deviceId: import("convex/values").VString<string, "required">;
836
- }, "required", "tenantId" | "userId" | "deviceId">;
771
+ userId: import("convex/values").VString<string | undefined, "optional">;
772
+ }, "required", "userId">;
837
773
  threadId: import("convex/values").VString<string | undefined, "optional">;
838
774
  paginationOpts: import("convex/values").VObject<{
839
775
  id?: number;
@@ -863,14 +799,10 @@ export declare function defineCodexHostSlice<Components extends CodexHostCompone
863
799
  listThreadReasoningForHooks?: {
864
800
  args: {
865
801
  actor: import("convex/values").VObject<{
866
- tenantId: string;
867
- userId: string;
868
- deviceId: string;
802
+ userId?: string;
869
803
  }, {
870
- tenantId: import("convex/values").VString<string, "required">;
871
- userId: import("convex/values").VString<string, "required">;
872
- deviceId: import("convex/values").VString<string, "required">;
873
- }, "required", "tenantId" | "userId" | "deviceId">;
804
+ userId: import("convex/values").VString<string | undefined, "optional">;
805
+ }, "required", "userId">;
874
806
  threadId: import("convex/values").VString<string, "required">;
875
807
  paginationOpts: import("convex/values").VObject<{
876
808
  id?: number;
@@ -902,14 +834,10 @@ export declare function defineCodexHostSlice<Components extends CodexHostCompone
902
834
  listThreadMessagesForHooks?: {
903
835
  args: {
904
836
  actor: import("convex/values").VObject<{
905
- tenantId: string;
906
- userId: string;
907
- deviceId: string;
837
+ userId?: string;
908
838
  }, {
909
- tenantId: import("convex/values").VString<string, "required">;
910
- userId: import("convex/values").VString<string, "required">;
911
- deviceId: import("convex/values").VString<string, "required">;
912
- }, "required", "tenantId" | "userId" | "deviceId">;
839
+ userId: import("convex/values").VString<string | undefined, "optional">;
840
+ }, "required", "userId">;
913
841
  threadId: import("convex/values").VString<string, "required">;
914
842
  paginationOpts: import("convex/values").VObject<{
915
843
  id?: number;
@@ -1031,14 +959,10 @@ export declare function defineCodexHostSlice<Components extends CodexHostCompone
1031
959
  listTurnMessagesForHooks?: {
1032
960
  args: {
1033
961
  actor: import("convex/values").VObject<{
1034
- tenantId: string;
1035
- userId: string;
1036
- deviceId: string;
962
+ userId?: string;
1037
963
  }, {
1038
- tenantId: import("convex/values").VString<string, "required">;
1039
- userId: import("convex/values").VString<string, "required">;
1040
- deviceId: import("convex/values").VString<string, "required">;
1041
- }, "required", "tenantId" | "userId" | "deviceId">;
964
+ userId: import("convex/values").VString<string | undefined, "optional">;
965
+ }, "required", "userId">;
1042
966
  threadId: import("convex/values").VString<string, "required">;
1043
967
  turnId: import("convex/values").VString<string, "required">;
1044
968
  };
@@ -1051,14 +975,10 @@ export declare function defineCodexHostSlice<Components extends CodexHostCompone
1051
975
  dataHygiene?: {
1052
976
  args: {
1053
977
  actor: import("convex/values").VObject<{
1054
- tenantId: string;
1055
- userId: string;
1056
- deviceId: string;
978
+ userId?: string;
1057
979
  }, {
1058
- tenantId: import("convex/values").VString<string, "required">;
1059
- userId: import("convex/values").VString<string, "required">;
1060
- deviceId: import("convex/values").VString<string, "required">;
1061
- }, "required", "tenantId" | "userId" | "deviceId">;
980
+ userId: import("convex/values").VString<string | undefined, "optional">;
981
+ }, "required", "userId">;
1062
982
  threadId: import("convex/values").VString<string, "required">;
1063
983
  };
1064
984
  returns: import("convex/values").VObject<{
@@ -1082,14 +1002,10 @@ export declare function defineCodexHostSlice<Components extends CodexHostCompone
1082
1002
  getDispatchObservability?: {
1083
1003
  args: {
1084
1004
  actor: import("convex/values").VObject<{
1085
- tenantId: string;
1086
- userId: string;
1087
- deviceId: string;
1005
+ userId?: string;
1088
1006
  }, {
1089
- tenantId: import("convex/values").VString<string, "required">;
1090
- userId: import("convex/values").VString<string, "required">;
1091
- deviceId: import("convex/values").VString<string, "required">;
1092
- }, "required", "tenantId" | "userId" | "deviceId">;
1007
+ userId: import("convex/values").VString<string | undefined, "optional">;
1008
+ }, "required", "userId">;
1093
1009
  threadId: import("convex/values").VString<string, "required">;
1094
1010
  dispatchId: import("convex/values").VString<string | undefined, "optional">;
1095
1011
  turnId: import("convex/values").VString<string | undefined, "optional">;
@@ -1274,14 +1190,10 @@ export declare function defineCodexHostSlice<Components extends CodexHostCompone
1274
1190
  validateHostWiring: {
1275
1191
  args: {
1276
1192
  actor: import("convex/values").VObject<{
1277
- tenantId: string;
1278
- userId: string;
1279
- deviceId: string;
1193
+ userId?: string;
1280
1194
  }, {
1281
- tenantId: import("convex/values").VString<string, "required">;
1282
- userId: import("convex/values").VString<string, "required">;
1283
- deviceId: import("convex/values").VString<string, "required">;
1284
- }, "required", "tenantId" | "userId" | "deviceId">;
1195
+ userId: import("convex/values").VString<string | undefined, "optional">;
1196
+ }, "required", "userId">;
1285
1197
  threadId: import("convex/values").VString<string | undefined, "optional">;
1286
1198
  };
1287
1199
  handler: (ctx: HostQueryRunner, args: {
@@ -1299,14 +1211,10 @@ export declare function defineCodexHostSlice<Components extends CodexHostCompone
1299
1211
  getTurnDispatchState: {
1300
1212
  args: {
1301
1213
  actor: import("convex/values").VObject<{
1302
- tenantId: string;
1303
- userId: string;
1304
- deviceId: string;
1214
+ userId?: string;
1305
1215
  }, {
1306
- tenantId: import("convex/values").VString<string, "required">;
1307
- userId: import("convex/values").VString<string, "required">;
1308
- deviceId: import("convex/values").VString<string, "required">;
1309
- }, "required", "tenantId" | "userId" | "deviceId">;
1216
+ userId: import("convex/values").VString<string | undefined, "optional">;
1217
+ }, "required", "userId">;
1310
1218
  threadId: import("convex/values").VString<string, "required">;
1311
1219
  dispatchId: import("convex/values").VString<string | undefined, "optional">;
1312
1220
  turnId: import("convex/values").VString<string | undefined, "optional">;
@@ -1379,14 +1287,10 @@ export declare function defineCodexHostSlice<Components extends CodexHostCompone
1379
1287
  threadSnapshot: {
1380
1288
  args: {
1381
1289
  actor: import("convex/values").VObject<{
1382
- tenantId: string;
1383
- userId: string;
1384
- deviceId: string;
1290
+ userId?: string;
1385
1291
  }, {
1386
- tenantId: import("convex/values").VString<string, "required">;
1387
- userId: import("convex/values").VString<string, "required">;
1388
- deviceId: import("convex/values").VString<string, "required">;
1389
- }, "required", "tenantId" | "userId" | "deviceId">;
1292
+ userId: import("convex/values").VString<string | undefined, "optional">;
1293
+ }, "required", "userId">;
1390
1294
  threadId: import("convex/values").VString<string, "required">;
1391
1295
  };
1392
1296
  handler: (ctx: HostQueryRunner, args: {
@@ -1397,14 +1301,10 @@ export declare function defineCodexHostSlice<Components extends CodexHostCompone
1397
1301
  persistenceStats: {
1398
1302
  args: {
1399
1303
  actor: import("convex/values").VObject<{
1400
- tenantId: string;
1401
- userId: string;
1402
- deviceId: string;
1304
+ userId?: string;
1403
1305
  }, {
1404
- tenantId: import("convex/values").VString<string, "required">;
1405
- userId: import("convex/values").VString<string, "required">;
1406
- deviceId: import("convex/values").VString<string, "required">;
1407
- }, "required", "tenantId" | "userId" | "deviceId">;
1306
+ userId: import("convex/values").VString<string | undefined, "optional">;
1307
+ }, "required", "userId">;
1408
1308
  threadId: import("convex/values").VString<string, "required">;
1409
1309
  };
1410
1310
  returns: import("convex/values").VObject<{
@@ -1443,14 +1343,10 @@ export declare function defineCodexHostSlice<Components extends CodexHostCompone
1443
1343
  durableHistoryStats: {
1444
1344
  args: {
1445
1345
  actor: import("convex/values").VObject<{
1446
- tenantId: string;
1447
- userId: string;
1448
- deviceId: string;
1346
+ userId?: string;
1449
1347
  }, {
1450
- tenantId: import("convex/values").VString<string, "required">;
1451
- userId: import("convex/values").VString<string, "required">;
1452
- deviceId: import("convex/values").VString<string, "required">;
1453
- }, "required", "tenantId" | "userId" | "deviceId">;
1348
+ userId: import("convex/values").VString<string | undefined, "optional">;
1349
+ }, "required", "userId">;
1454
1350
  threadId: import("convex/values").VString<string, "required">;
1455
1351
  };
1456
1352
  returns: import("convex/values").VObject<{
@@ -1 +1 @@
1
- {"version":3,"file":"convexPreset.d.ts","sourceRoot":"","sources":["../../src/host/convexPreset.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"convexPreset.d.ts","sourceRoot":"","sources":["../../src/host/convexPreset.ts"],"names":[],"mappings":"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"}