assistant/codecompanion: rename strategies -> interactions#1497
Merged
NotAShelf merged 2 commits intoNotAShelf:mainfrom Apr 7, 2026
Merged
Conversation
codecompanion.nvim v19 renamed `strategies` to `interactions` (olimorris/codecompanion.nvim#2485). The nvf module still generated the deprecated `strategies` key, which triggers codecompanion's backwards-compat migration shim. That shim replaces any user-provided `interactions` table with `defaults + strategies`, silently discarding user overrides like `interactions.chat.adapter`. Rename the option tree so the generated Lua uses the current `interactions` key and the migration shim is never triggered.
958c7f4 to
3820db9
Compare
NotAShelf
approved these changes
Apr 5, 2026
Owner
|
I don't have the means to test, but diff lgtm. |
NotAShelf
approved these changes
Apr 7, 2026
Owner
|
I thought auto-merge would get this... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
codecompanion.nvim v19 renamed
strategiestointeractions(olimorris/codecompanion.nvim#2485). The nvf module still generates the deprecatedstrategieskey in the Lua setup call.Problem
codecompanion has a backwards-compat migration shim that detects
strategiesand converts it:When a user sets
setupOpts.interactions(e.g. for adapter/CLI config) and the nvf module simultaneously generatessetupOpts.strategies(for inline keymaps), the migration replaces the user'sinteractionstable withdefaults + strategies, silently discarding overrides likeinteractions.chat.adapter.This causes the chat adapter to revert to the default (
copilot), which fails withCopilot Adapter: No token foundif the user does not have a GitHub Copilot token.Fix
Rename the option tree from
strategiestointeractionsso the generated Lua uses the current key and the migration shim is never triggered.Sanity Checking
nix fmt).#nix(default package).#maximal.#docs-html— pre-existing:ndglacksaarch64-darwinsupport.#docs-linkcheckx86_64-linuxaarch64-linuxx86_64-darwinaarch64-darwin