karthink

Results 856 comments of karthink

> (disclaimer, i wrote the protocol :p) Burying the lede there @dsp-ant :smile: Thanks for the clarification. I am thinking a generic Elisp MCP adapter that all LLM clients for...

gptel supports MCP servers via mcp.el, and includes easy ways to add tools from MCP: `(require 'gptel-integrations)`, then - either use `M-x gptel-mcp-connect` and `M-x gptel-mcp-disconnect`, - or look for...

What happens if you run `(gptel-api-key-from-auth-source)`? Does it return the key?

@tsoernes `gptel-api-key-from-auth-source` looks up the `:host` in your authinfo. So the authinfo entry should look like ``` machine .openai.azure.com login apikey password ```` OR You can write your own function...

@tsoernes Does my above reply work for you?

gptel uses NEWS. Is this file what you mean by CHANGELOG?

I see, I didn't know. A CHANGELOG sounds like a good idea then. gptel follows the GNU-style "file-oriented" commit heading format, for example: ``` gptel-anthropic: Add support for claude-3-7-sonnet-20250219 ```...

I tried to use `auto-changelog` and `git-cliff`, and neither of them could generate a meaningful changelog for the GNU project commit format I use for gptel. I spent a couple...

`popper-mode` is autoloaded, so this is not an error if Popper is installed correctly. How did you install Popper?

> shimeike left a comment (karthink/elfeed-tube#41) > > Yes, @karthink [warned](https://github.com/karthink/elfeed-tube/pull/39#issuecomment-2742148173) of this when originally merging `yt-dlp` support. > > So it's known that refinements are required in this regard....