-
Notifications
You must be signed in to change notification settings - Fork 0
help users get editors setup #22
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
Conversation
Summary of ChangesHello @aleemstreak, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request significantly improves the initial user experience when creating new glue files by integrating directly with code editors. Upon successful file creation, users are now prompted to open the file in their preferred editor, with automatic detection for VSCode and Cursor. If no editor is found, the system offers to guide the user through installing Cursor, ensuring a smoother transition from file creation to active development. This change aims to reduce friction and accelerate the onboarding process for new users. Highlights
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
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.
Code Review
This pull request introduces a helpful feature to guide users in setting up their editor after creating a new glue file. The implementation detects installed editors, prompts to install one if none are found, and opens the newly created file. My review includes a few suggestions to improve the robustness and quality of the new code. I've pointed out a potential crash when handling the EDITOR environment variable, some redundant code, and a typo in an unused property.
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.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 2a191c0260
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Greptile OverviewGreptile SummaryAdds post-creation flow to prompt users to open files in an editor, detecting Cursor or VSCode via Confidence Score: 1/5
Important Files ChangedFile Analysis
|
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.
6 files reviewed, 2 comments
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.
This is the final PR Bugbot will review for you during this billing cycle
Your free Bugbot reviews will reset on February 18
Details
You are on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle.
To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.
Co-authored-by: Chris Cowan <agentme49@gmail.com>
Note
Introduces a guided editor setup to streamline opening newly created glue files.
commands/create.ts, prompts to open in an editor viaopenInEditorFlowEDITORor by runningcode --version/cursor --version; supports VSCode and Cursorsamples/myExampleWebhook.tsnow logs_event.bodyTexton GETWritten by Cursor Bugbot for commit 9c950a1. This will update automatically on new commits. Configure here.