olimorris / codecompanion.nvim

✨ AI-powered coding, seamlessly in Neovim. Supports Anthropic, Copilot, Gemini, Ollama, OpenAI and xAI LLMs
MIT License
939 stars 69 forks source link

feat(inline): support stop_context_insertion logic in inline strategy #94

Closed SDGLBL closed 2 months ago

SDGLBL commented 2 months ago

support stop_context_insertion logic in inline strategy

Sometimes we need modify the visual selected code sended to model.

olimorris commented 2 months ago

Ahhh good spot! Thank you