copilot-emacs / copilot.el

An unofficial Copilot plugin for Emacs.
MIT License
1.71k stars 122 forks source link

Suggestion: improve copilot to work with shell #292

Open ghost opened 2 months ago

ghost commented 2 months ago

M-x shell or any of the other shells will often have way more than the character limit in the buffer. However, having copilot-mode enabled for the buffer could be very helpful. Is there a way to use a rolling window to limit the number of characters used by copilot-mode when in a shell buffer?