Skip to content
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

Initial experience report from cody-emacs stevey/completions branch #29

Open
sqs opened this issue Jun 20, 2024 · 2 comments
Open

Initial experience report from cody-emacs stevey/completions branch #29

sqs opened this issue Jun 20, 2024 · 2 comments

Comments

@sqs
Copy link
Member

sqs commented Jun 20, 2024

Got the stevey/completions branch up and running in my Emacs! Super excited about this. I was able to get completions and the setup was pretty easy. It will be easier when it's on MELPA (I had to install uuidgen manually when running from source).

image

Wahoo!!! 🎉 🎉 🎉 🎉

  • I don't like the Cody icon showing up for completions. It is distracting. image
  • I was mostly getting single-token completions, including one where it was just ab (but it made sense since I was typing about abuse). I have gotten a few multi-token completions, though.
  • I got notifications from macOS saying things like "Emacs wants to access files in your iCloud Drive", "Emacs wants to access your reminders.", etc. Is something in Cody scanning the file system? I know it's not nefarious. I set cody-workspace-root and maybe that will suppress these.
  • I got Debugger entered--Lisp error: (error "use-package: Unrecognized keyword: :straight") so I commented out that line with :straight and it still seemed to work.
  • Similar error for setopt in the recommended config. I changed it tosetq and it worked, but I don't know if that is setting a different variable from setopt.
  • There is no cody command as described in the docs, only cody-chat, cody-login, etc.
  • The docs should say how to run cody-mode when you open new buffers (eg add-hook or whatever).
@steveyegge
Copy link
Collaborator

Wow, this stuff is not ready for prime time yet, but I'm glad you were able to get it working.

@steveyegge
Copy link
Collaborator

The branch is ready for another look.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants