glue login and create command tweaks#32
Conversation
There was a problem hiding this comment.
Code Review
This pull request simplifies the editor detection logic in commands/create.ts by removing the manual installation flow and refactoring the detection to use a list of default commands. It also updates the CLI output in commands/login.ts and commands/skills.ts to provide better guidance on installing agent skills. A review comment suggests broadening the support for the EDITOR environment variable to include any installed command rather than restricting it to the hardcoded defaults.
Greptile SummaryThis PR makes three UX improvements to the login and create flows: (1) the post-login tip now also mentions
Confidence Score: 4/5Safe to merge with the One P1 logic bug in
Important Files Changed
|
glue install-skillscommand alongside the existingglue createsuggestion.glue createthat allowed it to overwrite an existing glue.glue createdoesn't detect any editors, have a better simpler flow suggesting our recommended editors to the user.glue create, suggest installing agent skills after setting up the new glue.