-
Notifications
You must be signed in to change notification settings - Fork 36
Cli setup experience #538
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cli setup experience #538
Conversation
Co-authored-by: me <[email protected]>
|
Cursor Agent can help with this pull request. Just |
…e names The getSupportedEditorCommands function was returning executable names like 'Code.exe' and 'Cursor.exe' on Windows, which are not available in PATH. Windows PATH typically contains 'code.cmd' or just 'code'. Added WINDOWS_CLI_COMMANDS mapping to convert executable names to their CLI command equivalents, matching the behavior on macOS and Linux platforms. Co-authored-by: me <[email protected]>
|
Bugbot Autofix resolved the bug found in the latest run.
|
Co-authored-by: me <[email protected]>
|
Bugbot Autofix resolved the bug found in the latest run.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is ON. A Cloud Agent has been kicked off to fix the reported issue.
When no available editors are detected but a default editor exists, the function now returns null instead of the default editor when the user declines. This ensures the user's explicit declination is respected for the immediate action, not just for saving preferences. Co-authored-by: me <[email protected]>
|
Bugbot Autofix resolved the bug found in the latest run.
|
Adds preferred editor selection and persistence, and refines workshop accessibility checks during onboarding.
The workshop setup flow now displays available workshops even if access isn't fully verified, preventing an empty list when the user is not explicitly logged out. Additionally, users can now choose and save their preferred code editor, which the
opencommand will use, avoiding unexpected editor launches like Vim.Note
Editor preference (persisted) and usage
config editorsubcommand and--editorflag to set preferred editor; docs updatedopenresolves preferred editor (prompts once, persists) and setsEPICSHOP_EDITORpreferredEditor(get/set/clear)Onboarding and workshop selection improvements
Other
configflow adds interactive editor picker; silent output includes preferred editor statusWritten by Cursor Bugbot for commit 151c1a0. This will update automatically on new commits. Configure here.