kracejic

Results 10 comments of kracejic

Hi, sorry for the late answer, but I am quite busy at work and I wanted to really think about this... While I very much like building the Windows and...

@Quasic Yes, it worked for me. Both on Android 6 and on 7. Sometimes I had to toggle software keyboard. Like I wrote, it had some quirks. :) But for...

@Quasic That would be very nice.

Hi, attempting to work on this at https://github.com/kracejic/vim-ai/tree/mcp?tab=readme-ov-file#model-context-protocol-mcp. Currently supports only stdio and it does not ask for permissions for (some) tools. So for anyone trying this, be careful. You...

I was wondering about the same thing. MCP is quite AI API agnostic, but the function calling itself is probably where the difference is. I can move the AI+MCP while...

I have moved the logic into provider. As a proof of concept, I have added confirmation via new "info" segment which is ignored for the messages (without the info segment...

Thanks, I enjoy using this plugin and missed these two thing (async chat and mcp), so I want to give back a little. Important note about the mcp dependency... I...

Hi @madox2, understood. I made a pull request with just the support in core plugin that I have needed. The provider with MCP support (only stdio for next couple of...

Needed commit was cherry-picked by @madox2 (thanks!), now https://github.com/kracejic/vim-ai-provider-openai-mcp is usable now as a plugin for vim-ai that gives you mcp functionality (stdio only as of now). Others can also...