@aria-cli/tools 1.0.9 → 1.0.11

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 (241) hide show
  1. package/package.json +9 -5
  2. package/src/__tests__/web-fetch-download.test.ts +0 -433
  3. package/src/__tests__/web-tools.test.ts +0 -619
  4. package/src/ask-user-interaction.ts +0 -33
  5. package/src/cache/web-cache.ts +0 -110
  6. package/src/definitions/arion.ts +0 -118
  7. package/src/definitions/browser/browser.ts +0 -502
  8. package/src/definitions/browser/index.ts +0 -5
  9. package/src/definitions/browser/pw-downloads.ts +0 -142
  10. package/src/definitions/browser/pw-interactions.ts +0 -282
  11. package/src/definitions/browser/pw-responses.ts +0 -98
  12. package/src/definitions/browser/pw-session.ts +0 -405
  13. package/src/definitions/browser/pw-shared.ts +0 -85
  14. package/src/definitions/browser/pw-snapshot.ts +0 -383
  15. package/src/definitions/browser/pw-state.ts +0 -101
  16. package/src/definitions/browser/types.ts +0 -203
  17. package/src/definitions/code-intelligence.ts +0 -526
  18. package/src/definitions/core.ts +0 -118
  19. package/src/definitions/delegation.ts +0 -567
  20. package/src/definitions/deploy.ts +0 -73
  21. package/src/definitions/filesystem.ts +0 -217
  22. package/src/definitions/frg.ts +0 -67
  23. package/src/definitions/index.ts +0 -28
  24. package/src/definitions/memory.ts +0 -150
  25. package/src/definitions/messaging.ts +0 -734
  26. package/src/definitions/meta.ts +0 -392
  27. package/src/definitions/network.ts +0 -179
  28. package/src/definitions/outlook.ts +0 -318
  29. package/src/definitions/patch/apply-patch.ts +0 -235
  30. package/src/definitions/patch/fuzzy-match.ts +0 -217
  31. package/src/definitions/patch/index.ts +0 -1
  32. package/src/definitions/patch/patch-parser.ts +0 -297
  33. package/src/definitions/patch/sandbox-paths.ts +0 -129
  34. package/src/definitions/process/index.ts +0 -5
  35. package/src/definitions/process/process-registry.ts +0 -303
  36. package/src/definitions/process/process.ts +0 -456
  37. package/src/definitions/process/pty-keys.ts +0 -298
  38. package/src/definitions/process/session-slug.ts +0 -147
  39. package/src/definitions/quip.ts +0 -225
  40. package/src/definitions/search.ts +0 -67
  41. package/src/definitions/session-history.ts +0 -79
  42. package/src/definitions/shell.ts +0 -202
  43. package/src/definitions/slack.ts +0 -211
  44. package/src/definitions/web.ts +0 -119
  45. package/src/executors/apply-patch.ts +0 -1035
  46. package/src/executors/arion.ts +0 -199
  47. package/src/executors/code-intelligence.ts +0 -1179
  48. package/src/executors/deploy.ts +0 -1066
  49. package/src/executors/filesystem.ts +0 -1428
  50. package/src/executors/frg-freshness.ts +0 -743
  51. package/src/executors/frg.ts +0 -394
  52. package/src/executors/index.ts +0 -280
  53. package/src/executors/learning-meta.ts +0 -1367
  54. package/src/executors/lsp-client.ts +0 -355
  55. package/src/executors/memory.ts +0 -978
  56. package/src/executors/meta.ts +0 -293
  57. package/src/executors/process-registry.ts +0 -570
  58. package/src/executors/pty-session-store.ts +0 -43
  59. package/src/executors/pty.ts +0 -342
  60. package/src/executors/restart.ts +0 -133
  61. package/src/executors/search-freshness.ts +0 -249
  62. package/src/executors/search-types.ts +0 -98
  63. package/src/executors/search.ts +0 -89
  64. package/src/executors/self-diagnose.ts +0 -552
  65. package/src/executors/session-history.ts +0 -435
  66. package/src/executors/shell-safety.ts +0 -519
  67. package/src/executors/shell.ts +0 -1243
  68. package/src/executors/utils.ts +0 -40
  69. package/src/executors/web.ts +0 -786
  70. package/src/extraction/content-extraction.ts +0 -281
  71. package/src/extraction/index.ts +0 -5
  72. package/src/headless-control-contract.ts +0 -1149
  73. package/src/index.ts +0 -788
  74. package/src/local-control-http-auth.ts +0 -2
  75. package/src/mcp/client.ts +0 -218
  76. package/src/mcp/connection.ts +0 -568
  77. package/src/mcp/index.ts +0 -11
  78. package/src/mcp/jsonrpc.ts +0 -195
  79. package/src/mcp/types.ts +0 -199
  80. package/src/network-control-adapter.ts +0 -88
  81. package/src/network-runtime/address-types.ts +0 -218
  82. package/src/network-runtime/db-owner-fencing.ts +0 -91
  83. package/src/network-runtime/delivery-receipts.ts +0 -372
  84. package/src/network-runtime/direct-endpoint-authority.ts +0 -35
  85. package/src/network-runtime/index.ts +0 -316
  86. package/src/network-runtime/local-control-contract.ts +0 -784
  87. package/src/network-runtime/node-store-contract.ts +0 -46
  88. package/src/network-runtime/pair-route-contract.ts +0 -97
  89. package/src/network-runtime/peer-capabilities.ts +0 -48
  90. package/src/network-runtime/peer-principal-ref.ts +0 -20
  91. package/src/network-runtime/peer-state-machine.ts +0 -160
  92. package/src/network-runtime/protocol-schemas.ts +0 -265
  93. package/src/network-runtime/runtime-bootstrap-contract.ts +0 -83
  94. package/src/outlook/desktop-session.ts +0 -409
  95. package/src/policy.ts +0 -171
  96. package/src/providers/brave.ts +0 -80
  97. package/src/providers/duckduckgo.ts +0 -199
  98. package/src/providers/exa.ts +0 -85
  99. package/src/providers/firecrawl.ts +0 -77
  100. package/src/providers/index.ts +0 -8
  101. package/src/providers/jina.ts +0 -70
  102. package/src/providers/router.ts +0 -121
  103. package/src/providers/search-provider.ts +0 -74
  104. package/src/providers/tavily.ts +0 -74
  105. package/src/quip/desktop-session.ts +0 -435
  106. package/src/registry/index.ts +0 -1
  107. package/src/registry/registry.ts +0 -905
  108. package/src/runtime-socket-local-control-client.ts +0 -632
  109. package/src/security/dns-normalization.ts +0 -34
  110. package/src/security/dns-pinning.ts +0 -138
  111. package/src/security/external-content.ts +0 -129
  112. package/src/security/ssrf.ts +0 -207
  113. package/src/slack/desktop-session.ts +0 -493
  114. package/src/tool-factory.ts +0 -91
  115. package/src/types.ts +0 -1341
  116. package/src/utils/retry.ts +0 -163
  117. package/src/utils/safe-parse-json.ts +0 -176
  118. package/src/utils/url.ts +0 -20
  119. package/tests/benchmarks/registry.bench.ts +0 -57
  120. package/tests/cache/web-cache.test.ts +0 -147
  121. package/tests/critical-integration.test.ts +0 -1465
  122. package/tests/definitions/apply-patch.test.ts +0 -586
  123. package/tests/definitions/browser.test.ts +0 -495
  124. package/tests/definitions/delegation-pause-resume.test.ts +0 -758
  125. package/tests/definitions/execution.test.ts +0 -671
  126. package/tests/definitions/messaging-inbox-scope.test.ts +0 -229
  127. package/tests/definitions/messaging.test.ts +0 -1468
  128. package/tests/definitions/outlook.test.ts +0 -30
  129. package/tests/definitions/process.test.ts +0 -469
  130. package/tests/definitions/slack.test.ts +0 -28
  131. package/tests/definitions/tool-inventory.test.ts +0 -218
  132. package/tests/e2e/delegation-quest-orchestration.e2e.test.ts +0 -433
  133. package/tests/e2e/memory-tool-discovery-contract.e2e.test.ts +0 -81
  134. package/tests/executors/apply-patch.test.ts +0 -538
  135. package/tests/executors/arion.test.ts +0 -309
  136. package/tests/executors/conversation-primitives.test.ts +0 -250
  137. package/tests/executors/deploy.test.ts +0 -746
  138. package/tests/executors/filesystem-tools.test.ts +0 -357
  139. package/tests/executors/filesystem.test.ts +0 -959
  140. package/tests/executors/frg-freshness.test.ts +0 -136
  141. package/tests/executors/frg-merge.test.ts +0 -70
  142. package/tests/executors/frg-session-content.test.ts +0 -40
  143. package/tests/executors/frg.test.ts +0 -56
  144. package/tests/executors/memory-bugfixes.test.ts +0 -257
  145. package/tests/executors/memory-real-memoria.integration.test.ts +0 -316
  146. package/tests/executors/memory.test.ts +0 -853
  147. package/tests/executors/meta-tools.test.ts +0 -411
  148. package/tests/executors/meta.test.ts +0 -683
  149. package/tests/executors/path-containment.test.ts +0 -51
  150. package/tests/executors/process-registry.test.ts +0 -505
  151. package/tests/executors/pty.test.ts +0 -664
  152. package/tests/executors/quest-security.test.ts +0 -249
  153. package/tests/executors/read-file-media.test.ts +0 -230
  154. package/tests/executors/recall-knowledge-schema.test.ts +0 -209
  155. package/tests/executors/recall-tags.test.ts +0 -278
  156. package/tests/executors/remember-null-safety.contract.test.ts +0 -41
  157. package/tests/executors/restart.test.ts +0 -67
  158. package/tests/executors/search-unified.test.ts +0 -381
  159. package/tests/executors/session-history.test.ts +0 -340
  160. package/tests/executors/session-transcript.test.ts +0 -561
  161. package/tests/executors/shell-abort.test.ts +0 -416
  162. package/tests/executors/shell-env-blocklist.test.ts +0 -648
  163. package/tests/executors/shell-env-process.test.ts +0 -245
  164. package/tests/executors/shell-process-registry.test.ts +0 -334
  165. package/tests/executors/shell-tools.test.ts +0 -393
  166. package/tests/executors/shell.test.ts +0 -690
  167. package/tests/executors/web-abort-vs-timeout.test.ts +0 -213
  168. package/tests/executors/web-integration.test.ts +0 -633
  169. package/tests/executors/web-symlink.test.ts +0 -18
  170. package/tests/executors/web.test.ts +0 -1400
  171. package/tests/executors/write-stdin.test.ts +0 -145
  172. package/tests/extraction/content-extraction.test.ts +0 -153
  173. package/tests/guards/tools-default-test-lane.integration.test.ts +0 -21
  174. package/tests/guards/tools-package-test-commands.e2e.test.ts +0 -43
  175. package/tests/guards/tools-test-lane-manifest.contract.test.ts +0 -76
  176. package/tests/guards/tools-vitest-workspace-alias.contract.test.ts +0 -63
  177. package/tests/helpers/async-waits.ts +0 -53
  178. package/tests/integration/headless-control-contract.integration.test.ts +0 -153
  179. package/tests/integration/memory-tool-schema-parity.integration.test.ts +0 -67
  180. package/tests/integration/meta-tools-round-trip.integration.test.ts +0 -506
  181. package/tests/integration/quest-round-trip.test.ts +0 -303
  182. package/tests/integration/registry-executor-flow.test.ts +0 -85
  183. package/tests/integration.test.ts +0 -177
  184. package/tests/loading-tier.test.ts +0 -126
  185. package/tests/mcp/client-reconnect.test.ts +0 -267
  186. package/tests/mcp/connection.test.ts +0 -846
  187. package/tests/mcp/injectable-logger.test.ts +0 -83
  188. package/tests/mcp/jsonrpc.test.ts +0 -109
  189. package/tests/mcp/lifecycle.test.ts +0 -879
  190. package/tests/network-runtime/address-types.contract.test.ts +0 -143
  191. package/tests/network-runtime/continuity-bind-schema.contract.test.ts +0 -203
  192. package/tests/network-runtime/local-control-contract.test.ts +0 -869
  193. package/tests/network-runtime/local-control-invite-token.contract.test.ts +0 -146
  194. package/tests/network-runtime/node-store-contract.test.ts +0 -11
  195. package/tests/network-runtime/pair-protocol-nodeid.contract.test.ts +0 -15
  196. package/tests/network-runtime/peer-state-machine.contract.test.ts +0 -148
  197. package/tests/network-runtime/protocol-schemas.contract.test.ts +0 -512
  198. package/tests/network-runtime/relay-pending-nodeid.contract.test.ts +0 -62
  199. package/tests/network-runtime/runtime-bootstrap-contract.test.ts +0 -227
  200. package/tests/network-runtime/runtime-socket-local-control-client.test.ts +0 -621
  201. package/tests/network-runtime/wait-for-message-script.test.ts +0 -288
  202. package/tests/parallel.test.ts +0 -71
  203. package/tests/policy.test.ts +0 -184
  204. package/tests/print-default-test-lane.ts +0 -14
  205. package/tests/print-test-lane-manifest.ts +0 -22
  206. package/tests/providers/brave.test.ts +0 -159
  207. package/tests/providers/duckduckgo.test.ts +0 -207
  208. package/tests/providers/exa.test.ts +0 -175
  209. package/tests/providers/firecrawl.test.ts +0 -168
  210. package/tests/providers/jina.test.ts +0 -144
  211. package/tests/providers/router.test.ts +0 -328
  212. package/tests/providers/tavily.test.ts +0 -165
  213. package/tests/registry/discovery.test.ts +0 -154
  214. package/tests/registry/injectable-logger.test.ts +0 -230
  215. package/tests/registry/input-validation.test.ts +0 -361
  216. package/tests/registry/interface-completeness.test.ts +0 -85
  217. package/tests/registry/mcp-integration.test.ts +0 -103
  218. package/tests/registry/mcp-read-only-hint.test.ts +0 -60
  219. package/tests/registry/memoria-discovery.test.ts +0 -390
  220. package/tests/registry/nested-validation.test.ts +0 -283
  221. package/tests/registry/pseudo-tool-filtering.test.ts +0 -258
  222. package/tests/registry/registration-lifecycle.test.ts +0 -133
  223. package/tests/registry-validation.test.ts +0 -424
  224. package/tests/registry.test.ts +0 -460
  225. package/tests/security/dns-pinning.test.ts +0 -162
  226. package/tests/security/external-content.test.ts +0 -144
  227. package/tests/security/ssrf.test.ts +0 -118
  228. package/tests/shell-safety-integration.test.ts +0 -32
  229. package/tests/shell-safety.test.ts +0 -365
  230. package/tests/slack/desktop-session.test.ts +0 -50
  231. package/tests/test-lane-manifest.ts +0 -440
  232. package/tests/test-utils.ts +0 -27
  233. package/tests/tool-factory.test.ts +0 -188
  234. package/tests/utils/retry.test.ts +0 -231
  235. package/tests/utils/url.test.ts +0 -63
  236. package/tsconfig.cjs.json +0 -24
  237. package/tsconfig.json +0 -12
  238. package/vitest.config.ts +0 -55
  239. package/vitest.e2e.config.ts +0 -24
  240. package/vitest.integration.config.ts +0 -24
  241. package/vitest.native.config.ts +0 -24
@@ -1,784 +0,0 @@
1
- import { z } from "zod";
2
- import type { Message } from "@aria-cli/types";
3
- import {
4
- ClientIdSchema,
5
- ControlEndpointAdvertisementSchema,
6
- EndpointRevisionSchema,
7
- InboxAddressSchema,
8
- NodeIdSchema,
9
- PrincipalFingerprintSchema,
10
- PeerTransportIdSchema,
11
- RuntimeIdSchema,
12
- TlsCaFingerprintSchema,
13
- TransportEndpointAdvertisementSchema,
14
- } from "./address-types.js";
15
- import {
16
- canonicalizeDeliveryReceipt,
17
- DeliveryReceiptInputSchema,
18
- RuntimeTransportSchema,
19
- DeliveryStateSchema,
20
- SessionStateSchema,
21
- DeliveryReadinessSchema,
22
- QueuedReasonSchema,
23
- } from "./delivery-receipts.js";
24
- import { AcceptInviteRequestSchema } from "./pair-route-contract.js";
25
- import { PeerIdentityStateSchema, PeerTransportStateSchema } from "./peer-state-machine.js";
26
- import type { AcceptInviteRequest } from "./pair-route-contract.js";
27
-
28
- const NonEmptyStringSchema = z.string().trim().min(1);
29
- const AutonomySchema = z.enum(["minimal", "balanced", "high", "full"]);
30
- const ToolNameListSchema = z.array(z.string()).optional();
31
- const MessageHistorySchema = z.array(z.custom<Message>()).optional();
32
-
33
- function toFastifyBodyJsonSchema(schema: z.ZodTypeAny): Record<string, unknown> {
34
- const jsonSchema = z.toJSONSchema(schema) as Record<string, unknown>;
35
- delete jsonSchema.$schema;
36
- return jsonSchema;
37
- }
38
-
39
- export { AcceptInviteRequestSchema };
40
- export type { AcceptInviteRequest };
41
-
42
- export const RunRequestSchema = z
43
- .object({
44
- task: NonEmptyStringSchema,
45
- arion: NonEmptyStringSchema.optional(),
46
- cwd: NonEmptyStringSchema.optional(),
47
- history: MessageHistorySchema,
48
- requestedModel: NonEmptyStringSchema.optional(),
49
- preferredTier: z.enum(["fast", "balanced", "powerful", "ensemble"]).optional(),
50
- budget: z.number().positive().optional(),
51
- maxTurns: z.number().int().positive().optional(),
52
- autonomy: AutonomySchema.optional(),
53
- allowedTools: ToolNameListSchema,
54
- deniedTools: ToolNameListSchema,
55
- noMemory: z.boolean().optional(),
56
- systemPrompt: z.string().optional(),
57
- approvalMode: z.enum(["pause", "approve", "deny"]).optional(),
58
- askUserAnswers: z.array(z.string()).optional(),
59
- })
60
- .strict();
61
- export type RunRequest = z.infer<typeof RunRequestSchema>;
62
-
63
- export const RuntimeErrorDiagnosticSchema: z.ZodType<Record<string, unknown>> = z.lazy(() =>
64
- z
65
- .object({
66
- message: z.string(),
67
- name: z.string().optional(),
68
- stack: z.string().optional(),
69
- cause: RuntimeErrorDiagnosticSchema.optional(),
70
- })
71
- .catchall(z.unknown()),
72
- );
73
- export type RuntimeErrorDiagnostic = z.infer<typeof RuntimeErrorDiagnosticSchema>;
74
-
75
- function extractRuntimeDiagnosticMessage(diagnostic: unknown): string | undefined {
76
- if (!diagnostic || typeof diagnostic !== "object") {
77
- return undefined;
78
- }
79
- const message = (diagnostic as { message?: unknown }).message;
80
- if (typeof message !== "string") {
81
- return undefined;
82
- }
83
- const trimmed = message.trim();
84
- return trimmed.length > 0 ? trimmed : undefined;
85
- }
86
-
87
- function isGenericTrustedRuntimeMessage(message: string): boolean {
88
- const normalized = message.trim().toLowerCase();
89
- return (
90
- normalized === "internal server error" ||
91
- normalized.startsWith("internal server error:") ||
92
- normalized.startsWith("http 500")
93
- );
94
- }
95
-
96
- export function resolveTrustedRuntimeErrorMessage(
97
- message: string | undefined,
98
- diagnostic: unknown,
99
- ): string | undefined {
100
- const fallback = typeof message === "string" && message.trim().length > 0 ? message : undefined;
101
- const diagnosticMessage = extractRuntimeDiagnosticMessage(diagnostic);
102
- if (!diagnosticMessage) {
103
- return fallback;
104
- }
105
- if (!fallback || isGenericTrustedRuntimeMessage(fallback)) {
106
- return diagnosticMessage;
107
- }
108
- return fallback;
109
- }
110
-
111
- export function createTrustedRuntimeError(message: string | undefined, diagnostic: unknown): Error {
112
- const resolvedMessage =
113
- resolveTrustedRuntimeErrorMessage(message, diagnostic) ?? "Trusted runtime error";
114
- return Object.assign(new Error(resolvedMessage), {
115
- ...(diagnostic === undefined ? {} : { diagnostic }),
116
- ...(typeof message === "string" && message.trim().length > 0 && message !== resolvedMessage
117
- ? { publicMessage: message }
118
- : {}),
119
- });
120
- }
121
-
122
- export const RunResultSchema = z
123
- .object({
124
- success: z.boolean(),
125
- output: z.string().optional(),
126
- messages: z.array(z.unknown()).optional(),
127
- toolCalls: z.array(z.unknown()).optional(),
128
- usage: z.unknown().optional(),
129
- turnCount: z.number().int().nonnegative().optional(),
130
- thinking: z.array(z.unknown()).optional(),
131
- nativeToolResults: z.array(z.unknown()).optional(),
132
- traces: z.array(z.unknown()).optional(),
133
- pipelineTiming: z.unknown().optional(),
134
- guardrailEvents: z.array(z.unknown()).optional(),
135
- handoffs: z.array(z.unknown()).optional(),
136
- state: z.unknown().optional(),
137
- error: z.string().optional(),
138
- diagnostic: RuntimeErrorDiagnosticSchema.optional(),
139
- })
140
- .strict();
141
- export type RunResult = z.infer<typeof RunResultSchema>;
142
-
143
- export const ResumeRunRequestSchema = z
144
- .object({
145
- state: z.unknown(),
146
- arion: NonEmptyStringSchema.optional(),
147
- cwd: NonEmptyStringSchema.optional(),
148
- requestedModel: NonEmptyStringSchema.optional(),
149
- preferredTier: z.enum(["fast", "balanced", "powerful", "ensemble"]).optional(),
150
- budget: z.number().positive().optional(),
151
- maxTurns: z.number().int().positive().optional(),
152
- autonomy: AutonomySchema.optional(),
153
- allowedTools: ToolNameListSchema,
154
- deniedTools: ToolNameListSchema,
155
- noMemory: z.boolean().optional(),
156
- systemPrompt: z.string().optional(),
157
- approvalMode: z.enum(["pause", "approve", "deny"]).optional(),
158
- askUserAnswers: z.array(z.string()).optional(),
159
- })
160
- .strict();
161
- export type ResumeRunRequest = z.infer<typeof ResumeRunRequestSchema>;
162
-
163
- export const RuntimeRunEventSchema = z.discriminatedUnion("type", [
164
- z.object({
165
- type: z.literal("text_delta"),
166
- content: z.string(),
167
- }),
168
- z.object({
169
- type: z.literal("tool_start"),
170
- id: NonEmptyStringSchema,
171
- name: NonEmptyStringSchema,
172
- input: z.unknown().optional(),
173
- }),
174
- z.object({
175
- type: z.literal("approval_needed"),
176
- toolName: NonEmptyStringSchema,
177
- toolInput: z.unknown().optional(),
178
- riskLevel: z.string().optional(),
179
- issues: z.array(z.string()).optional(),
180
- }),
181
- z.object({
182
- type: z.literal("tool_result"),
183
- id: NonEmptyStringSchema,
184
- name: NonEmptyStringSchema,
185
- durationMs: z.number().nonnegative(),
186
- result: z.unknown(),
187
- input: z.unknown().optional(),
188
- }),
189
- z.object({
190
- type: z.literal("usage_update"),
191
- usage: z.unknown(),
192
- }),
193
- z.object({
194
- type: z.literal("turn_complete"),
195
- turnNumber: z.number().int().nonnegative(),
196
- }),
197
- z.object({
198
- type: z.literal("guardrail_rejected"),
199
- stage: z.enum(["input", "output"]),
200
- message: z.string(),
201
- }),
202
- z.object({
203
- type: z.literal("pipeline_timing"),
204
- report: z.unknown(),
205
- }),
206
- z.object({
207
- type: z.literal("messages_snapshot"),
208
- messages: z.array(z.unknown()),
209
- }),
210
- z.object({
211
- type: z.literal("error"),
212
- error: z.object({
213
- message: z.string(),
214
- diagnostic: RuntimeErrorDiagnosticSchema.optional(),
215
- }),
216
- }),
217
- z.object({
218
- type: z.literal("native_tool_result"),
219
- metadata: z.unknown(),
220
- }),
221
- z.object({
222
- type: z.literal("thinking_start"),
223
- }),
224
- z.object({
225
- type: z.literal("thinking_delta"),
226
- content: z.string(),
227
- }),
228
- z.object({
229
- type: z.literal("thinking_end"),
230
- blocks: z.array(z.unknown()),
231
- durationMs: z.number().nonnegative(),
232
- }),
233
- z.object({
234
- type: z.literal("tool_args_delta"),
235
- id: NonEmptyStringSchema,
236
- args: z.string(),
237
- }),
238
- z.object({
239
- type: z.literal("span_start"),
240
- spanId: NonEmptyStringSchema,
241
- spanType: NonEmptyStringSchema,
242
- name: NonEmptyStringSchema,
243
- }),
244
- z.object({
245
- type: z.literal("span_end"),
246
- spanId: NonEmptyStringSchema,
247
- durationMs: z.number().nonnegative(),
248
- }),
249
- z.object({
250
- type: z.literal("handoff_start"),
251
- target: NonEmptyStringSchema,
252
- id: NonEmptyStringSchema,
253
- }),
254
- z.object({
255
- type: z.literal("handoff_result"),
256
- target: NonEmptyStringSchema,
257
- result: z.string(),
258
- id: NonEmptyStringSchema,
259
- }),
260
- z.object({
261
- type: z.literal("paused"),
262
- state: z.unknown(),
263
- }),
264
- ]);
265
- export type RuntimeRunEvent = z.infer<typeof RuntimeRunEventSchema>;
266
-
267
- export const RuntimeQueuedReceiptSchema = z
268
- .object(DeliveryReceiptInputSchema.shape)
269
- .strict()
270
- .transform((receipt) => canonicalizeDeliveryReceipt(receipt));
271
- export type RuntimeQueuedReceipt = z.infer<typeof RuntimeQueuedReceiptSchema>;
272
-
273
- export const RuntimeDeliveryReceiptSchema = z
274
- .object({
275
- transport: RuntimeTransportSchema,
276
- delivered: z.boolean(),
277
- queued: z.boolean(),
278
- accepted: z.boolean().optional(),
279
- deliveryState: DeliveryStateSchema.optional(),
280
- sessionState: SessionStateSchema.optional(),
281
- deliveryReadiness: DeliveryReadinessSchema.optional(),
282
- queuedReason: QueuedReasonSchema.optional(),
283
- storedAt: z.number().int().nonnegative().optional(),
284
- })
285
- .strict()
286
- .transform(({ storedAt, ...receipt }) => ({
287
- ...canonicalizeDeliveryReceipt(receipt),
288
- ...(storedAt !== undefined ? { storedAt } : {}),
289
- }));
290
- export type RuntimeDeliveryReceipt = z.infer<typeof RuntimeDeliveryReceiptSchema>;
291
-
292
- export const OutboundMessageSchema = z
293
- .object({
294
- rawMessage: z.record(z.string(), z.unknown()),
295
- recipientInbox: InboxAddressSchema.optional(),
296
- to: NonEmptyStringSchema.optional(),
297
- content: z.string().optional(),
298
- type: NonEmptyStringSchema.optional(),
299
- priority: z.number().int().optional(),
300
- correlationId: z.string().optional(),
301
- metadata: z.record(z.string(), z.unknown()).optional(),
302
- })
303
- .strict()
304
- .superRefine((message, ctx) => {
305
- if (!message.recipientInbox || message.to === undefined) {
306
- return;
307
- }
308
- if (message.recipientInbox.kind === "client") {
309
- ctx.addIssue({
310
- code: z.ZodIssueCode.custom,
311
- message:
312
- 'OutboundMessage.to is a compatibility alias for node recipients only; omit it for recipientInbox.kind === "client"',
313
- path: ["to"],
314
- });
315
- return;
316
- }
317
- if (message.recipientInbox.nodeId !== message.to) {
318
- ctx.addIssue({
319
- code: z.ZodIssueCode.custom,
320
- message:
321
- "OutboundMessage.recipientInbox.nodeId must match OutboundMessage.to when both are provided",
322
- path: ["to"],
323
- });
324
- }
325
- });
326
- export type OutboundMessage = z.infer<typeof OutboundMessageSchema>;
327
-
328
- export const RuntimeEventCursorSchema = z
329
- .object({
330
- afterRevision: z.number().int().nonnegative().optional(),
331
- })
332
- .strict();
333
- export type RuntimeEventCursor = z.infer<typeof RuntimeEventCursorSchema>;
334
-
335
- export const InboxCursorSchema = z
336
- .object({
337
- afterCreatedAt: z.number().int().nonnegative().optional(),
338
- })
339
- .strict();
340
- export type InboxCursor = z.infer<typeof InboxCursorSchema>;
341
-
342
- export const InboxListRequestSchema = z
343
- .object({
344
- cursor: InboxCursorSchema.optional(),
345
- limit: z.number().int().positive().max(1000).optional(),
346
- unreadOnly: z.boolean().optional(),
347
- })
348
- .strict();
349
- export type InboxListRequest = z.infer<typeof InboxListRequestSchema>;
350
-
351
- export const PersistedInboxEventSchema = z
352
- .object({
353
- id: NonEmptyStringSchema,
354
- senderNodeId: NodeIdSchema,
355
- senderDisplayNameSnapshot: NonEmptyStringSchema.optional(),
356
- senderType: NonEmptyStringSchema.optional(),
357
- senderClientId: z.string().nullable().optional(),
358
- recipientClientId: z.string().nullable().optional(),
359
- inboxAddress: InboxAddressSchema,
360
- type: NonEmptyStringSchema,
361
- content: z.string(),
362
- priority: z.number().int(),
363
- createdAt: z.number().int().nonnegative(),
364
- correlationId: z.string().nullable().optional(),
365
- replyTo: z.string().nullable().optional(),
366
- })
367
- .strict();
368
- export type PersistedInboxEvent = z.infer<typeof PersistedInboxEventSchema>;
369
-
370
- export const PeerViewEventSchema = z
371
- .object({
372
- nodeId: NodeIdSchema,
373
- transportPublicKey: PeerTransportIdSchema,
374
- displayNameSnapshot: NonEmptyStringSchema.optional(),
375
- identityState: PeerIdentityStateSchema,
376
- transportState: PeerTransportStateSchema,
377
- endpointRevision: EndpointRevisionSchema,
378
- updatedAt: z.string(),
379
- lastSeenAt: z.string().optional(),
380
- })
381
- .strict();
382
- export type PeerViewEvent = z.infer<typeof PeerViewEventSchema>;
383
-
384
- export const NearbyPeerViewSchema = z
385
- .object({
386
- displayNameSnapshot: NonEmptyStringSchema,
387
- nodeId: NodeIdSchema,
388
- host: NonEmptyStringSchema,
389
- port: z.number().int().min(1).max(65535),
390
- principalFingerprint: PrincipalFingerprintSchema,
391
- version: NonEmptyStringSchema,
392
- tlsCaFingerprint: TlsCaFingerprintSchema.optional(),
393
- transport: z.enum(["lan", "wan"]).optional(),
394
- status: z.enum(["discovered", "connected"]).optional(),
395
- })
396
- .strict();
397
- export type NearbyPeerView = z.infer<typeof NearbyPeerViewSchema>;
398
-
399
- export const RuntimeAutonomousLoopSafetyPolicySummarySchema = z
400
- .object({
401
- allowedToolCategories: z.array(NonEmptyStringSchema).optional(),
402
- allowedShellCommands: z.array(NonEmptyStringSchema).optional(),
403
- maxWriteOpsPerMinute: z.number().int().positive().optional(),
404
- maxGitPushesPerHour: z.number().int().positive().optional(),
405
- })
406
- .strict();
407
- export type RuntimeAutonomousLoopSafetyPolicySummary = z.infer<
408
- typeof RuntimeAutonomousLoopSafetyPolicySummarySchema
409
- >;
410
-
411
- export const RuntimeAutonomousLoopStatusSchema = z
412
- .object({
413
- status: z.enum(["running", "stopped"]),
414
- intervalMs: z.number().int().positive().nullable(),
415
- lastWakeTickAt: z.string().nullable(),
416
- lastCheckpointResult: z.enum(["success", "error", "never"]),
417
- safetyPolicySummary: RuntimeAutonomousLoopSafetyPolicySummarySchema,
418
- ownerClientKind: NonEmptyStringSchema.nullable(),
419
- })
420
- .strict();
421
- export type RuntimeAutonomousLoopStatus = z.infer<typeof RuntimeAutonomousLoopStatusSchema>;
422
-
423
- function createDefaultRuntimeAutonomousLoopStatus(): RuntimeAutonomousLoopStatus {
424
- return {
425
- status: "stopped",
426
- intervalMs: null,
427
- lastWakeTickAt: null,
428
- lastCheckpointResult: "never",
429
- safetyPolicySummary: {},
430
- ownerClientKind: null,
431
- };
432
- }
433
-
434
- export const RuntimeStatusSchema = z
435
- .object({
436
- nodeId: NodeIdSchema,
437
- runtimeId: RuntimeIdSchema,
438
- port: z.number().int().min(1).max(65535),
439
- attachedClients: z.number().int().nonnegative().optional(),
440
- autonomousLoop: RuntimeAutonomousLoopStatusSchema.optional().default(
441
- createDefaultRuntimeAutonomousLoopStatus(),
442
- ),
443
- })
444
- .strict();
445
- export type RuntimeStatus = z.infer<typeof RuntimeStatusSchema>;
446
-
447
- export const RuntimeAutonomousLoopCommandSchema = z
448
- .object({
449
- intervalMs: z.number().int().positive().optional(),
450
- safetyPolicy: RuntimeAutonomousLoopSafetyPolicySummarySchema.optional(),
451
- })
452
- .strict();
453
- export type RuntimeAutonomousLoopCommand = z.infer<typeof RuntimeAutonomousLoopCommandSchema>;
454
-
455
- export const PendingPairRequestViewSchema = z
456
- .object({
457
- id: NonEmptyStringSchema,
458
- nodeId: NodeIdSchema,
459
- displayNameSnapshot: NonEmptyStringSchema.optional(),
460
- principalFingerprint: PrincipalFingerprintSchema,
461
- })
462
- .strict();
463
- export type PendingPairRequestView = z.infer<typeof PendingPairRequestViewSchema>;
464
-
465
- export const PendingInviteViewSchema = z
466
- .object({
467
- inviteId: NonEmptyStringSchema,
468
- inviteLabel: NonEmptyStringSchema.optional(),
469
- createdAt: NonEmptyStringSchema,
470
- expiresAt: NonEmptyStringSchema.nullable().optional(),
471
- })
472
- .strict();
473
- export type PendingInviteView = z.infer<typeof PendingInviteViewSchema>;
474
-
475
- export const PairRequestDecisionSchema = z
476
- .object({
477
- requestId: NonEmptyStringSchema,
478
- accepted: z.boolean(),
479
- })
480
- .strict();
481
- export type PairRequestDecision = z.infer<typeof PairRequestDecisionSchema>;
482
-
483
- export const PairRequestResponseSchema = z
484
- .object({
485
- accepted: z.boolean().optional(),
486
- inviteToken: z.string().optional(),
487
- error: z.string().optional(),
488
- })
489
- .strict();
490
- export type PairRequestResponse = z.infer<typeof PairRequestResponseSchema>;
491
-
492
- export const CreateInviteRequestSchema = z
493
- .object({
494
- inviteLabel: NonEmptyStringSchema.optional(),
495
- durationMs: z.number().int().min(0).optional(),
496
- })
497
- .strict();
498
- export type CreateInviteRequest = z.infer<typeof CreateInviteRequestSchema>;
499
-
500
- export const CreateInviteResponseSchema = z
501
- .object({
502
- inviteToken: NonEmptyStringSchema,
503
- pendingInvite: PendingInviteViewSchema,
504
- })
505
- .strict();
506
- export type CreateInviteResponse = z.infer<typeof CreateInviteResponseSchema>;
507
-
508
- export const InvitePeerRequestSchema = z
509
- .object({
510
- nodeId: NodeIdSchema,
511
- displayName: NonEmptyStringSchema,
512
- principalFingerprint: PrincipalFingerprintSchema.optional(),
513
- controlEndpoint: ControlEndpointAdvertisementSchema,
514
- transportEndpoint: TransportEndpointAdvertisementSchema.optional(),
515
- transport: z.enum(["lan", "wan"]).optional(),
516
- })
517
- .strict();
518
- export type InvitePeerRequest = z.infer<typeof InvitePeerRequestSchema>;
519
-
520
- export const PairingProofStateSchema = z.enum(["pending_verification"]);
521
- export type PairingProofState = z.infer<typeof PairingProofStateSchema>;
522
-
523
- export const InvitePeerResultSchema = z.discriminatedUnion("mode", [
524
- z
525
- .object({
526
- nodeId: NodeIdSchema,
527
- displayNameSnapshot: NonEmptyStringSchema.optional(),
528
- mode: z.literal("lan_direct"),
529
- pairingProofState: z.literal("pending_verification"),
530
- })
531
- .strict(),
532
- z
533
- .object({
534
- nodeId: NodeIdSchema,
535
- displayNameSnapshot: NonEmptyStringSchema.optional(),
536
- mode: z.literal("wan_pair"),
537
- pairingProofState: z.literal("pending_verification"),
538
- })
539
- .strict(),
540
- ]);
541
- export type InvitePeerResult = z.infer<typeof InvitePeerResultSchema>;
542
-
543
- export const AcceptInviteResponseSchema = z
544
- .object({
545
- success: z.boolean(),
546
- nodeId: NodeIdSchema,
547
- displayNameSnapshot: NonEmptyStringSchema.optional(),
548
- })
549
- .strict();
550
- export type AcceptInviteResponse = z.infer<typeof AcceptInviteResponseSchema>;
551
-
552
- export const AcceptInviteTokenRequestSchema = z
553
- .object({
554
- inviteToken: NonEmptyStringSchema,
555
- })
556
- .strict();
557
- export type AcceptInviteTokenRequest = z.infer<typeof AcceptInviteTokenRequestSchema>;
558
-
559
- export const AcceptInviteTokenResponseSchema = AcceptInviteResponseSchema;
560
- export type AcceptInviteTokenResponse = z.infer<typeof AcceptInviteTokenResponseSchema>;
561
-
562
- export const CancelInviteRequestSchema = z
563
- .object({
564
- inviteId: NonEmptyStringSchema,
565
- })
566
- .strict();
567
- export type CancelInviteRequest = z.infer<typeof CancelInviteRequestSchema>;
568
-
569
- export const CancelInviteResponseSchema = z
570
- .object({
571
- cancelled: z.boolean(),
572
- inviteId: NonEmptyStringSchema,
573
- })
574
- .strict();
575
- export type CancelInviteResponse = z.infer<typeof CancelInviteResponseSchema>;
576
-
577
- export const DirectPairRequestSchema = z
578
- .object({
579
- peerNodeId: NodeIdSchema,
580
- principalFingerprint: PrincipalFingerprintSchema,
581
- peerDisplayName: NonEmptyStringSchema.optional(),
582
- peerWgPubkey: PeerTransportIdSchema,
583
- peerSigningPubkey: NonEmptyStringSchema,
584
- transportEndpoint: TransportEndpointAdvertisementSchema,
585
- controlEndpoint: ControlEndpointAdvertisementSchema,
586
- psk: NonEmptyStringSchema,
587
- })
588
- .strict();
589
- export type DirectPairRequest = z.infer<typeof DirectPairRequestSchema>;
590
- export const DirectPairRequestJsonSchema = toFastifyBodyJsonSchema(DirectPairRequestSchema);
591
-
592
- export const DirectPairResponseSchema = z
593
- .object({
594
- received: z.literal(true),
595
- pairingProofState: z.literal("pending_verification"),
596
- })
597
- .strict();
598
- export type DirectPairResponse = z.infer<typeof DirectPairResponseSchema>;
599
-
600
- export const RevokePeerRequestSchema = z
601
- .object({
602
- nodeId: NodeIdSchema,
603
- envelope: z.record(z.string(), z.unknown()).optional(),
604
- })
605
- .strict();
606
- export type RevokePeerRequest = z.infer<typeof RevokePeerRequestSchema>;
607
-
608
- export const RevokePeerResponseSchema = z
609
- .object({
610
- revoked: z.boolean(),
611
- nodeId: NodeIdSchema,
612
- displayNameSnapshot: NonEmptyStringSchema.optional(),
613
- })
614
- .strict();
615
- export type RevokePeerResponse = z.infer<typeof RevokePeerResponseSchema>;
616
-
617
- export const RepairPeerRequestSchema = z
618
- .object({
619
- nodeId: NodeIdSchema,
620
- endpointHost: NonEmptyStringSchema,
621
- endpointPort: z.number().int().min(1).max(65535),
622
- endpointRevision: EndpointRevisionSchema,
623
- })
624
- .strict();
625
- export type RepairPeerRequest = z.infer<typeof RepairPeerRequestSchema>;
626
-
627
- export const RepairPeerResponseSchema = z
628
- .object({
629
- repaired: z.boolean(),
630
- nodeId: NodeIdSchema,
631
- endpointHost: NonEmptyStringSchema,
632
- endpointPort: z.number().int().min(1).max(65535),
633
- endpointRevision: EndpointRevisionSchema,
634
- })
635
- .strict();
636
- export type RepairPeerResponse = z.infer<typeof RepairPeerResponseSchema>;
637
-
638
- export const LocalControlClientKindSchema = z.enum(["tui", "daemon-launcher", "pipe", "local-api"]);
639
- export type LocalControlClientKind = z.infer<typeof LocalControlClientKindSchema>;
640
-
641
- export const AttachedClientViewSchema = z
642
- .object({
643
- clientId: ClientIdSchema,
644
- clientKind: LocalControlClientKindSchema,
645
- displayLabel: NonEmptyStringSchema,
646
- self: z.boolean(),
647
- attachedAt: NonEmptyStringSchema,
648
- lastSeenAt: NonEmptyStringSchema,
649
- })
650
- .strict();
651
- export type AttachedClientView = z.infer<typeof AttachedClientViewSchema>;
652
-
653
- export const AttachedClientLeaseGrantSchema = z
654
- .object({
655
- clientId: ClientIdSchema,
656
- clientAuthToken: NonEmptyStringSchema,
657
- })
658
- .strict();
659
- export type AttachedClientLeaseGrant = z.infer<typeof AttachedClientLeaseGrantSchema>;
660
-
661
- export const AttachedClientAuthSchema = AttachedClientLeaseGrantSchema;
662
- export type AttachedClientAuth = z.infer<typeof AttachedClientAuthSchema>;
663
-
664
- export const LocalControlSocketAttachClientRequestSchema = z
665
- .object({
666
- clientKind: LocalControlClientKindSchema,
667
- lease: z.boolean().optional(),
668
- pid: z.number().optional(),
669
- displayName: z.string().optional(),
670
- })
671
- .strict();
672
- export type LocalControlSocketAttachClientRequest = z.infer<
673
- typeof LocalControlSocketAttachClientRequestSchema
674
- >;
675
-
676
- export const LocalControlSocketAttachClientResponseSchema = AttachedClientLeaseGrantSchema;
677
- export type LocalControlSocketAttachClientResponse = z.infer<
678
- typeof LocalControlSocketAttachClientResponseSchema
679
- >;
680
-
681
- export const LocalControlSocketDetachClientRequestSchema = z
682
- .object({
683
- clientId: ClientIdSchema,
684
- })
685
- .strict();
686
- export type LocalControlSocketDetachClientRequest = z.infer<
687
- typeof LocalControlSocketDetachClientRequestSchema
688
- >;
689
-
690
- export const LocalControlSocketDetachClientResponseSchema = z
691
- .object({
692
- detached: z.boolean(),
693
- })
694
- .strict();
695
- export type LocalControlSocketDetachClientResponse = z.infer<
696
- typeof LocalControlSocketDetachClientResponseSchema
697
- >;
698
-
699
- export const LocalControlSocketMethodSchema = z.enum([
700
- "submitRun",
701
- "resumeRun",
702
- "streamRun",
703
- "subscribeRuntimeEvents",
704
- "sendBestEffort",
705
- "sendDurable",
706
- "listInbox",
707
- "listDirectClientInbox",
708
- "listPeers",
709
- "listNearbyPeers",
710
- "listAttachedClients",
711
- "subscribeDirectClientInbox",
712
- "getRuntimeStatus",
713
- "startAutonomousLoop",
714
- "stopAutonomousLoop",
715
- "getRuntimeBootstrap",
716
- "listPendingPairRequests",
717
- "respondToPairRequest",
718
- "createInvite",
719
- "listPendingInvites",
720
- "acceptInviteToken",
721
- "cancelInvite",
722
- "invitePeer",
723
- "acceptInvite",
724
- "directPair",
725
- "revokePeer",
726
- "repairPeer",
727
- "attachClient",
728
- "detachClient",
729
- "watchInbox",
730
- ]);
731
- export type LocalControlSocketMethod = z.infer<typeof LocalControlSocketMethodSchema>;
732
-
733
- const AttachedClientAuthRequiredSocketMethods = new Set<LocalControlSocketMethod>([
734
- "listAttachedClients",
735
- "listDirectClientInbox",
736
- "subscribeDirectClientInbox",
737
- ]);
738
-
739
- export const LocalControlSocketRequestSchema = z
740
- .object({
741
- id: NonEmptyStringSchema,
742
- method: LocalControlSocketMethodSchema,
743
- payload: z.unknown().optional(),
744
- auth: AttachedClientAuthSchema.optional(),
745
- })
746
- .strict()
747
- .superRefine((request, ctx) => {
748
- if (AttachedClientAuthRequiredSocketMethods.has(request.method) && request.auth === undefined) {
749
- ctx.addIssue({
750
- code: z.ZodIssueCode.custom,
751
- message: `Local control socket method ${request.method} requires attached-client auth`,
752
- path: ["auth"],
753
- });
754
- }
755
- });
756
- export type LocalControlSocketRequest = z.infer<typeof LocalControlSocketRequestSchema>;
757
-
758
- export const LocalControlSocketSuccessResponseSchema = z
759
- .object({
760
- id: NonEmptyStringSchema,
761
- ok: z.literal(true),
762
- payload: z.unknown().optional(),
763
- })
764
- .strict();
765
- export type LocalControlSocketSuccessResponse = z.infer<
766
- typeof LocalControlSocketSuccessResponseSchema
767
- >;
768
-
769
- export const LocalControlSocketErrorResponseSchema = z
770
- .object({
771
- id: NonEmptyStringSchema,
772
- ok: z.literal(false),
773
- error: NonEmptyStringSchema,
774
- reason: z.string().optional(),
775
- diagnostic: RuntimeErrorDiagnosticSchema.optional(),
776
- })
777
- .strict();
778
- export type LocalControlSocketErrorResponse = z.infer<typeof LocalControlSocketErrorResponseSchema>;
779
-
780
- export const LocalControlSocketResponseSchema = z.discriminatedUnion("ok", [
781
- LocalControlSocketSuccessResponseSchema,
782
- LocalControlSocketErrorResponseSchema,
783
- ]);
784
- export type LocalControlSocketResponse = z.infer<typeof LocalControlSocketResponseSchema>;