A tiny CodeCompanion extension that provides a fast_apply tool to apply code
edits using morphllm fast apply.
Making code changes with any model other than Claude is a pain. The example below is achieved with Gemini 2.5 Flash.
codecompanion-fast-apply.mp4
{
"olimorris/codecompanion.nvim"",
dependencies = { "e2r2fx/codecompanion-fast-apply.nvim" },
opts = {
extensions = {
fast_apply = {
enabled = true,
opts = {
adapter = "openai_compatible",
model = "morph-v3-large",
url = "https://api.morphllm.com/v1",
api_key = "cmd:some command to get your api key",
},
},
}
}
}This repository provides a Nix flake. To enter the development shell and run the test suite:
nix develop --impure --accept-flake-config --command devenv testLicense: MIT