@aria-cli/tools 1.0.12 → 1.0.14

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 (233) hide show
  1. package/dist/index.js +378 -70
  2. package/dist/network-runtime/index.js +8 -12
  3. package/dist-cjs/index.js +400 -435
  4. package/dist-cjs/network-runtime/index.js +8 -172
  5. package/package.json +8 -6
  6. package/dist/.tsbuildinfo +0 -1
  7. package/dist/ask-user-interaction.js +0 -22
  8. package/dist/cache/web-cache.js +0 -66
  9. package/dist/definitions/arion.js +0 -104
  10. package/dist/definitions/browser/browser.js +0 -418
  11. package/dist/definitions/browser/index.js +0 -4
  12. package/dist/definitions/browser/pw-downloads.js +0 -114
  13. package/dist/definitions/browser/pw-interactions.js +0 -199
  14. package/dist/definitions/browser/pw-responses.js +0 -76
  15. package/dist/definitions/browser/pw-session.js +0 -310
  16. package/dist/definitions/browser/pw-shared.js +0 -66
  17. package/dist/definitions/browser/pw-snapshot.js +0 -301
  18. package/dist/definitions/browser/pw-state.js +0 -62
  19. package/dist/definitions/browser/types.js +0 -4
  20. package/dist/definitions/code-intelligence.js +0 -470
  21. package/dist/definitions/core.js +0 -109
  22. package/dist/definitions/delegation.js +0 -512
  23. package/dist/definitions/deploy.js +0 -65
  24. package/dist/definitions/filesystem.js +0 -196
  25. package/dist/definitions/frg.js +0 -63
  26. package/dist/definitions/index.js +0 -20
  27. package/dist/definitions/memory.js +0 -123
  28. package/dist/definitions/messaging.js +0 -625
  29. package/dist/definitions/meta.js +0 -349
  30. package/dist/definitions/network.js +0 -159
  31. package/dist/definitions/outlook.js +0 -277
  32. package/dist/definitions/patch/apply-patch.js +0 -184
  33. package/dist/definitions/patch/fuzzy-match.js +0 -166
  34. package/dist/definitions/patch/index.js +0 -1
  35. package/dist/definitions/patch/patch-parser.js +0 -207
  36. package/dist/definitions/patch/sandbox-paths.js +0 -105
  37. package/dist/definitions/process/index.js +0 -4
  38. package/dist/definitions/process/process-registry.js +0 -213
  39. package/dist/definitions/process/process.js +0 -386
  40. package/dist/definitions/process/pty-keys.js +0 -254
  41. package/dist/definitions/process/session-slug.js +0 -142
  42. package/dist/definitions/quip.js +0 -195
  43. package/dist/definitions/search.js +0 -60
  44. package/dist/definitions/session-history.js +0 -69
  45. package/dist/definitions/shell.js +0 -181
  46. package/dist/definitions/slack.js +0 -180
  47. package/dist/definitions/web.js +0 -109
  48. package/dist/executors/apply-patch.js +0 -901
  49. package/dist/executors/arion.js +0 -119
  50. package/dist/executors/code-intelligence.js +0 -882
  51. package/dist/executors/deploy.js +0 -848
  52. package/dist/executors/filesystem.js +0 -1122
  53. package/dist/executors/frg-freshness.js +0 -576
  54. package/dist/executors/frg.js +0 -298
  55. package/dist/executors/index.js +0 -46
  56. package/dist/executors/learning-meta.js +0 -1146
  57. package/dist/executors/lsp-client.js +0 -296
  58. package/dist/executors/memory.js +0 -750
  59. package/dist/executors/meta.js +0 -220
  60. package/dist/executors/process-registry.js +0 -465
  61. package/dist/executors/pty-session-store.js +0 -30
  62. package/dist/executors/pty.js +0 -271
  63. package/dist/executors/restart.js +0 -119
  64. package/dist/executors/search-freshness.js +0 -195
  65. package/dist/executors/search-types.js +0 -52
  66. package/dist/executors/search.js +0 -66
  67. package/dist/executors/self-diagnose.js +0 -398
  68. package/dist/executors/session-history.js +0 -283
  69. package/dist/executors/shell-safety.js +0 -473
  70. package/dist/executors/shell.js +0 -954
  71. package/dist/executors/utils.js +0 -33
  72. package/dist/executors/web.js +0 -542
  73. package/dist/extraction/content-extraction.js +0 -235
  74. package/dist/extraction/index.js +0 -4
  75. package/dist/headless-control-contract.js +0 -967
  76. package/dist/local-control-http-auth.js +0 -2
  77. package/dist/mcp/client.js +0 -181
  78. package/dist/mcp/connection.js +0 -480
  79. package/dist/mcp/index.js +0 -10
  80. package/dist/mcp/jsonrpc.js +0 -144
  81. package/dist/mcp/types.js +0 -7
  82. package/dist/network-control-adapter.js +0 -72
  83. package/dist/network-runtime/address-types.js +0 -165
  84. package/dist/network-runtime/db-owner-fencing.js +0 -69
  85. package/dist/network-runtime/delivery-receipts.js +0 -267
  86. package/dist/network-runtime/direct-endpoint-authority.js +0 -25
  87. package/dist/network-runtime/local-control-contract.js +0 -627
  88. package/dist/network-runtime/node-store-contract.js +0 -34
  89. package/dist/network-runtime/pair-route-contract.js +0 -77
  90. package/dist/network-runtime/peer-capabilities.js +0 -28
  91. package/dist/network-runtime/peer-principal-ref.js +0 -12
  92. package/dist/network-runtime/peer-state-machine.js +0 -121
  93. package/dist/network-runtime/protocol-schemas.js +0 -205
  94. package/dist/network-runtime/runtime-bootstrap-contract.js +0 -60
  95. package/dist/outlook/desktop-session.js +0 -279
  96. package/dist/policy.js +0 -149
  97. package/dist/providers/brave.js +0 -62
  98. package/dist/providers/duckduckgo.js +0 -176
  99. package/dist/providers/exa.js +0 -63
  100. package/dist/providers/firecrawl.js +0 -55
  101. package/dist/providers/index.js +0 -7
  102. package/dist/providers/jina.js +0 -49
  103. package/dist/providers/router.js +0 -96
  104. package/dist/providers/search-provider.js +0 -32
  105. package/dist/providers/tavily.js +0 -54
  106. package/dist/quip/desktop-session.js +0 -317
  107. package/dist/registry/index.js +0 -1
  108. package/dist/registry/registry.js +0 -756
  109. package/dist/runtime-socket-local-control-client.js +0 -330
  110. package/dist/security/dns-normalization.js +0 -19
  111. package/dist/security/dns-pinning.js +0 -123
  112. package/dist/security/external-content.js +0 -91
  113. package/dist/security/ssrf.js +0 -181
  114. package/dist/slack/desktop-session.js +0 -324
  115. package/dist/tool-factory.js +0 -47
  116. package/dist/types.js +0 -7
  117. package/dist/utils/retry.js +0 -132
  118. package/dist/utils/safe-parse-json.js +0 -160
  119. package/dist/utils/url.js +0 -19
  120. package/dist-cjs/.tsbuildinfo +0 -1
  121. package/dist-cjs/ask-user-interaction.js +0 -27
  122. package/dist-cjs/cache/web-cache.js +0 -70
  123. package/dist-cjs/definitions/arion.js +0 -107
  124. package/dist-cjs/definitions/browser/browser.js +0 -421
  125. package/dist-cjs/definitions/browser/index.js +0 -8
  126. package/dist-cjs/definitions/browser/pw-downloads.js +0 -117
  127. package/dist-cjs/definitions/browser/pw-interactions.js +0 -213
  128. package/dist-cjs/definitions/browser/pw-responses.js +0 -84
  129. package/dist-cjs/definitions/browser/pw-session.js +0 -326
  130. package/dist-cjs/definitions/browser/pw-shared.js +0 -72
  131. package/dist-cjs/definitions/browser/pw-snapshot.js +0 -307
  132. package/dist-cjs/definitions/browser/pw-state.js +0 -70
  133. package/dist-cjs/definitions/browser/types.js +0 -5
  134. package/dist-cjs/definitions/code-intelligence.js +0 -473
  135. package/dist-cjs/definitions/core.js +0 -133
  136. package/dist-cjs/definitions/delegation.js +0 -515
  137. package/dist-cjs/definitions/deploy.js +0 -68
  138. package/dist-cjs/definitions/filesystem.js +0 -199
  139. package/dist-cjs/definitions/frg.js +0 -66
  140. package/dist-cjs/definitions/index.js +0 -43
  141. package/dist-cjs/definitions/memory.js +0 -126
  142. package/dist-cjs/definitions/messaging.js +0 -631
  143. package/dist-cjs/definitions/meta.js +0 -352
  144. package/dist-cjs/definitions/network.js +0 -162
  145. package/dist-cjs/definitions/outlook.js +0 -280
  146. package/dist-cjs/definitions/patch/apply-patch.js +0 -191
  147. package/dist-cjs/definitions/patch/fuzzy-match.js +0 -172
  148. package/dist-cjs/definitions/patch/index.js +0 -5
  149. package/dist-cjs/definitions/patch/patch-parser.js +0 -215
  150. package/dist-cjs/definitions/patch/sandbox-paths.js +0 -113
  151. package/dist-cjs/definitions/process/index.js +0 -8
  152. package/dist-cjs/definitions/process/process-registry.js +0 -231
  153. package/dist-cjs/definitions/process/process.js +0 -389
  154. package/dist-cjs/definitions/process/pty-keys.js +0 -259
  155. package/dist-cjs/definitions/process/session-slug.js +0 -145
  156. package/dist-cjs/definitions/quip.js +0 -198
  157. package/dist-cjs/definitions/search.js +0 -63
  158. package/dist-cjs/definitions/session-history.js +0 -72
  159. package/dist-cjs/definitions/shell.js +0 -184
  160. package/dist-cjs/definitions/slack.js +0 -183
  161. package/dist-cjs/definitions/web.js +0 -112
  162. package/dist-cjs/executors/apply-patch.js +0 -938
  163. package/dist-cjs/executors/arion.js +0 -125
  164. package/dist-cjs/executors/code-intelligence.js +0 -925
  165. package/dist-cjs/executors/deploy.js +0 -869
  166. package/dist-cjs/executors/filesystem.js +0 -1167
  167. package/dist-cjs/executors/frg-freshness.js +0 -627
  168. package/dist-cjs/executors/frg.js +0 -334
  169. package/dist-cjs/executors/index.js +0 -143
  170. package/dist-cjs/executors/learning-meta.js +0 -1165
  171. package/dist-cjs/executors/lsp-client.js +0 -310
  172. package/dist-cjs/executors/memory.js +0 -796
  173. package/dist-cjs/executors/meta.js +0 -226
  174. package/dist-cjs/executors/process-registry.js +0 -469
  175. package/dist-cjs/executors/pty-session-store.js +0 -34
  176. package/dist-cjs/executors/pty.js +0 -312
  177. package/dist-cjs/executors/restart.js +0 -155
  178. package/dist-cjs/executors/search-freshness.js +0 -234
  179. package/dist-cjs/executors/search-types.js +0 -56
  180. package/dist-cjs/executors/search.js +0 -102
  181. package/dist-cjs/executors/self-diagnose.js +0 -434
  182. package/dist-cjs/executors/session-history.js +0 -320
  183. package/dist-cjs/executors/shell-safety.js +0 -478
  184. package/dist-cjs/executors/shell.js +0 -1001
  185. package/dist-cjs/executors/utils.js +0 -73
  186. package/dist-cjs/executors/web.js +0 -547
  187. package/dist-cjs/extraction/content-extraction.js +0 -243
  188. package/dist-cjs/extraction/index.js +0 -8
  189. package/dist-cjs/headless-control-contract.js +0 -972
  190. package/dist-cjs/local-control-http-auth.js +0 -5
  191. package/dist-cjs/mcp/client.js +0 -185
  192. package/dist-cjs/mcp/connection.js +0 -484
  193. package/dist-cjs/mcp/index.js +0 -30
  194. package/dist-cjs/mcp/jsonrpc.js +0 -148
  195. package/dist-cjs/mcp/types.js +0 -8
  196. package/dist-cjs/network-control-adapter.js +0 -77
  197. package/dist-cjs/network-runtime/address-types.js +0 -168
  198. package/dist-cjs/network-runtime/db-owner-fencing.js +0 -76
  199. package/dist-cjs/network-runtime/delivery-receipts.js +0 -276
  200. package/dist-cjs/network-runtime/direct-endpoint-authority.js +0 -29
  201. package/dist-cjs/network-runtime/local-control-contract.js +0 -633
  202. package/dist-cjs/network-runtime/node-store-contract.js +0 -38
  203. package/dist-cjs/network-runtime/pair-route-contract.js +0 -80
  204. package/dist-cjs/network-runtime/peer-capabilities.js +0 -37
  205. package/dist-cjs/network-runtime/peer-principal-ref.js +0 -15
  206. package/dist-cjs/network-runtime/peer-state-machine.js +0 -129
  207. package/dist-cjs/network-runtime/protocol-schemas.js +0 -212
  208. package/dist-cjs/network-runtime/runtime-bootstrap-contract.js +0 -63
  209. package/dist-cjs/outlook/desktop-session.js +0 -318
  210. package/dist-cjs/policy.js +0 -155
  211. package/dist-cjs/providers/brave.js +0 -66
  212. package/dist-cjs/providers/duckduckgo.js +0 -180
  213. package/dist-cjs/providers/exa.js +0 -67
  214. package/dist-cjs/providers/firecrawl.js +0 -59
  215. package/dist-cjs/providers/index.js +0 -17
  216. package/dist-cjs/providers/jina.js +0 -53
  217. package/dist-cjs/providers/router.js +0 -100
  218. package/dist-cjs/providers/search-provider.js +0 -36
  219. package/dist-cjs/providers/tavily.js +0 -58
  220. package/dist-cjs/quip/desktop-session.js +0 -353
  221. package/dist-cjs/registry/index.js +0 -6
  222. package/dist-cjs/registry/registry.js +0 -761
  223. package/dist-cjs/runtime-socket-local-control-client.js +0 -367
  224. package/dist-cjs/security/dns-normalization.js +0 -22
  225. package/dist-cjs/security/dns-pinning.js +0 -160
  226. package/dist-cjs/security/external-content.js +0 -95
  227. package/dist-cjs/security/ssrf.js +0 -221
  228. package/dist-cjs/slack/desktop-session.js +0 -366
  229. package/dist-cjs/tool-factory.js +0 -50
  230. package/dist-cjs/types.js +0 -8
  231. package/dist-cjs/utils/retry.js +0 -169
  232. package/dist-cjs/utils/safe-parse-json.js +0 -164
  233. package/dist-cjs/utils/url.js +0 -23
@@ -1,1001 +0,0 @@
1
- "use strict";
2
- /**
3
- * @aria/tools - Shell tool executors
4
- *
5
- * Implementation of shell operations for ARIA tool system.
6
- */
7
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
8
- if (k2 === undefined) k2 = k;
9
- var desc = Object.getOwnPropertyDescriptor(m, k);
10
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
11
- desc = { enumerable: true, get: function() { return m[k]; } };
12
- }
13
- Object.defineProperty(o, k2, desc);
14
- }) : (function(o, m, k, k2) {
15
- if (k2 === undefined) k2 = k;
16
- o[k2] = m[k];
17
- }));
18
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
19
- Object.defineProperty(o, "default", { enumerable: true, value: v });
20
- }) : function(o, v) {
21
- o["default"] = v;
22
- });
23
- var __importStar = (this && this.__importStar) || (function () {
24
- var ownKeys = function(o) {
25
- ownKeys = Object.getOwnPropertyNames || function (o) {
26
- var ar = [];
27
- for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
28
- return ar;
29
- };
30
- return ownKeys(o);
31
- };
32
- return function (mod) {
33
- if (mod && mod.__esModule) return mod;
34
- var result = {};
35
- if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
36
- __setModuleDefault(result, mod);
37
- return result;
38
- };
39
- })();
40
- Object.defineProperty(exports, "__esModule", { value: true });
41
- exports.BLOCKED_INPUT_ENV_VARS = exports.BLOCKED_ENV_VARS = void 0;
42
- exports.isBlockedGitEnvVar = isBlockedGitEnvVar;
43
- exports.sanitizeGitEnv = sanitizeGitEnv;
44
- exports.mergeEnv = mergeEnv;
45
- exports.sanitizeEnv = sanitizeEnv;
46
- exports.executeBash = executeBash;
47
- exports.executeExec = executeExec;
48
- exports.executeSpawn = executeSpawn;
49
- exports.executeKill = executeKill;
50
- exports.executeListProcesses = executeListProcesses;
51
- exports.executeWaitProcess = executeWaitProcess;
52
- exports.executeWriteStdin = executeWriteStdin;
53
- const node_child_process_1 = require("node:child_process");
54
- const node_os_1 = require("node:os");
55
- const utils_js_1 = require("./utils.js");
56
- const shell_safety_js_1 = require("./shell-safety.js");
57
- /**
58
- * Environment variables that are dangerous in ALL contexts — including
59
- * the host's own process.env. These enable code injection or library
60
- * hijacking and should never reach child processes.
61
- */
62
- exports.BLOCKED_ENV_VARS = new Set([
63
- "LD_PRELOAD",
64
- "LD_LIBRARY_PATH",
65
- "DYLD_INSERT_LIBRARIES",
66
- "DYLD_FRAMEWORK_PATH",
67
- "DYLD_LIBRARY_PATH",
68
- "BASH_ENV",
69
- "ENV",
70
- "CDPATH",
71
- "GLOBIGNORE",
72
- "PROMPT_COMMAND",
73
- "SHELLOPTS",
74
- "BASHOPTS",
75
- // Git context hijacks: inherited vars can redirect repository resolution.
76
- "GIT_DIR",
77
- "GIT_WORK_TREE",
78
- "GIT_INDEX_FILE",
79
- "GIT_OBJECT_DIRECTORY",
80
- "GIT_ALTERNATE_OBJECT_DIRECTORIES",
81
- "GIT_COMMON_DIR",
82
- "GIT_PREFIX",
83
- "GIT_INTERNAL_SUPER_PREFIX",
84
- "GIT_CONFIG",
85
- "GIT_CONFIG_GLOBAL",
86
- "GIT_CONFIG_SYSTEM",
87
- "GIT_CONFIG_COUNT",
88
- "GIT_CEILING_DIRECTORIES",
89
- ]);
90
- /**
91
- * Git environment keys that can redirect repository/config context or mutate
92
- * commit identity unexpectedly when inherited by child processes.
93
- *
94
- * NOTE: We intentionally keep transport/debug keys like GIT_SSH_COMMAND and
95
- * GIT_TRACE untouched to avoid breaking legitimate workflows.
96
- */
97
- const GIT_BLOCKED_EXACT_KEYS = new Set([
98
- "GIT_DIR",
99
- "GIT_WORK_TREE",
100
- "GIT_INDEX_FILE",
101
- "GIT_INDEX_VERSION",
102
- "GIT_COMMON_DIR",
103
- "GIT_OBJECT_DIRECTORY",
104
- "GIT_ALTERNATE_OBJECT_DIRECTORIES",
105
- "GIT_CEILING_DIRECTORIES",
106
- "GIT_DISCOVERY_ACROSS_FILESYSTEM",
107
- "GIT_NAMESPACE",
108
- "GIT_CONFIG",
109
- "GIT_CONFIG_GLOBAL",
110
- "GIT_CONFIG_SYSTEM",
111
- "GIT_CONFIG_NOSYSTEM",
112
- "GIT_CONFIG_COUNT",
113
- "GIT_CONFIG_PARAMETERS",
114
- ]);
115
- const GIT_BLOCKED_PREFIXES = [
116
- "GIT_CONFIG_KEY_",
117
- "GIT_CONFIG_VALUE_",
118
- "GIT_AUTHOR_",
119
- "GIT_COMMITTER_",
120
- ];
121
- function isBlockedGitEnvVar(key) {
122
- const upper = key.toUpperCase();
123
- if (GIT_BLOCKED_EXACT_KEYS.has(upper)) {
124
- return true;
125
- }
126
- return GIT_BLOCKED_PREFIXES.some((prefix) => upper.startsWith(prefix));
127
- }
128
- /**
129
- * Strip git-context env keys from a source env object.
130
- */
131
- function sanitizeGitEnv(env = process.env) {
132
- const sanitized = {};
133
- for (const [key, value] of Object.entries(env)) {
134
- if (value === undefined)
135
- continue;
136
- if (isBlockedGitEnvVar(key))
137
- continue;
138
- sanitized[key] = value;
139
- }
140
- return sanitized;
141
- }
142
- /**
143
- * Additional variables blocked from tool-injected input (inputEnv, ctx.env)
144
- * but NOT from process.env. The host's PATH/HOME/SHELL are legitimate —
145
- * only tool-provided overrides are dangerous (hijacking resolution paths).
146
- */
147
- exports.BLOCKED_INPUT_ENV_VARS = new Set([
148
- ...exports.BLOCKED_ENV_VARS,
149
- // Executable/module resolution hijacks (aria-mx5)
150
- "PATH",
151
- "NODE_OPTIONS",
152
- "NODE_PATH",
153
- "PYTHONPATH",
154
- // Shell/environment manipulation
155
- "IFS",
156
- "HOME",
157
- "SHELL",
158
- "EDITOR",
159
- "VISUAL",
160
- // Java runtime hijacks (aria-skg)
161
- "JAVA_TOOL_OPTIONS",
162
- "_JAVA_OPTIONS",
163
- "CLASSPATH",
164
- // Ruby runtime hijacks (aria-skg)
165
- "RUBYOPT",
166
- "GEM_HOME",
167
- "GEM_PATH",
168
- // Perl runtime hijacks (aria-skg)
169
- "PERL5OPT",
170
- "PERL5LIB",
171
- // Python startup hijack (aria-skg) — PYTHONPATH already covered above
172
- "PYTHONSTARTUP",
173
- ]);
174
- function isBlockedProcessEnvVar(key) {
175
- return exports.BLOCKED_ENV_VARS.has(key.toUpperCase()) || isBlockedGitEnvVar(key);
176
- }
177
- function isBlockedInputEnvVar(key) {
178
- return exports.BLOCKED_INPUT_ENV_VARS.has(key.toUpperCase()) || isBlockedGitEnvVar(key);
179
- }
180
- /**
181
- * Merges environment variables from context and input.
182
- *
183
- * Three-tier filtering:
184
- * - process.env: filtered through BLOCKED_ENV_VARS (injection-only vars like LD_PRELOAD)
185
- * - ctx.env / inputEnv: filtered through BLOCKED_INPUT_ENV_VARS (also blocks PATH/HOME/SHELL hijacking)
186
- */
187
- function mergeEnv(ctx, inputEnv) {
188
- let sanitizedInput = inputEnv;
189
- if (inputEnv) {
190
- sanitizedInput = {};
191
- for (const [key, value] of Object.entries(inputEnv)) {
192
- if (isBlockedInputEnvVar(key)) {
193
- continue;
194
- }
195
- sanitizedInput[key] = value;
196
- }
197
- }
198
- let sanitizedCtxEnv = ctx.env;
199
- if (ctx.env) {
200
- sanitizedCtxEnv = {};
201
- for (const [key, value] of Object.entries(ctx.env)) {
202
- if (isBlockedInputEnvVar(key)) {
203
- continue;
204
- }
205
- sanitizedCtxEnv[key] = value;
206
- }
207
- }
208
- // Filter process.env through the base blocklist only — the host's
209
- // PATH/HOME/SHELL are legitimate and needed by child processes.
210
- const sanitizedProcessEnv = {};
211
- for (const [key, value] of Object.entries(process.env)) {
212
- if (value === undefined)
213
- continue;
214
- if (isBlockedProcessEnvVar(key)) {
215
- continue;
216
- }
217
- sanitizedProcessEnv[key] = value;
218
- }
219
- return {
220
- ...sanitizedProcessEnv,
221
- ...sanitizedCtxEnv,
222
- ...sanitizedInput,
223
- };
224
- }
225
- /**
226
- * Sanitize environment for child processes without requiring a ToolContext.
227
- *
228
- * Applies the same two-tier filtering as mergeEnv:
229
- * - process.env is filtered through BLOCKED_ENV_VARS
230
- * - inputEnv (caller-supplied overrides) is filtered through BLOCKED_INPUT_ENV_VARS
231
- *
232
- * Intended for executors (e.g. PTY) that do not have a ToolContext.
233
- */
234
- function sanitizeEnv(inputEnv) {
235
- // Filter process.env through the base blocklist
236
- const sanitizedProcessEnv = {};
237
- for (const [key, value] of Object.entries(process.env)) {
238
- if (value === undefined)
239
- continue;
240
- if (isBlockedProcessEnvVar(key)) {
241
- continue;
242
- }
243
- sanitizedProcessEnv[key] = value;
244
- }
245
- // Filter inputEnv through the stricter input blocklist
246
- let sanitizedInput;
247
- if (inputEnv) {
248
- sanitizedInput = {};
249
- for (const [key, value] of Object.entries(inputEnv)) {
250
- if (isBlockedInputEnvVar(key)) {
251
- continue;
252
- }
253
- sanitizedInput[key] = value;
254
- }
255
- }
256
- return {
257
- ...sanitizedProcessEnv,
258
- ...sanitizedInput,
259
- };
260
- }
261
- /**
262
- * Executes a command through bash shell.
263
- * Supports shell features like pipes, redirection, and variable expansion.
264
- */
265
- async function executeBash(input, ctx) {
266
- // Shell safety: block catastrophic commands before any execution
267
- const risk = (0, shell_safety_js_1.classifyCommand)(input.command);
268
- if (risk === "blocked") {
269
- return (0, utils_js_1.fail)(`Command blocked by shell safety policy: ${input.command}`);
270
- }
271
- // Check if already aborted before starting
272
- if (ctx.abortSignal?.aborted) {
273
- return (0, utils_js_1.fail)("Command cancelled");
274
- }
275
- const cwd = input.cwd ?? ctx.workingDir;
276
- const env = mergeEnv(ctx, input.env);
277
- const timeout = input.timeout ?? 120_000;
278
- return executeExec({
279
- program: "/bin/bash",
280
- args: ["-lc", input.command],
281
- cwd,
282
- env: input.env,
283
- timeout,
284
- }, {
285
- ...ctx,
286
- workingDir: cwd,
287
- env,
288
- });
289
- }
290
- function signalExecProcessTree(pid, signal, detachedProcessGroup) {
291
- if (!pid) {
292
- return;
293
- }
294
- if (detachedProcessGroup) {
295
- try {
296
- process.kill(-pid, signal);
297
- return;
298
- }
299
- catch {
300
- // Fall back to the leader PID if the process group is already gone or unsupported.
301
- }
302
- }
303
- try {
304
- process.kill(pid, signal);
305
- }
306
- catch {
307
- // Process may already be dead.
308
- }
309
- }
310
- function isExecProcessTreeAlive(pid, detachedProcessGroup) {
311
- if (!pid) {
312
- return false;
313
- }
314
- if (detachedProcessGroup) {
315
- try {
316
- process.kill(-pid, 0);
317
- return true;
318
- }
319
- catch {
320
- // Fall through to the leader PID check in case the group probe is unsupported.
321
- }
322
- }
323
- try {
324
- process.kill(pid, 0);
325
- return true;
326
- }
327
- catch {
328
- return false;
329
- }
330
- }
331
- async function waitForExecProcessTreeExit(pid, detachedProcessGroup, timeoutMs = 1_000) {
332
- if (!pid) {
333
- return;
334
- }
335
- const deadline = Date.now() + timeoutMs;
336
- while (Date.now() < deadline) {
337
- if (!isExecProcessTreeAlive(pid, detachedProcessGroup)) {
338
- return;
339
- }
340
- await new Promise((resolve) => setTimeout(resolve, 25));
341
- }
342
- }
343
- /**
344
- * Executes a program directly without shell interpretation.
345
- * Safer than bash as it doesn't expand shell metacharacters.
346
- */
347
- async function executeExec(input, ctx) {
348
- const args = input.args ?? [];
349
- // Shell safety: block catastrophic commands before any execution.
350
- // For explicit shell wrappers (e.g. bash -c ...), classify payload command.
351
- const reconstructed = [input.program, ...args].join(" ");
352
- const risk = (0, shell_safety_js_1.classifyExecInvocation)(input.program, args);
353
- if (risk === "blocked") {
354
- return (0, utils_js_1.fail)(`Command blocked by shell safety policy: ${reconstructed}`, {
355
- stdout: "",
356
- stderr: "",
357
- exitCode: 1,
358
- });
359
- }
360
- // Check if already aborted before starting
361
- if (ctx.abortSignal?.aborted) {
362
- return (0, utils_js_1.fail)("Command cancelled", {
363
- stdout: "",
364
- stderr: "",
365
- exitCode: 1,
366
- });
367
- }
368
- const cwd = input.cwd ?? ctx.workingDir;
369
- const env = mergeEnv(ctx, input.env);
370
- const timeout = input.timeout ?? 120_000;
371
- return new Promise((resolve) => {
372
- const detachedProcessGroup = process.platform !== "win32";
373
- const proc = (0, node_child_process_1.spawn)(input.program, args, {
374
- cwd,
375
- env,
376
- detached: detachedProcessGroup,
377
- });
378
- // Track PID in process registry for cleanup on session close
379
- if (proc.pid && ctx.processRegistry) {
380
- ctx.processRegistry.add(proc.pid, {
381
- command: input.program,
382
- args,
383
- cwd,
384
- interactive: false,
385
- });
386
- }
387
- let stdout = "";
388
- let stderr = "";
389
- let timedOut = false;
390
- let cancelled = false;
391
- let resolved = false;
392
- let timeoutId;
393
- let killTimeoutId;
394
- const doResolve = (result, exit) => {
395
- if (resolved)
396
- return;
397
- resolved = true;
398
- if (timeoutId)
399
- clearTimeout(timeoutId);
400
- if (killTimeoutId)
401
- clearTimeout(killTimeoutId);
402
- // Clean up abort listener
403
- if (ctx.abortSignal && onAbort) {
404
- ctx.abortSignal.removeEventListener("abort", onAbort);
405
- }
406
- // Keep detached process groups tracked until the whole group is gone.
407
- ctx.processRegistry?.recordExitMetadata?.(proc.pid ?? 0, exit);
408
- if (proc.pid &&
409
- ctx.processRegistry &&
410
- !(detachedProcessGroup && isExecProcessTreeAlive(proc.pid, detachedProcessGroup))) {
411
- ctx.processRegistry.remove(proc.pid, exit);
412
- }
413
- resolve(result);
414
- };
415
- // Wire abort signal to kill the process
416
- let onAbort;
417
- if (ctx.abortSignal) {
418
- onAbort = () => {
419
- cancelled = true;
420
- signalExecProcessTree(proc.pid, "SIGTERM", detachedProcessGroup);
421
- // Follow up with SIGKILL if SIGTERM doesn't work
422
- killTimeoutId = setTimeout(() => {
423
- signalExecProcessTree(proc.pid, "SIGKILL", detachedProcessGroup);
424
- }, 1000);
425
- };
426
- ctx.abortSignal.addEventListener("abort", onAbort, { once: true });
427
- }
428
- if (timeout) {
429
- timeoutId = setTimeout(() => {
430
- timedOut = true;
431
- signalExecProcessTree(proc.pid, "SIGTERM", detachedProcessGroup);
432
- // If SIGTERM doesn't work, follow up with SIGKILL after 1 second
433
- killTimeoutId = setTimeout(() => {
434
- signalExecProcessTree(proc.pid, "SIGKILL", detachedProcessGroup);
435
- }, 1000);
436
- }, timeout);
437
- }
438
- proc.stdout?.on("data", (data) => {
439
- stdout += data.toString();
440
- });
441
- proc.stderr?.on("data", (data) => {
442
- stderr += data.toString();
443
- });
444
- proc.on("error", (err) => {
445
- const exitCode = typeof err === "object" &&
446
- err &&
447
- "code" in err &&
448
- err.code === "ENOENT"
449
- ? 127
450
- : 1;
451
- doResolve((0, utils_js_1.fail)((0, utils_js_1.getErrorMessage)(err), {
452
- stdout: "",
453
- stderr,
454
- exitCode,
455
- }));
456
- });
457
- proc.on("close", (code, signal) => {
458
- void (async () => {
459
- if (cancelled || timedOut) {
460
- if (killTimeoutId) {
461
- clearTimeout(killTimeoutId);
462
- killTimeoutId = undefined;
463
- }
464
- signalExecProcessTree(proc.pid, "SIGKILL", detachedProcessGroup);
465
- await waitForExecProcessTreeExit(proc.pid, detachedProcessGroup);
466
- }
467
- if (cancelled) {
468
- doResolve((0, utils_js_1.fail)("Command cancelled", {
469
- stdout,
470
- stderr,
471
- exitCode: code ?? 1,
472
- }), { exitCode: code, signal });
473
- return;
474
- }
475
- if (timedOut) {
476
- doResolve((0, utils_js_1.fail)("Command timed out", {
477
- stdout,
478
- stderr,
479
- exitCode: code ?? 1,
480
- }), { exitCode: code, signal });
481
- return;
482
- }
483
- if (signal) {
484
- const signaledExitCode = node_os_1.constants.signals[signal] ?? 1;
485
- doResolve((0, utils_js_1.fail)(`Command exited due to signal ${signal}`, {
486
- stdout,
487
- stderr,
488
- exitCode: code ?? signaledExitCode,
489
- }), { exitCode: code, signal });
490
- return;
491
- }
492
- const exitCode = code ?? 0;
493
- if (exitCode === 0) {
494
- doResolve((0, utils_js_1.success)("Command executed successfully", {
495
- stdout,
496
- stderr,
497
- exitCode,
498
- }), { exitCode, signal });
499
- }
500
- else {
501
- doResolve((0, utils_js_1.fail)(`Command exited with code ${exitCode}`, {
502
- stdout,
503
- stderr,
504
- exitCode,
505
- }), { exitCode, signal });
506
- }
507
- })();
508
- });
509
- });
510
- }
511
- /**
512
- * Spawns a background process and returns immediately with its PID.
513
- * The process is detached and will continue running after the parent exits.
514
- */
515
- async function executeSpawn(input, ctx) {
516
- // Shell safety: block catastrophic commands before spawning.
517
- // Detached processes are especially dangerous — they outlive the session.
518
- // For explicit shell wrappers (e.g. bash -c ...), classify payload command.
519
- const args = input.args ?? [];
520
- const reconstructed = [input.program, ...args].join(" ");
521
- const risk = (0, shell_safety_js_1.classifyExecInvocation)(input.program, args);
522
- if (risk === "blocked") {
523
- return (0, utils_js_1.fail)(`Command blocked by shell safety policy: ${reconstructed}`);
524
- }
525
- // Check if already aborted before spawning
526
- if (ctx.abortSignal?.aborted) {
527
- return (0, utils_js_1.fail)("Command cancelled");
528
- }
529
- // Check for interactive mode — use PTY instead of detached spawn
530
- if (input.interactive === true) {
531
- if (!ctx.ptySessionStore) {
532
- return (0, utils_js_1.fail)("PTY session store not available — interactive mode requires runner wiring");
533
- }
534
- // Import createPTYSession dynamically to avoid circular deps at module level
535
- const { createPTYSession } = await Promise.resolve().then(() => __importStar(require("./pty.js")));
536
- const session = await createPTYSession({
537
- command: input.program,
538
- args: input.args,
539
- cwd: input.cwd ?? ctx.workingDir,
540
- env: mergeEnv(ctx, input.env),
541
- });
542
- const pid = session.pid;
543
- if (!pid) {
544
- session.close();
545
- return (0, utils_js_1.fail)("Failed to start interactive session: no PID");
546
- }
547
- // Register in both stores
548
- ctx.ptySessionStore.add(pid, session);
549
- if (ctx.processRegistry) {
550
- ctx.processRegistry.add(pid, {
551
- command: input.program,
552
- args: input.args ?? [],
553
- cwd: input.cwd ?? ctx.workingDir,
554
- interactive: true,
555
- });
556
- }
557
- const deregisterInteractiveSession = () => {
558
- ctx.ptySessionStore?.remove(pid);
559
- if (ctx.processRegistry?.has(pid)) {
560
- ctx.processRegistry.remove(pid, {
561
- exitCode: session.exitCode ?? null,
562
- });
563
- }
564
- };
565
- if (!session.isRunning) {
566
- deregisterInteractiveSession();
567
- }
568
- else {
569
- const lifecycleCheckInterval = setInterval(() => {
570
- if (!session.isRunning) {
571
- clearInterval(lifecycleCheckInterval);
572
- deregisterInteractiveSession();
573
- }
574
- }, 50);
575
- lifecycleCheckInterval.unref?.();
576
- // Wire abort signal to PTY cleanup so ESC/Ctrl+C kills the session
577
- if (ctx.abortSignal) {
578
- const onAbort = () => {
579
- clearInterval(lifecycleCheckInterval);
580
- session.close();
581
- deregisterInteractiveSession();
582
- };
583
- ctx.abortSignal.addEventListener("abort", onAbort, { once: true });
584
- }
585
- }
586
- return (0, utils_js_1.success)(`Started interactive session with PID ${pid}`, { pid });
587
- }
588
- const cwd = input.cwd ?? ctx.workingDir;
589
- const env = mergeEnv(ctx, input.env);
590
- return new Promise((resolve) => {
591
- let resolved = false;
592
- let fallbackTimeoutId;
593
- const doResolve = (result) => {
594
- if (resolved)
595
- return;
596
- resolved = true;
597
- if (fallbackTimeoutId)
598
- clearTimeout(fallbackTimeoutId);
599
- resolve(result);
600
- };
601
- // Wire abort signal to kill the spawned process.
602
- // The listener is NOT removed in doResolve because the spawned process
603
- // outlives the function call. The { once: true } option auto-cleans it.
604
- let spawnedPid;
605
- if (ctx.abortSignal) {
606
- ctx.abortSignal.addEventListener("abort", () => {
607
- if (spawnedPid) {
608
- try {
609
- // Kill the process group (negative PID) since process is detached
610
- process.kill(-spawnedPid, "SIGTERM");
611
- }
612
- catch {
613
- try {
614
- process.kill(spawnedPid, "SIGTERM");
615
- }
616
- catch {
617
- // Process may already be dead
618
- }
619
- }
620
- }
621
- }, { once: true });
622
- }
623
- try {
624
- const proc = (0, node_child_process_1.spawn)(input.program, args, {
625
- cwd,
626
- env,
627
- detached: true,
628
- stdio: "ignore",
629
- });
630
- // Handle spawn errors (e.g., program not found)
631
- proc.on("error", (err) => {
632
- doResolve((0, utils_js_1.fail)((0, utils_js_1.getErrorMessage)(err)));
633
- });
634
- // If we have a PID, the spawn was successful
635
- if (proc.pid) {
636
- spawnedPid = proc.pid;
637
- proc.on("exit", (code, signal) => {
638
- ctx.processRegistry?.recordExitMetadata?.(proc.pid, {
639
- exitCode: code,
640
- signal,
641
- });
642
- if (ctx.processRegistry && !isExecProcessTreeAlive(proc.pid, true)) {
643
- ctx.processRegistry.remove(proc.pid, {
644
- exitCode: code,
645
- signal,
646
- });
647
- }
648
- });
649
- // Track PID in process registry for cleanup on session close.
650
- // Spawned (detached) processes are never deregistered here —
651
- // they live until exit, killAll(), or the user explicitly kills them.
652
- if (ctx.processRegistry) {
653
- ctx.processRegistry.add(proc.pid, {
654
- command: input.program,
655
- args,
656
- cwd,
657
- interactive: false,
658
- });
659
- }
660
- // Unref to allow parent to exit independently
661
- proc.unref();
662
- doResolve((0, utils_js_1.success)(`Spawned process with PID ${proc.pid}`, {
663
- pid: proc.pid,
664
- }));
665
- }
666
- else {
667
- // This shouldn't normally happen, but handle it just in case
668
- // Wait briefly for error event
669
- fallbackTimeoutId = setTimeout(() => {
670
- doResolve((0, utils_js_1.fail)("Failed to spawn process: no PID returned"));
671
- }, 100);
672
- }
673
- }
674
- catch (err) {
675
- doResolve((0, utils_js_1.fail)((0, utils_js_1.getErrorMessage)(err)));
676
- }
677
- });
678
- }
679
- /**
680
- * Sends a signal to terminate a process by PID.
681
- */
682
- async function executeKill(input, ctx) {
683
- const signal = input.signal ?? "SIGTERM";
684
- try {
685
- // Validate and normalize the signal
686
- const validatedSignal = validateSignal(signal);
687
- if (validatedSignal === undefined) {
688
- return (0, utils_js_1.fail)(`Invalid signal: ${signal}`);
689
- }
690
- // Use process-tree signaling only for ARIA-tracked processes. Generic pid
691
- // kills must preserve pid-only semantics for foreign process groups.
692
- if (ctx.processRegistry?.has(input.pid)) {
693
- signalProcessTree(input.pid, validatedSignal);
694
- }
695
- else {
696
- process.kill(input.pid, validatedSignal);
697
- }
698
- // Keep tracked processes authoritative until exit is actually observed.
699
- const registry = ctx.processRegistry;
700
- if (registry?.waitForExit && shouldUntrackAfterSignal(validatedSignal)) {
701
- await registry.waitForExit(input.pid, 2_000);
702
- }
703
- const signalName = typeof validatedSignal === "number" ? signal : validatedSignal;
704
- return (0, utils_js_1.success)(`Sent ${signalName} to process ${input.pid}`, {
705
- pid: input.pid,
706
- signal: signalName,
707
- });
708
- }
709
- catch (err) {
710
- if (err instanceof Error && "code" in err) {
711
- const nodeErr = err;
712
- if (nodeErr.code === "ESRCH") {
713
- return (0, utils_js_1.fail)(`Process not found: ${input.pid}`);
714
- }
715
- if (nodeErr.code === "EPERM") {
716
- return (0, utils_js_1.fail)(`Permission denied to kill process: ${input.pid}`);
717
- }
718
- }
719
- return (0, utils_js_1.fail)((0, utils_js_1.getErrorMessage)(err));
720
- }
721
- }
722
- /**
723
- * Valid signal names that can be used with process.kill.
724
- */
725
- const VALID_SIGNALS = [
726
- "SIGHUP",
727
- "SIGINT",
728
- "SIGQUIT",
729
- "SIGILL",
730
- "SIGTRAP",
731
- "SIGABRT",
732
- "SIGBUS",
733
- "SIGFPE",
734
- "SIGKILL",
735
- "SIGUSR1",
736
- "SIGSEGV",
737
- "SIGUSR2",
738
- "SIGPIPE",
739
- "SIGALRM",
740
- "SIGTERM",
741
- "SIGSTKFLT",
742
- "SIGCHLD",
743
- "SIGCONT",
744
- "SIGSTOP",
745
- "SIGTSTP",
746
- "SIGTTIN",
747
- "SIGTTOU",
748
- "SIGURG",
749
- "SIGXCPU",
750
- "SIGXFSZ",
751
- "SIGVTALRM",
752
- "SIGPROF",
753
- "SIGWINCH",
754
- "SIGIO",
755
- "SIGPWR",
756
- "SIGSYS",
757
- ];
758
- const NON_TERMINATING_SIGNALS = new Set([
759
- "SIGCHLD",
760
- "SIGCONT",
761
- "SIGSTOP",
762
- "SIGTSTP",
763
- "SIGTTIN",
764
- "SIGTTOU",
765
- "SIGURG",
766
- "SIGWINCH",
767
- ]);
768
- /**
769
- * Type guard to check if a string is a valid signal name.
770
- */
771
- function isValidSignalName(signal) {
772
- return VALID_SIGNALS.includes(signal.toUpperCase());
773
- }
774
- /**
775
- * Validates a signal and returns either the validated signal name or number.
776
- * Returns undefined for invalid signals.
777
- */
778
- function validateSignal(signal) {
779
- // Handle numeric signal
780
- if (/^\d+$/.test(signal)) {
781
- const num = parseInt(signal, 10);
782
- if (num >= 1 && num <= 31) {
783
- return num;
784
- }
785
- return undefined;
786
- }
787
- // Handle signal names
788
- const upperSignal = signal.toUpperCase();
789
- if (isValidSignalName(upperSignal)) {
790
- return upperSignal;
791
- }
792
- return undefined;
793
- }
794
- function shouldUntrackAfterSignal(signal) {
795
- if (typeof signal === "number") {
796
- const signalName = resolveSignalName(signal);
797
- if (!signalName) {
798
- // Unknown numeric signals are treated conservatively.
799
- return false;
800
- }
801
- return !NON_TERMINATING_SIGNALS.has(signalName);
802
- }
803
- return !NON_TERMINATING_SIGNALS.has(signal);
804
- }
805
- function signalProcessTree(pid, signal) {
806
- try {
807
- if (pid > 0) {
808
- process.kill(-pid, signal);
809
- return;
810
- }
811
- }
812
- catch {
813
- // Fall back to the tracked pid itself when there is no process group to target.
814
- }
815
- process.kill(pid, signal);
816
- }
817
- function resolveSignalName(signal) {
818
- for (const [name, value] of Object.entries(node_os_1.constants.signals)) {
819
- if (value === signal) {
820
- return name;
821
- }
822
- }
823
- return undefined;
824
- }
825
- function hasLegacyGetAll(registry) {
826
- return typeof registry.getAll === "function";
827
- }
828
- async function executeListProcesses(rawInput, ctx) {
829
- const input = toRecord(rawInput);
830
- const includeExited = typeof input?.includeExited === "boolean" ? input.includeExited : false;
831
- if (!ctx.processRegistry) {
832
- return (0, utils_js_1.fail)("Process registry not available");
833
- }
834
- const registry = ctx.processRegistry;
835
- const processes = typeof registry.listProcesses === "function"
836
- ? registry.listProcesses({ includeExited })
837
- : hasLegacyGetAll(registry)
838
- ? registry.getAll().map((pid) => ({
839
- pid,
840
- command: null,
841
- args: [],
842
- cwd: null,
843
- interactive: false,
844
- startedAt: new Date().toISOString(),
845
- runtimeMs: 0,
846
- status: "running",
847
- exitCode: null,
848
- signal: null,
849
- endedAt: null,
850
- }))
851
- : [];
852
- return (0, utils_js_1.success)(`Found ${processes.length} tracked process${processes.length === 1 ? "" : "es"}`, {
853
- processes,
854
- count: processes.length,
855
- });
856
- }
857
- async function executeWaitProcess(rawInput, ctx) {
858
- const input = toRecord(rawInput);
859
- if (!input) {
860
- return (0, utils_js_1.fail)("Invalid input: expected an object");
861
- }
862
- const pid = typeof input.pid === "number" ? input.pid : NaN;
863
- if (!pid || pid <= 0 || !Number.isInteger(pid)) {
864
- return (0, utils_js_1.fail)("Invalid PID: must be a positive integer");
865
- }
866
- if (pid === process.pid) {
867
- return (0, utils_js_1.fail)("Cannot wait on own process");
868
- }
869
- const timeoutMsInput = input.timeoutMs;
870
- if (timeoutMsInput !== undefined &&
871
- (typeof timeoutMsInput !== "number" || Number.isNaN(timeoutMsInput))) {
872
- return (0, utils_js_1.fail)("Invalid timeoutMs: must be a number");
873
- }
874
- const timeoutInput = input.timeout;
875
- if (timeoutInput !== undefined &&
876
- (typeof timeoutInput !== "number" || Number.isNaN(timeoutInput))) {
877
- return (0, utils_js_1.fail)("Invalid timeout: must be a number");
878
- }
879
- const timeoutMs = Math.min(Math.max(0, timeoutMsInput ?? timeoutInput ?? 30_000), 300_000);
880
- if (!ctx.processRegistry) {
881
- return (0, utils_js_1.fail)("Process registry not available");
882
- }
883
- if (typeof ctx.processRegistry.waitForExit !== "function") {
884
- return (0, utils_js_1.fail)("Process registry does not support waiting");
885
- }
886
- const startedAt = Date.now();
887
- const waitResult = await ctx.processRegistry.waitForExit(pid, timeoutMs);
888
- const waitedMs = Math.max(0, Date.now() - startedAt);
889
- if (waitResult.status === "not_found" || !waitResult.process) {
890
- return (0, utils_js_1.fail)(`Process not tracked: ${pid}`, {
891
- pid,
892
- exited: false,
893
- status: "not_found",
894
- timedOut: false,
895
- waitedMs,
896
- });
897
- }
898
- const data = mapWaitResult(waitResult, waitedMs);
899
- if (waitResult.status === "running" || waitResult.timedOut) {
900
- return (0, utils_js_1.fail)(`Timed out waiting for process ${pid}`, data);
901
- }
902
- return (0, utils_js_1.success)(`Process ${pid} exited`, data);
903
- }
904
- function mapWaitResult(waitResult, waitedMs) {
905
- const processInfo = waitResult.process;
906
- const status = waitResult.status === "exited" ? "exited" : "running";
907
- return {
908
- pid: waitResult.pid,
909
- status,
910
- exited: status === "exited",
911
- timedOut: waitResult.timedOut,
912
- waitedMs,
913
- command: processInfo.command,
914
- args: processInfo.args,
915
- cwd: processInfo.cwd,
916
- interactive: processInfo.interactive,
917
- startedAt: processInfo.startedAt,
918
- endedAt: processInfo.endedAt,
919
- runtimeMs: processInfo.runtimeMs,
920
- exitCode: processInfo.exitCode,
921
- signal: processInfo.signal,
922
- };
923
- }
924
- function toRecord(rawInput) {
925
- if (!rawInput || typeof rawInput !== "object") {
926
- return undefined;
927
- }
928
- return rawInput;
929
- }
930
- /**
931
- * Sends input to an interactive PTY session by PID.
932
- * Requires the process to have been spawned with interactive=true.
933
- */
934
- async function executeWriteStdin(rawInput, ctx) {
935
- // Validate input shape at runtime
936
- if (!rawInput || typeof rawInput !== "object") {
937
- return (0, utils_js_1.fail)("Invalid input: expected an object");
938
- }
939
- const input = rawInput;
940
- const pid = typeof input.pid === "number" ? input.pid : NaN;
941
- const inputStr = typeof input.input === "string" ? input.input : undefined;
942
- const timeout = typeof input.timeout === "number" ? input.timeout : undefined;
943
- // Validate PID
944
- if (!pid || pid <= 0 || !Number.isInteger(pid)) {
945
- return (0, utils_js_1.fail)("Invalid PID: must be a positive integer");
946
- }
947
- if (pid === process.pid) {
948
- return (0, utils_js_1.fail)("Cannot write to own process");
949
- }
950
- // Validate input string
951
- if (inputStr === undefined) {
952
- return (0, utils_js_1.fail)("Input must be a string");
953
- }
954
- // Look up PTY session store
955
- if (!ctx.ptySessionStore) {
956
- return (0, utils_js_1.fail)("PTY session store not available");
957
- }
958
- if (!ctx.ptySessionStore.has(pid)) {
959
- return (0, utils_js_1.fail)(`No interactive session found for PID ${pid}. Use spawn with interactive=true first.`);
960
- }
961
- // The ptySessionStore ref uses `unknown` return to avoid circular deps,
962
- // but the concrete store returns PTYSession instances.
963
- const session = ctx.ptySessionStore.get(pid);
964
- if (!session) {
965
- return (0, utils_js_1.fail)(`No interactive session found for PID ${pid}. Use spawn with interactive=true first.`);
966
- }
967
- if (!session.isRunning) {
968
- return (0, utils_js_1.fail)(`Process ${pid} has exited (code: ${session.exitCode ?? "unknown"})`);
969
- }
970
- try {
971
- // Capture output length before write to extract new output after
972
- const outputLenBefore = session.output.length;
973
- // Write input to the PTY session
974
- session.write(inputStr);
975
- // If timeout specified, poll for new output with early return
976
- if (timeout && timeout > 0) {
977
- const waitMs = Math.min(timeout, 30_000);
978
- const deadline = Date.now() + waitMs;
979
- const pollInterval = 50; // Check every 50ms
980
- while (Date.now() < deadline) {
981
- await new Promise((resolve) => setTimeout(resolve, pollInterval));
982
- if (session.output.length > outputLenBefore)
983
- break;
984
- if (!session.isRunning)
985
- break;
986
- }
987
- }
988
- // Extract output produced after the write
989
- const fullOutput = session.output;
990
- const newOutput = fullOutput.slice(outputLenBefore);
991
- // Cap returned output to 10KB to avoid bloating tool results
992
- const cappedOutput = newOutput.length > 10_000 ? newOutput.slice(-10_000) : newOutput;
993
- return (0, utils_js_1.success)(`Wrote ${inputStr.length} bytes to PID ${pid}`, {
994
- output: cappedOutput,
995
- });
996
- }
997
- catch (error) {
998
- const msg = error instanceof Error ? error.message : String(error);
999
- return (0, utils_js_1.fail)(`Failed to write to PID ${pid}: ${msg}`);
1000
- }
1001
- }