This commit is contained in:
Lily Delalande
2025-07-07 21:16:09 -04:00
committed by GitHub
parent a3601341ca
commit 864e38ccab
3 changed files with 1 additions and 3 deletions

View File

@@ -10,7 +10,7 @@
"license": {
"name": "Apache-2.0"
},
"version": "1.0.31"
"version": "1.0.34"
},
"paths": {
"/agent/tools": {

View File

@@ -196,7 +196,6 @@ export function extractExtensionConfig(fixedEntry: FixedExtensionEntry): Extensi
export async function replaceWithShims(cmd: string) {
const binaryPathMap: Record<string, string> = {
cu: await window.electron.getBinaryPath('cu'),
goosed: await window.electron.getBinaryPath('goosed'),
jbang: await window.electron.getBinaryPath('jbang'),
npx: await window.electron.getBinaryPath('npx'),

View File

@@ -270,7 +270,6 @@ export async function loadAndAddStoredExtensions() {
// Update the path to the binary based on the command
export async function replaceWithShims(cmd: string) {
const binaryPathMap: Record<string, string> = {
cu: await window.electron.getBinaryPath('cu'),
goosed: await window.electron.getBinaryPath('goosed'),
jbang: await window.electron.getBinaryPath('jbang'),
npx: await window.electron.getBinaryPath('npx'),