summaryrefslogtreecommitdiff
path: root/package-lock.json
diff options
context:
space:
mode:
authorGal Zahavi <[email protected]>2025-08-14 13:40:12 -0700
committerGitHub <[email protected]>2025-08-14 20:40:12 +0000
commit980091cbc2a809690dbd401c16ec3ac34da56083 (patch)
tree5bdadbdbebcaf6471f753ef31ef3fdc6a7716ae3 /package-lock.json
parent48af0456c1883834a83ae74281f0c871129779d8 (diff)
feat(core): refactor shell execution to use node-pty (#6088)
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json116
1 files changed, 115 insertions, 1 deletions
diff --git a/package-lock.json b/package-lock.json
index 4677fa3a..efd3b955 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -11,6 +11,7 @@
"packages/*"
],
"dependencies": {
+ "@lydell/node-pty": "1.1.0",
"node-fetch": "^3.3.2"
},
"bin": {
@@ -50,6 +51,13 @@
},
"engines": {
"node": ">=20.0.0"
+ },
+ "optionalDependencies": {
+ "@lydell/node-pty-darwin-arm64": "1.1.0",
+ "@lydell/node-pty-darwin-x64": "1.1.0",
+ "@lydell/node-pty-linux-x64": "1.1.0",
+ "@lydell/node-pty-win32-arm64": "1.1.0",
+ "@lydell/node-pty-win32-x64": "1.1.0"
}
},
"node_modules/@alcalzone/ansi-tokenize": {
@@ -1455,6 +1463,98 @@
"integrity": "sha512-GaHYm+c0O9MjZRu0ongGBRbinu8gVAMd2UZjji6jVmqKtZluZnptXGWhz1E8j8D2HJ3f/yMxKAUC0b+57wncIw==",
"license": "MIT"
},
+ "node_modules/@lydell/node-pty": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@lydell/node-pty/-/node-pty-1.1.0.tgz",
+ "integrity": "sha512-VDD8LtlMTOrPKWMXUAcB9+LTktzuunqrMwkYR1DMRBkS6LQrCt+0/Ws1o2rMml/n3guePpS7cxhHF7Nm5K4iMw==",
+ "license": "MIT",
+ "optionalDependencies": {
+ "@lydell/node-pty-darwin-arm64": "1.1.0",
+ "@lydell/node-pty-darwin-x64": "1.1.0",
+ "@lydell/node-pty-linux-arm64": "1.1.0",
+ "@lydell/node-pty-linux-x64": "1.1.0",
+ "@lydell/node-pty-win32-arm64": "1.1.0",
+ "@lydell/node-pty-win32-x64": "1.1.0"
+ }
+ },
+ "node_modules/@lydell/node-pty-darwin-arm64": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@lydell/node-pty-darwin-arm64/-/node-pty-darwin-arm64-1.1.0.tgz",
+ "integrity": "sha512-7kFD+owAA61qmhJCtoMbqj3Uvff3YHDiU+4on5F2vQdcMI3MuwGi7dM6MkFG/yuzpw8LF2xULpL71tOPUfxs0w==",
+ "cpu": [
+ "arm64"
+ ],
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "darwin"
+ ]
+ },
+ "node_modules/@lydell/node-pty-darwin-x64": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@lydell/node-pty-darwin-x64/-/node-pty-darwin-x64-1.1.0.tgz",
+ "integrity": "sha512-XZdvqj5FjAMjH8bdp0YfaZjur5DrCIDD1VYiE9EkkYVMDQqRUPHYV3U8BVEQVT9hYfjmpr7dNaELF2KyISWSNA==",
+ "cpu": [
+ "x64"
+ ],
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "darwin"
+ ]
+ },
+ "node_modules/@lydell/node-pty-linux-arm64": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@lydell/node-pty-linux-arm64/-/node-pty-linux-arm64-1.1.0.tgz",
+ "integrity": "sha512-yyDBmalCfHpLiQMT2zyLcqL2Fay4Xy7rIs8GH4dqKLnEviMvPGOK7LADVkKAsbsyXBSISL3Lt1m1MtxhPH6ckg==",
+ "cpu": [
+ "arm64"
+ ],
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ]
+ },
+ "node_modules/@lydell/node-pty-linux-x64": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@lydell/node-pty-linux-x64/-/node-pty-linux-x64-1.1.0.tgz",
+ "integrity": "sha512-NcNqRTD14QT+vXcEuqSSvmWY+0+WUBn2uRE8EN0zKtDpIEr9d+YiFj16Uqds6QfcLCHfZmC+Ls7YzwTaqDnanA==",
+ "cpu": [
+ "x64"
+ ],
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ]
+ },
+ "node_modules/@lydell/node-pty-win32-arm64": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@lydell/node-pty-win32-arm64/-/node-pty-win32-arm64-1.1.0.tgz",
+ "integrity": "sha512-JOMbCou+0fA7d/m97faIIfIU0jOv8sn2OR7tI45u3AmldKoKoLP8zHY6SAvDDnI3fccO1R2HeR1doVjpS7HM0w==",
+ "cpu": [
+ "arm64"
+ ],
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "win32"
+ ]
+ },
+ "node_modules/@lydell/node-pty-win32-x64": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@lydell/node-pty-win32-x64/-/node-pty-win32-x64-1.1.0.tgz",
+ "integrity": "sha512-3N56BZ+WDFnUMYRtsrr7Ky2mhWGl9xXcyqR6cexfuCqcz9RNWL+KoXRv/nZylY5dYaXkft4JaR1uVu+roiZDAw==",
+ "cpu": [
+ "x64"
+ ],
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "win32"
+ ]
+ },
"node_modules/@modelcontextprotocol/sdk": {
"version": "1.15.1",
"resolved": "https://registry.npmjs.org/@modelcontextprotocol/sdk/-/sdk-1.15.1.tgz",
@@ -3262,6 +3362,12 @@
"url": "https://opencollective.com/vitest"
}
},
+ "node_modules/@xterm/headless": {
+ "version": "5.5.0",
+ "resolved": "https://registry.npmjs.org/@xterm/headless/-/headless-5.5.0.tgz",
+ "integrity": "sha512-5xXB7kdQlFBP82ViMJTwwEc3gKCLGKR/eoxQm4zge7GPBl86tCdI0IdPJjoKd8mUSFXz5V7i/25sfsEkP4j46g==",
+ "license": "MIT"
+ },
"node_modules/accepts": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/accepts/-/accepts-2.0.0.tgz",
@@ -12493,6 +12599,7 @@
"version": "0.1.21",
"dependencies": {
"@google/genai": "1.13.0",
+ "@lydell/node-pty": "1.1.0",
"@modelcontextprotocol/sdk": "^1.11.0",
"@opentelemetry/api": "^1.9.0",
"@opentelemetry/exporter-logs-otlp-grpc": "^0.52.0",
@@ -12502,6 +12609,7 @@
"@opentelemetry/sdk-node": "^0.52.0",
"@types/glob": "^8.1.0",
"@types/html-to-text": "^9.0.4",
+ "@xterm/headless": "5.5.0",
"ajv": "^8.17.1",
"chardet": "^2.1.0",
"diff": "^7.0.0",
@@ -12520,7 +12628,6 @@
"picomatch": "^4.0.1",
"shell-quote": "^1.8.3",
"simple-git": "^3.28.0",
- "strip-ansi": "^7.1.0",
"undici": "^7.10.0",
"ws": "^8.18.0"
},
@@ -12537,6 +12644,13 @@
},
"engines": {
"node": ">=20"
+ },
+ "optionalDependencies": {
+ "@lydell/node-pty-darwin-arm64": "1.1.0",
+ "@lydell/node-pty-darwin-x64": "1.1.0",
+ "@lydell/node-pty-linux-x64": "1.1.0",
+ "@lydell/node-pty-win32-arm64": "1.1.0",
+ "@lydell/node-pty-win32-x64": "1.1.0"
}
},
"packages/core/node_modules/ajv": {