mirror of
https://github.com/aljazceru/goose.git
synced 2025-12-18 22:54:24 +01:00
fix cu (#3291)
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
"license": {
|
"license": {
|
||||||
"name": "Apache-2.0"
|
"name": "Apache-2.0"
|
||||||
},
|
},
|
||||||
"version": "1.0.31"
|
"version": "1.0.34"
|
||||||
},
|
},
|
||||||
"paths": {
|
"paths": {
|
||||||
"/agent/tools": {
|
"/agent/tools": {
|
||||||
|
|||||||
@@ -196,7 +196,6 @@ export function extractExtensionConfig(fixedEntry: FixedExtensionEntry): Extensi
|
|||||||
|
|
||||||
export async function replaceWithShims(cmd: string) {
|
export async function replaceWithShims(cmd: string) {
|
||||||
const binaryPathMap: Record<string, string> = {
|
const binaryPathMap: Record<string, string> = {
|
||||||
cu: await window.electron.getBinaryPath('cu'),
|
|
||||||
goosed: await window.electron.getBinaryPath('goosed'),
|
goosed: await window.electron.getBinaryPath('goosed'),
|
||||||
jbang: await window.electron.getBinaryPath('jbang'),
|
jbang: await window.electron.getBinaryPath('jbang'),
|
||||||
npx: await window.electron.getBinaryPath('npx'),
|
npx: await window.electron.getBinaryPath('npx'),
|
||||||
|
|||||||
@@ -270,7 +270,6 @@ export async function loadAndAddStoredExtensions() {
|
|||||||
// Update the path to the binary based on the command
|
// Update the path to the binary based on the command
|
||||||
export async function replaceWithShims(cmd: string) {
|
export async function replaceWithShims(cmd: string) {
|
||||||
const binaryPathMap: Record<string, string> = {
|
const binaryPathMap: Record<string, string> = {
|
||||||
cu: await window.electron.getBinaryPath('cu'),
|
|
||||||
goosed: await window.electron.getBinaryPath('goosed'),
|
goosed: await window.electron.getBinaryPath('goosed'),
|
||||||
jbang: await window.electron.getBinaryPath('jbang'),
|
jbang: await window.electron.getBinaryPath('jbang'),
|
||||||
npx: await window.electron.getBinaryPath('npx'),
|
npx: await window.electron.getBinaryPath('npx'),
|
||||||
|
|||||||
Reference in New Issue
Block a user