lanceberge / elysium

Automatically apply AI-generated code changes in Emacs
GNU General Public License v3.0
126 stars 2 forks source link

Make code buffer explicit instead of heuristic #5

Closed gveres closed 10 hours ago

gveres commented 12 hours ago

This change sets up the callback gptel will use to explicitly contain the reference to the buffer from which the query was started. This is way more reliable than the heuristic that was used before.

gveres commented 11 hours ago

Should fix #3

lanceberge commented 10 hours ago

Awesome, thank you for this