s-kostyaev / ellama

Ellama is a tool for interacting with large language models from Emacs.
GNU General Public License v3.0
359 stars 25 forks source link

Suggestion: Eliminate Aliasing Of Commands Via defalias #39

Closed tvraman closed 6 months ago

tvraman commented 6 months ago

Ellama defaliases many of its user-facing commands. While this is nice while early prototyping, it gets in the way of completion when browsing code, using company to use functions from ellama etc. Suggest we settle on one naming scheme, e.g. ellama-- or with the noun/action order swapped; but use one consistently; so using the former, we would have ellama-code-complete etc.