Skip to content

Commit 0dee230

Browse files
committed
codecompanion: extension support
1 parent 0383311 commit 0dee230

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

docs/release-notes/rl-0.8.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -492,3 +492,7 @@
492492
- Fix default [blink.cmp] sources "path" and "buffer" not working when
493493
`autocomplete.nvim-cmp.enable` was disabled and
494494
`autocomplete.nvim-cmp.sources` had not been modified.
495+
496+
[midischwarz12](https://github.com/midischwarz12):
497+
498+
- Add extension support for [codecompanion-nvim].

modules/plugins/assistant/codecompanion/codecompanion-nvim.nix

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,12 @@ in {
295295
that can be used in the action palette.
296296
'';
297297
};
298+
299+
extensions = mkOption {
300+
type = nullOr luaInline;
301+
default = null;
302+
description = "Extensions for codecompanion";
303+
};
298304
};
299305
};
300306
};

0 commit comments

Comments
 (0)