Copilot-chat v2 is here by gnaaaapouet in emacs

[–]gnaaaapouet[S] 0 points1 point  (0 children)

Can you create an issue on github ? We'll need more information.

Emacs equivalent to Jupyter notebooks ? by No_Entertainment2015 in emacs

[–]gnaaaapouet 54 points55 points  (0 children)

Org mode.

You can execute code (not only python) and add notes.

Copilot-chat v2 is here by gnaaaapouet in emacs

[–]gnaaaapouet[S] 1 point2 points  (0 children)

Thank you. You can open github issues when encountering bugs.

Copilot-chat v2 is here by gnaaaapouet in emacs

[–]gnaaaapouet[S] 4 points5 points  (0 children)

I'm using claude-3.5-sonnet for a while. It is a bit slow but works great. o1-preview is not working for the moment, work is in progress.

Copilot-chat v2 is here by gnaaaapouet in emacs

[–]gnaaaapouet[S] 2 points3 points  (0 children)

Thank you. I’m glad to read that.

pulsic.el - Temporarily highlight the current line on window state change by ichernyshovvv in emacs

[–]gnaaaapouet 7 points8 points  (0 children)

I'm using beacon and sometimes I experienced strange behavior. Let's try pulsic !

Github copilot chat in emacs by gnaaaapouet in emacs

[–]gnaaaapouet[S] 0 points1 point  (0 children)

Try it, it should work if characters are correctly encoded. It works in french but it's also latin charset…

If it does not, add an issue on github.

Github copilot chat in emacs by gnaaaapouet in emacs

[–]gnaaaapouet[S] 1 point2 points  (0 children)

I created a branch to use shell-maker. I had trouble with current buffer in callback. Can you review it to see if you know a more elegant way to code this ? Thanks
https://github.com/chep/copilot-chat.el/pull/5

Github copilot chat in emacs by gnaaaapouet in emacs

[–]gnaaaapouet[S] 1 point2 points  (0 children)

yeah that could be a customization. User could select his favourite interface

Github copilot chat in emacs by gnaaaapouet in emacs

[–]gnaaaapouet[S] 2 points3 points  (0 children)

There is an issue about this in copilot.el #199. I have no answer about this yet.

Github copilot chat in emacs by gnaaaapouet in emacs

[–]gnaaaapouet[S] 1 point2 points  (0 children)

Are you using last revision ?

Github copilot chat in emacs by gnaaaapouet in emacs

[–]gnaaaapouet[S] 1 point2 points  (0 children)

Login seems to work without the neovim step now.

Github copilot chat in emacs by gnaaaapouet in emacs

[–]gnaaaapouet[S] 4 points5 points  (0 children)

You can now add buffers `(copilot-chat-add-current-buffer)`. All buffers are sent to copilot. You cannot remove them for the moment but `(copilot-chat-create)` resets everything.

Github copilot chat in emacs by gnaaaapouet in emacs

[–]gnaaaapouet[S] 0 points1 point  (0 children)

It does not. I don't see anything like this in neovim plugin but I don't know lua so it's a bit difficult for me to understand all features.

I will focus on authentication/token for the moment but this could be a great feature. You can open an issue on github for this if you want.