Legacy terminal tool not work any more after updated cursor

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

after update cursor
Version: 3.4.20
VSCode Version: 1.105.1
Commit: 0cf8b06883f54e26bb4f0fb8647c9500ccb43310
Date: 2026-05-15T02:26:10.351Z
Layout: editor
Build Type: Stable
Release Track: Default
Electron: 39.8.1
Chromium: 142.0.7444.265
Node.js: 22.22.1
V8: 14.2.231.22-electron.0
OS: Darwin arm64 24.6.0

legacy terminal tool is not work anymore, I can’t find any tool installed in my machine.

Steps to Reproduce

  1. set legacy terminal tool
  2. which wget
    wget not found

Expected Behavior

which wget  :check_mark:  11:35:30 
/opt/homebrew/bin/wget

Operating System

MacOS

Version Information

Version: 3.4.20
VSCode Version: 1.105.1
Commit: 0cf8b06883f54e26bb4f0fb8647c9500ccb43310
Date: 2026-05-15T02:26:10.351Z
Layout: editor
Build Type: Stable
Release Track: Default
Electron: 39.8.1
Chromium: 142.0.7444.265
Node.js: 22.22.1
V8: 14.2.231.22-electron.0
OS: Darwin arm64 24.6.0

Does this stop you from using Cursor

Yes - Cursor is unusable

it break down my work, please help to fix it!

i roll back to cursor 3.3, and it works fine.
which wget && wget --version | head -n 1

/opt/homebrew/bin/wget

cursor update is very fast, but it has many bugs after very version udpated.

can you please to make the old version functions works fine before you released your update.

This should be resolved in newer versions of Cursor. I wasn’t able to reproduce this on the latest stable release (the shell environment now correctly picks up Homebrew paths for the legacy terminal tool).

Could you update to the latest version? You can trigger it via Help > Check for Updates or download from cursor.com. If the issue persists after updating, reply here and I’ll dig deeper.

In the meantime, if you need an immediate workaround on 3.4.20:

  • Launch Cursor from your terminal (cursor . in your project directory) — this ensures Cursor inherits your full PATH including /opt/homebrew/bin.

already latest Version. but it’s not resolved

Version: 3.4.20

VSCode Version: 1.105.1

Commit: 0cf8b06883f54e26bb4f0fb8647c9500ccb43310

Date: 2026-05-15T02:26:10.351Z (3 days ago)

Layout: glass

Build Type: Stable

Release Track: Default

Electron: 39.8.1

Chromium: 142.0.7444.265

Node.js: 22.22.1

V8: 14.2.231.22-electron.0

OS: Darwin arm64 24.6.0

it works now… do you have any change for this?