You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(cli): handle Bun compiled argv layout on Linux CI
Compiled binaries expose argv as [bun, /$bunfs/..., ...userArgs]; strip the runtime prefix and add regression tests.
Co-authored-by: Cursor <cursoragent@cursor.com>