karthink

Results 853 comments of karthink

It appears at the top of the user prompt the cursor is in -- so it might be out of view if your prompt is taller than the screen. If...

> In my opinion, instead of using comments, we could embed those overlays in the buffer, and when the region is selected, those overlays will be baked into the prompt,...

Yup, I can reproduce the bug, fixed.

Just a note that I'm going to be stepping away from gptel for a few days -- I've added/changed a whole bunch of things in the past two weeks, so...

> In the last year, I have tried various AI integrations for Emacs, the commandline and even VSC to see what other platforms are handling this. gptel is a clear...

> I am willing to work on it to specification if I am given instructions, though. Here's what I have in mind: #### context list The context list is a...

> It's difficult for me to think about local context buffers, since (right now) the process of adding context is going to another buffer and marking different regions that are...

@daedsidog I took a detailed look at your code in gptel-contexter.el. It looks good, here are a few comments from the perspective of adding it to gptel: 1. The bookkeeping...

> I think I would prefer to hack away at it, removing all the extras to my config. Okay. I actually have a minimal version of gptel-context.el written already (it...

I've created a `feature-context` branch in this repo, please switch the PR destination to this branch? I hope that's possible to do from the Github UI without having to create...