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(terminal): gate Windows shell helpers with compile-time cfg
Use #[cfg(windows)] / #[cfg(not(windows))] instead of cfg!(windows) so
Linux and macOS builds do not reference Windows-only PTY symbols.
Co-authored-by: Cursor <cursoragent@cursor.com>
feat(ci): add macOS DMG installers to release workflow
Add DMG disk image creation for both Apple Silicon and Intel Mac builds using hdiutil. DMGs include Applications symlink for drag-to-install. Updated both READMEs with DMG download links and macOS install section.
Made-with: Cursor