Skip to content
Merged

fix cu #3291

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ui/desktop/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"license": {
"name": "Apache-2.0"
},
"version": "1.0.31"
"version": "1.0.34"
},
"paths": {
"/agent/tools": {
Expand Down
1 change: 0 additions & 1 deletion ui/desktop/src/components/settings/extensions/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
Expand Down
1 change: 0 additions & 1 deletion ui/desktop/src/extensions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
Expand Down
Loading