We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5219e3 commit 792a297Copy full SHA for 792a297
lua/codecompanion/strategies/chat/keymaps.lua
@@ -467,7 +467,7 @@ M.change_adapter = {
467
desc = "Change the adapter",
468
callback = function(chat)
469
if config.display.chat.show_settings then
470
- return
+ return util.notify("Adapter can't be changed when `display.chat.show_settings = true`", vim.log.levels.WARN)
471
end
472
473
local function select_opts(prompt, conditional)
0 commit comments