aboutsummaryrefslogtreecommitdiff
path: root/misc/github-copilot-cli
diff options
context:
space:
mode:
Diffstat (limited to 'misc/github-copilot-cli')
-rw-r--r--misc/github-copilot-cli/Makefile12
-rw-r--r--misc/github-copilot-cli/distinfo10
-rw-r--r--misc/github-copilot-cli/files/package-lock-keytar.json6
-rw-r--r--misc/github-copilot-cli/files/package-lock.json56
-rw-r--r--misc/github-copilot-cli/pkg-plist108
5 files changed, 153 insertions, 39 deletions
diff --git a/misc/github-copilot-cli/Makefile b/misc/github-copilot-cli/Makefile
index 578c547fa850..c61cbf73cb39 100644
--- a/misc/github-copilot-cli/Makefile
+++ b/misc/github-copilot-cli/Makefile
@@ -1,6 +1,5 @@
PORTNAME= github-copilot-cli
-DISTVERSION= 1.0.35-6
-PORTEPOCH= 1
+DISTVERSION= 1.0.43
CATEGORIES= misc # machine-learning
DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX}
DIST_SUBDIR= ${PORTNAME}-x # -x is to see if it would fix checksum errors
@@ -153,6 +152,15 @@ post-patch:
${REINPLACE_CMD} -i '' \
-e 's|qg.default.createElement(U,{color:e.MUTED},"v",t)|qg.default.createElement(U,{color:e.MUTED},"v","${PORTVERSION}")|g' \
${WRKSRC}/node_modules/@github/copilot/index.js
+ # keytar bundles node-addon-api 4.3.0, whose napi.h initializes
+ # TypedArray::unknown_array_type with static_cast<napi_typedarray_type>(-1).
+ # Clang 16+ (FreeBSD 16-CURRENT) rejects this as "not a constant expression"
+ # because -1 falls outside the valid range [0,15] of the enum.
+ # Adding 'inline' makes it a C++17 inline static data member whose
+ # initialiser is no longer required to be a constant expression.
+ @${REINPLACE_CMD} -i '' \
+ -e "s/static const napi_typedarray_type unknown_array_type = /static inline const napi_typedarray_type unknown_array_type = /" \
+ ${WRKSRC}/../keytar-${dep_keytar_version}/node_modules/keytar/node_modules/node-addon-api/napi.h
do-build:
# Create directory for FreeBSD prebuilds
diff --git a/misc/github-copilot-cli/distinfo b/misc/github-copilot-cli/distinfo
index d0ae8ee500a0..510c18fead2e 100644
--- a/misc/github-copilot-cli/distinfo
+++ b/misc/github-copilot-cli/distinfo
@@ -1,13 +1,13 @@
-TIMESTAMP = 1776967045
-SHA256 (github-copilot-cli-x/github-copilot-cli-1.0.35-6.tar.gz) = 2bf81937227fa8a09f699e79deeb08a62f47004cd634f1c1b98d348604bb9842
-SIZE (github-copilot-cli-x/github-copilot-cli-1.0.35-6.tar.gz) = 37608739
+TIMESTAMP = 1778109380
+SHA256 (github-copilot-cli-x/github-copilot-cli-1.0.43.tar.gz) = b8300ad3b7037cad68ae30ffbfaf19cddd3d0f92cb89be57c7638bbc8d77122e
+SIZE (github-copilot-cli-x/github-copilot-cli-1.0.43.tar.gz) = 55957598
SHA256 (github-copilot-cli-x/node-v22.19.0-headers.tar.gz) = 183bdc17092336ad21e01a425d238e85db4ee077ae3caa0547ff1fbda07d9bd8
SIZE (github-copilot-cli-x/node-v22.19.0-headers.tar.gz) = 8750990
SHA256 (github-copilot-cli-x/pty-1.0.9.tar.gz) = 0f7550a42239ed4deae3429cf1a568aba8683baa829ff40d7b0d3ae751323dd6
SIZE (github-copilot-cli-x/pty-1.0.9.tar.gz) = 14897699
SHA256 (github-copilot-cli-x/sharp-0.34.4.tar.gz) = c6a8008f739840cfacf2afa42f3f4d474eab21717f5cab38d3af02f752c26b70
SIZE (github-copilot-cli-x/sharp-0.34.4.tar.gz) = 175440
-SHA256 (github-copilot-cli-x/keytar-7.9.0.tar.gz) = f42d7442ff470c1a52a985cf2d1575c24fa1fa844a98b8394ad615bc90a93d36
-SIZE (github-copilot-cli-x/keytar-7.9.0.tar.gz) = 290417
+SHA256 (github-copilot-cli-x/keytar-7.9.0.tar.gz) = 4694323020f2ceaf142e8ec5b5f2c08f6e7e212cc0c39f6a359307af439641e6
+SIZE (github-copilot-cli-x/keytar-7.9.0.tar.gz) = 290416
SHA256 (github-copilot-cli-x/node-addon-api-8.5.0.tar.gz) = 152ef6a9b5450a7c0ce87a2d0be3aa458d1f65c515e9d189cc9fa09feb5aa50e
SIZE (github-copilot-cli-x/node-addon-api-8.5.0.tar.gz) = 61743
diff --git a/misc/github-copilot-cli/files/package-lock-keytar.json b/misc/github-copilot-cli/files/package-lock-keytar.json
index 066eb60a598a..9f7fa64a8d8e 100644
--- a/misc/github-copilot-cli/files/package-lock-keytar.json
+++ b/misc/github-copilot-cli/files/package-lock-keytar.json
@@ -212,9 +212,9 @@
"license": "MIT"
},
"node_modules/keytar/node_modules/node-abi": {
- "version": "3.89.0",
- "resolved": "https://registry.npmjs.org/node-abi/-/node-abi-3.89.0.tgz",
- "integrity": "sha512-6u9UwL0HlAl21+agMN3YAMXcKByMqwGx+pq+P76vii5f7hTPtKDp08/H9py6DY+cfDw7kQNTGEj/rly3IgbNQA==",
+ "version": "3.92.0",
+ "resolved": "https://registry.npmjs.org/node-abi/-/node-abi-3.92.0.tgz",
+ "integrity": "sha512-KdHvFWZjEKDf0cakgFjebl371GPsISX2oZHcuyKqM7DtogIsHrqKeLTo8wBHxaXRAQlY2PsPlZmfo+9ZCxEREQ==",
"license": "MIT",
"dependencies": {
"semver": "^7.3.5"
diff --git a/misc/github-copilot-cli/files/package-lock.json b/misc/github-copilot-cli/files/package-lock.json
index 9fa4f9b64acf..565737882be5 100644
--- a/misc/github-copilot-cli/files/package-lock.json
+++ b/misc/github-copilot-cli/files/package-lock.json
@@ -8,30 +8,30 @@
"name": "@github/copilot-installer",
"version": "1.0.0",
"dependencies": {
- "@github/copilot": "^1.0.35-6"
+ "@github/copilot": "^1.0.43"
}
},
"node_modules/@github/copilot": {
- "version": "1.0.35-6",
- "resolved": "https://registry.npmjs.org/@github/copilot/-/copilot-1.0.35-6.tgz",
- "integrity": "sha512-3Z47Bp7qh2qddm6ZUMvMtPsRP+1do+bHsWTdumwd/KCKb7EMuohLGxce9Ejhcn2o0rTty4zBBQ5rMS2sYapFJg==",
+ "version": "1.0.43",
+ "resolved": "https://registry.npmjs.org/@github/copilot/-/copilot-1.0.43.tgz",
+ "integrity": "sha512-2FO825Aq4bwmHcXVyplW+CpZaJFUYjqtqjBGnueM31gu4ufn6ReurzB2swBQ6bn4Pquyy2KeodMRPpT6JaLMhw==",
"license": "SEE LICENSE IN LICENSE.md",
"bin": {
"copilot": "npm-loader.js"
},
"optionalDependencies": {
- "@github/copilot-darwin-arm64": "1.0.35-6",
- "@github/copilot-darwin-x64": "1.0.35-6",
- "@github/copilot-linux-arm64": "1.0.35-6",
- "@github/copilot-linux-x64": "1.0.35-6",
- "@github/copilot-win32-arm64": "1.0.35-6",
- "@github/copilot-win32-x64": "1.0.35-6"
+ "@github/copilot-darwin-arm64": "1.0.43",
+ "@github/copilot-darwin-x64": "1.0.43",
+ "@github/copilot-linux-arm64": "1.0.43",
+ "@github/copilot-linux-x64": "1.0.43",
+ "@github/copilot-win32-arm64": "1.0.43",
+ "@github/copilot-win32-x64": "1.0.43"
}
},
"node_modules/@github/copilot/node_modules/@github/copilot-darwin-arm64": {
- "version": "1.0.35-6",
- "resolved": "https://registry.npmjs.org/@github/copilot-darwin-arm64/-/copilot-darwin-arm64-1.0.35-6.tgz",
- "integrity": "sha512-Ot0JOFcDyrYUGvXqGb7TggKydLEqt8wLBWCXmpXeI5JqNl22XlA2UxlVYZpek+wpz6jlr0MTgt12pXVZtJqOhg==",
+ "version": "1.0.43",
+ "resolved": "https://registry.npmjs.org/@github/copilot-darwin-arm64/-/copilot-darwin-arm64-1.0.43.tgz",
+ "integrity": "sha512-VMaWfoUwIt19TGzmvTv/In5ITgFWfu91ZILt4Lb77gSmVbwbs+DahP2lbvM1s/GtGwOknwhOJLp4q2WMgK3CoQ==",
"cpu": [
"arm64"
],
@@ -45,9 +45,9 @@
}
},
"node_modules/@github/copilot/node_modules/@github/copilot-darwin-x64": {
- "version": "1.0.35-6",
- "resolved": "https://registry.npmjs.org/@github/copilot-darwin-x64/-/copilot-darwin-x64-1.0.35-6.tgz",
- "integrity": "sha512-jIBkJ2nEFPOVI0tLUSstGv73imp1s2Xh84o3dVQJz5JiBs7xNFN9QJnzF7aJ1jAt3/UKapeSdgReQ4pSMATLdQ==",
+ "version": "1.0.43",
+ "resolved": "https://registry.npmjs.org/@github/copilot-darwin-x64/-/copilot-darwin-x64-1.0.43.tgz",
+ "integrity": "sha512-lCxg75zbgtWggb1p+IHhlhmulQj7BKIc+9pUsTwJ3Mjt51kiUYmD6LF2BD1/Ed4M3GMumSu4UTSIv9pL96n0Wg==",
"cpu": [
"x64"
],
@@ -61,9 +61,9 @@
}
},
"node_modules/@github/copilot/node_modules/@github/copilot-linux-arm64": {
- "version": "1.0.35-6",
- "resolved": "https://registry.npmjs.org/@github/copilot-linux-arm64/-/copilot-linux-arm64-1.0.35-6.tgz",
- "integrity": "sha512-WP4jAKDoZV48+RgJai+L9JYxgMYZFQ9OsNjlH3q4SZ9jekKq5DSb7fqp9pW5EN/DOjCZg0aUQeCghB9LFVBVnA==",
+ "version": "1.0.43",
+ "resolved": "https://registry.npmjs.org/@github/copilot-linux-arm64/-/copilot-linux-arm64-1.0.43.tgz",
+ "integrity": "sha512-Jr1rvt/Syz5oVSiU53keRKEV8f5xTLkmiB2qasAV6Emk7K82/BZW5HfW8cDadfHnlAS1+UVPpoO+8ykgx4dikw==",
"cpu": [
"arm64"
],
@@ -77,9 +77,9 @@
}
},
"node_modules/@github/copilot/node_modules/@github/copilot-linux-x64": {
- "version": "1.0.35-6",
- "resolved": "https://registry.npmjs.org/@github/copilot-linux-x64/-/copilot-linux-x64-1.0.35-6.tgz",
- "integrity": "sha512-7AmD52dsJ5ySHbGVuMAyrqniCdxNDuo9xhIT0rIQOfKkqM7oOQOwfCbqFshUtL+3uPb8+ooF2jF5guAIM6+BKQ==",
+ "version": "1.0.43",
+ "resolved": "https://registry.npmjs.org/@github/copilot-linux-x64/-/copilot-linux-x64-1.0.43.tgz",
+ "integrity": "sha512-uyWyPpcwMC1tIHJTA1OPzIm1i/Eeku0NjFzPYnFvpfGug9pkL4xcUr8A2UNl8cVvxq/VQMwtYckV3G12ySJTFw==",
"cpu": [
"x64"
],
@@ -93,9 +93,9 @@
}
},
"node_modules/@github/copilot/node_modules/@github/copilot-win32-arm64": {
- "version": "1.0.35-6",
- "resolved": "https://registry.npmjs.org/@github/copilot-win32-arm64/-/copilot-win32-arm64-1.0.35-6.tgz",
- "integrity": "sha512-vbTAmvxDsazvPdr8A7+63KmX28WvlVd6LAQ4LNapNTRKbVPcK2zd6QXEravtiR8rhbwZteA9ptONIb+MyHuHwg==",
+ "version": "1.0.43",
+ "resolved": "https://registry.npmjs.org/@github/copilot-win32-arm64/-/copilot-win32-arm64-1.0.43.tgz",
+ "integrity": "sha512-vY3rwkW1h7ixSqYd9XT/xGjxkepvQVJK2q1sYhSPBN4Wvuk37fRjN7ox3QU1lhpxlYQMc/g+ZR58u5cx31n1lw==",
"cpu": [
"arm64"
],
@@ -109,9 +109,9 @@
}
},
"node_modules/@github/copilot/node_modules/@github/copilot-win32-x64": {
- "version": "1.0.35-6",
- "resolved": "https://registry.npmjs.org/@github/copilot-win32-x64/-/copilot-win32-x64-1.0.35-6.tgz",
- "integrity": "sha512-IgmrLkS1Vlt8yj9AY5vMAxz6wgSanaJ20skDTFqeFZJGzMLBC1aWM7dt2krpQzUWak7t8zKNNubFvndiLu5sIA==",
+ "version": "1.0.43",
+ "resolved": "https://registry.npmjs.org/@github/copilot-win32-x64/-/copilot-win32-x64-1.0.43.tgz",
+ "integrity": "sha512-AjGsebDbJmBxe9FFf2McSN5r2Joi8cFY879lxaQaXxfGjzOHblzvbhflbsX9x2GnvCfDdDiow413WvOGqKDH8g==",
"cpu": [
"x64"
],
diff --git a/misc/github-copilot-cli/pkg-plist b/misc/github-copilot-cli/pkg-plist
index 543eebe43d1e..f6f7cfd28f23 100644
--- a/misc/github-copilot-cli/pkg-plist
+++ b/misc/github-copilot-cli/pkg-plist
@@ -20,16 +20,89 @@ lib/node_modules/@github/copilot/copilot-sdk/index.d.ts
lib/node_modules/@github/copilot/copilot-sdk/index.js
lib/node_modules/@github/copilot/copilot-sdk/sdkProtocolVersion.d.ts
lib/node_modules/@github/copilot/copilot-sdk/session.d.ts
+lib/node_modules/@github/copilot/copilot-sdk/sessionFsProvider.d.ts
lib/node_modules/@github/copilot/copilot-sdk/telemetry.d.ts
lib/node_modules/@github/copilot/copilot-sdk/types.d.ts
-lib/node_modules/@github/copilot/definitions/ambient/github-context.yaml
lib/node_modules/@github/copilot/definitions/code-review.agent.yaml
lib/node_modules/@github/copilot/definitions/configure-copilot.agent.yaml
lib/node_modules/@github/copilot/definitions/explore.agent.yaml
+lib/node_modules/@github/copilot/definitions/rem-agent.agent.yaml
lib/node_modules/@github/copilot/definitions/research.agent.yaml
lib/node_modules/@github/copilot/definitions/rubber-duck.agent.yaml
+lib/node_modules/@github/copilot/definitions/sidekick/github-context.yaml
+lib/node_modules/@github/copilot/definitions/sidekick/subconscious-agent.yaml
lib/node_modules/@github/copilot/definitions/task.agent.yaml
+lib/node_modules/@github/copilot/foundry-local-sdk/index.js
+lib/node_modules/@github/copilot/foundry-local-sdk/node_modules/foundry-local-sdk/deps_versions.json
+lib/node_modules/@github/copilot/foundry-local-sdk/node_modules/foundry-local-sdk/dist/catalog.js
+lib/node_modules/@github/copilot/foundry-local-sdk/node_modules/foundry-local-sdk/dist/configuration.js
+lib/node_modules/@github/copilot/foundry-local-sdk/node_modules/foundry-local-sdk/dist/detail/coreInterop.js
+lib/node_modules/@github/copilot/foundry-local-sdk/node_modules/foundry-local-sdk/dist/detail/model.js
+lib/node_modules/@github/copilot/foundry-local-sdk/node_modules/foundry-local-sdk/dist/detail/modelLoadManager.js
+lib/node_modules/@github/copilot/foundry-local-sdk/node_modules/foundry-local-sdk/dist/detail/modelVariant.js
+lib/node_modules/@github/copilot/foundry-local-sdk/node_modules/foundry-local-sdk/dist/foundryLocalManager.js
+lib/node_modules/@github/copilot/foundry-local-sdk/node_modules/foundry-local-sdk/dist/imodel.js
+lib/node_modules/@github/copilot/foundry-local-sdk/node_modules/foundry-local-sdk/dist/index.js
+lib/node_modules/@github/copilot/foundry-local-sdk/node_modules/foundry-local-sdk/dist/openai/audioClient.js
+lib/node_modules/@github/copilot/foundry-local-sdk/node_modules/foundry-local-sdk/dist/openai/chatClient.js
+lib/node_modules/@github/copilot/foundry-local-sdk/node_modules/foundry-local-sdk/dist/openai/liveAudioTranscriptionClient.js
+lib/node_modules/@github/copilot/foundry-local-sdk/node_modules/foundry-local-sdk/dist/openai/liveAudioTranscriptionTypes.js
+lib/node_modules/@github/copilot/foundry-local-sdk/node_modules/foundry-local-sdk/dist/openai/responsesClient.js
+lib/node_modules/@github/copilot/foundry-local-sdk/node_modules/foundry-local-sdk/dist/types.js
+lib/node_modules/@github/copilot/foundry-local-sdk/node_modules/foundry-local-sdk/node_modules/adm-zip/LICENSE
+lib/node_modules/@github/copilot/foundry-local-sdk/node_modules/foundry-local-sdk/node_modules/adm-zip/adm-zip.js
+lib/node_modules/@github/copilot/foundry-local-sdk/node_modules/foundry-local-sdk/node_modules/adm-zip/headers/entryHeader.js
+lib/node_modules/@github/copilot/foundry-local-sdk/node_modules/foundry-local-sdk/node_modules/adm-zip/headers/index.js
+lib/node_modules/@github/copilot/foundry-local-sdk/node_modules/foundry-local-sdk/node_modules/adm-zip/headers/mainHeader.js
+lib/node_modules/@github/copilot/foundry-local-sdk/node_modules/foundry-local-sdk/node_modules/adm-zip/methods/deflater.js
+lib/node_modules/@github/copilot/foundry-local-sdk/node_modules/foundry-local-sdk/node_modules/adm-zip/methods/index.js
+lib/node_modules/@github/copilot/foundry-local-sdk/node_modules/foundry-local-sdk/node_modules/adm-zip/methods/inflater.js
+lib/node_modules/@github/copilot/foundry-local-sdk/node_modules/foundry-local-sdk/node_modules/adm-zip/methods/zipcrypto.js
+lib/node_modules/@github/copilot/foundry-local-sdk/node_modules/foundry-local-sdk/node_modules/adm-zip/util/constants.js
+lib/node_modules/@github/copilot/foundry-local-sdk/node_modules/foundry-local-sdk/node_modules/adm-zip/util/decoder.js
+lib/node_modules/@github/copilot/foundry-local-sdk/node_modules/foundry-local-sdk/node_modules/adm-zip/util/errors.js
+lib/node_modules/@github/copilot/foundry-local-sdk/node_modules/foundry-local-sdk/node_modules/adm-zip/util/fattr.js
+lib/node_modules/@github/copilot/foundry-local-sdk/node_modules/foundry-local-sdk/node_modules/adm-zip/util/index.js
+lib/node_modules/@github/copilot/foundry-local-sdk/node_modules/foundry-local-sdk/node_modules/adm-zip/util/utils.js
+lib/node_modules/@github/copilot/foundry-local-sdk/node_modules/foundry-local-sdk/node_modules/adm-zip/zipEntry.js
+lib/node_modules/@github/copilot/foundry-local-sdk/node_modules/foundry-local-sdk/node_modules/adm-zip/zipFile.js
+lib/node_modules/@github/copilot/foundry-local-sdk/node_modules/foundry-local-sdk/script/install-utils.cjs
lib/node_modules/@github/copilot/index.js
+lib/node_modules/@github/copilot/koffi/build/koffi/freebsd_arm64/koffi.node
+lib/node_modules/@github/copilot/koffi/build/koffi/freebsd_ia32/koffi.node
+lib/node_modules/@github/copilot/koffi/build/koffi/freebsd_%%NODE_ARCH%%/koffi.node
+lib/node_modules/@github/copilot/koffi/index.d.ts
+lib/node_modules/@github/copilot/koffi/index.js
+lib/node_modules/@github/copilot/mxc-bin/arm64/_manifest/spdx_2.2/ESRPClientLogs0505223422747.json
+lib/node_modules/@github/copilot/mxc-bin/arm64/_manifest/spdx_2.2/ESRPClientLogs0505224031447.json
+lib/node_modules/@github/copilot/mxc-bin/arm64/_manifest/spdx_2.2/bsi.cose
+lib/node_modules/@github/copilot/mxc-bin/arm64/_manifest/spdx_2.2/bsi.json
+lib/node_modules/@github/copilot/mxc-bin/arm64/_manifest/spdx_2.2/manifest.cat
+lib/node_modules/@github/copilot/mxc-bin/arm64/_manifest/spdx_2.2/manifest.spdx.cose
+lib/node_modules/@github/copilot/mxc-bin/arm64/_manifest/spdx_2.2/manifest.spdx.json
+lib/node_modules/@github/copilot/mxc-bin/arm64/_manifest/spdx_2.2/manifest.spdx.json.sha256
+lib/node_modules/@github/copilot/mxc-bin/arm64/lxc-exec
+lib/node_modules/@github/copilot/mxc-bin/arm64/winhttp-proxy-shim.exe
+lib/node_modules/@github/copilot/mxc-bin/arm64/wslcsdk.dll
+lib/node_modules/@github/copilot/mxc-bin/arm64/wxc-exec.exe
+lib/node_modules/@github/copilot/mxc-bin/arm64/wxc-test-proxy.exe
+lib/node_modules/@github/copilot/mxc-bin/arm64/wxc-windows-sandbox-daemon.exe
+lib/node_modules/@github/copilot/mxc-bin/arm64/wxc-windows-sandbox-guest.exe
+lib/node_modules/@github/copilot/mxc-bin/%%NODE_ARCH%%/_manifest/spdx_2.2/ESRPClientLogs0505223425059.json
+lib/node_modules/@github/copilot/mxc-bin/%%NODE_ARCH%%/_manifest/spdx_2.2/ESRPClientLogs0505224148037.json
+lib/node_modules/@github/copilot/mxc-bin/%%NODE_ARCH%%/_manifest/spdx_2.2/bsi.cose
+lib/node_modules/@github/copilot/mxc-bin/%%NODE_ARCH%%/_manifest/spdx_2.2/bsi.json
+lib/node_modules/@github/copilot/mxc-bin/%%NODE_ARCH%%/_manifest/spdx_2.2/manifest.cat
+lib/node_modules/@github/copilot/mxc-bin/%%NODE_ARCH%%/_manifest/spdx_2.2/manifest.spdx.cose
+lib/node_modules/@github/copilot/mxc-bin/%%NODE_ARCH%%/_manifest/spdx_2.2/manifest.spdx.json
+lib/node_modules/@github/copilot/mxc-bin/%%NODE_ARCH%%/_manifest/spdx_2.2/manifest.spdx.json.sha256
+lib/node_modules/@github/copilot/mxc-bin/%%NODE_ARCH%%/lxc-exec
+lib/node_modules/@github/copilot/mxc-bin/%%NODE_ARCH%%/winhttp-proxy-shim.exe
+lib/node_modules/@github/copilot/mxc-bin/%%NODE_ARCH%%/wslcsdk.dll
+lib/node_modules/@github/copilot/mxc-bin/%%NODE_ARCH%%/wxc-exec.exe
+lib/node_modules/@github/copilot/mxc-bin/%%NODE_ARCH%%/wxc-test-proxy.exe
+lib/node_modules/@github/copilot/mxc-bin/%%NODE_ARCH%%/wxc-windows-sandbox-daemon.exe
+lib/node_modules/@github/copilot/mxc-bin/%%NODE_ARCH%%/wxc-windows-sandbox-guest.exe
lib/node_modules/@github/copilot/node_modules/@img/sharp-freebsd-%%NODE_ARCH%%/sharp.node
lib/node_modules/@github/copilot/npm-loader.js
lib/node_modules/@github/copilot/npm-loader.js.orig
@@ -37,6 +110,27 @@ lib/node_modules/@github/copilot/prebuilds/freebsd-%%NODE_ARCH%%/keytar.node
lib/node_modules/@github/copilot/prebuilds/freebsd-%%NODE_ARCH%%/pty.node
lib/node_modules/@github/copilot/preloads/extension_bootstrap.mjs
lib/node_modules/@github/copilot/preloads/extension_sdk_resolver.mjs
+lib/node_modules/@github/copilot/pvrecorder/index.js
+lib/node_modules/@github/copilot/pvrecorder/node_modules/@picovoice/pvrecorder-node/dist/errors.js
+lib/node_modules/@github/copilot/pvrecorder/node_modules/@picovoice/pvrecorder-node/dist/errors.js.map
+lib/node_modules/@github/copilot/pvrecorder/node_modules/@picovoice/pvrecorder-node/dist/index.js
+lib/node_modules/@github/copilot/pvrecorder/node_modules/@picovoice/pvrecorder-node/dist/index.js.map
+lib/node_modules/@github/copilot/pvrecorder/node_modules/@picovoice/pvrecorder-node/dist/platforms.js
+lib/node_modules/@github/copilot/pvrecorder/node_modules/@picovoice/pvrecorder-node/dist/platforms.js.map
+lib/node_modules/@github/copilot/pvrecorder/node_modules/@picovoice/pvrecorder-node/dist/pv_recorder.js
+lib/node_modules/@github/copilot/pvrecorder/node_modules/@picovoice/pvrecorder-node/dist/pv_recorder.js.map
+lib/node_modules/@github/copilot/pvrecorder/node_modules/@picovoice/pvrecorder-node/dist/pv_recorder_status_t.js
+lib/node_modules/@github/copilot/pvrecorder/node_modules/@picovoice/pvrecorder-node/dist/pv_recorder_status_t.js.map
+lib/node_modules/@github/copilot/pvrecorder/node_modules/@picovoice/pvrecorder-node/dist/types/errors.d.ts
+lib/node_modules/@github/copilot/pvrecorder/node_modules/@picovoice/pvrecorder-node/dist/types/errors.d.ts.map
+lib/node_modules/@github/copilot/pvrecorder/node_modules/@picovoice/pvrecorder-node/dist/types/index.d.ts
+lib/node_modules/@github/copilot/pvrecorder/node_modules/@picovoice/pvrecorder-node/dist/types/index.d.ts.map
+lib/node_modules/@github/copilot/pvrecorder/node_modules/@picovoice/pvrecorder-node/dist/types/platforms.d.ts
+lib/node_modules/@github/copilot/pvrecorder/node_modules/@picovoice/pvrecorder-node/dist/types/platforms.d.ts.map
+lib/node_modules/@github/copilot/pvrecorder/node_modules/@picovoice/pvrecorder-node/dist/types/pv_recorder.d.ts
+lib/node_modules/@github/copilot/pvrecorder/node_modules/@picovoice/pvrecorder-node/dist/types/pv_recorder.d.ts.map
+lib/node_modules/@github/copilot/pvrecorder/node_modules/@picovoice/pvrecorder-node/dist/types/pv_recorder_status_t.d.ts
+lib/node_modules/@github/copilot/pvrecorder/node_modules/@picovoice/pvrecorder-node/dist/types/pv_recorder_status_t.d.ts.map
lib/node_modules/@github/copilot/queries/bash-highlights.scm
lib/node_modules/@github/copilot/queries/c-highlights.scm
lib/node_modules/@github/copilot/queries/cpp-highlights.scm
@@ -96,5 +190,17 @@ lib/node_modules/@github/copilot/tree-sitter-scala.wasm
lib/node_modules/@github/copilot/tree-sitter-tsx.wasm
lib/node_modules/@github/copilot/tree-sitter-typescript.wasm
lib/node_modules/@github/copilot/tree-sitter.wasm
+lib/node_modules/@github/copilot/voice-foundry.worker.js
+lib/node_modules/@github/copilot/voice-installer.worker.js
+lib/node_modules/@github/copilot/voice-mic.worker.js
lib/node_modules/@github/copilot/worker/conoutSocketWorker.js
+@dir lib/node_modules/@github/copilot/foundry-local-sdk/node_modules/foundry-local-sdk/prebuilds
+@dir lib/node_modules/@github/copilot/koffi/build/koffi/musl_arm64
+@dir lib/node_modules/@github/copilot/koffi/build/koffi/musl_%%NODE_ARCH%%
+@dir lib/node_modules/@github/copilot/koffi/build/koffi/openbsd_ia32
+@dir lib/node_modules/@github/copilot/koffi/build/koffi/openbsd_%%NODE_ARCH%%
+@dir lib/node_modules/@github/copilot/pvrecorder/node_modules/@picovoice/pvrecorder-node/lib/mac/arm64
+@dir lib/node_modules/@github/copilot/pvrecorder/node_modules/@picovoice/pvrecorder-node/lib/mac/x86_64
+@dir lib/node_modules/@github/copilot/pvrecorder/node_modules/@picovoice/pvrecorder-node/lib/windows/amd64
+@dir lib/node_modules/@github/copilot/pvrecorder/node_modules/@picovoice/pvrecorder-node/lib/windows/arm64
@dir lib/node_modules/@github/copilot/ripgrep/bin