Tomas Slusny
Tomas Slusny
Can you check :checkhealth? Outside of some actual neovim bug I can only think of your curl being somehow very broken to cause this
Not reproducible, closing as stale
This is first time I hear something like prompt-buffer exists :d Sounds like good idea tho because this is precisely what we want to achieve anyway with otu current implementation.
So I experimented with prompt buffer a bit and my thoughts are: It simplifies a lot of the prompt handling code *but* being able to only edit 1 line is...
This was resolved by https://github.com/CopilotC-Nvim/CopilotChat.nvim/pull/1190 i believe
Oh I see, totally missed that, that is unfortunate. Alright I will try to make a fix
As mentioned here: https://www.reddit.com/r/neovim/comments/1jdcqp7/nvimctxingest_easily_share_project_ctx_with_ur_llm/mid7v1i/ I think that: 1. When providing information about project files to LLM, it is better to provide the file list directly, LLMs understand this and providing...
What you are describing as MCP is actually only part of MCP, e.g tools. Another important part is resources, and that is what I would personally use these primitives for,...
Is this some recent neovim addition?
Hmm so if I understand this correctly, this is sent to the /completions endpoint right. So I can just accept anything in the value for the agent config and then...