From 7f94d67cce04305bf374ffc4d608a0584f266bae Mon Sep 17 00:00:00 2001 From: Alexander Neonxp Kiryukhin Date: Wed, 3 Dec 2025 14:04:47 +0300 Subject: 03.12.25 --- config/nvim/lua/plugins/codecompanion.lua | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) (limited to 'config/nvim/lua/plugins/codecompanion.lua') diff --git a/config/nvim/lua/plugins/codecompanion.lua b/config/nvim/lua/plugins/codecompanion.lua index a657d09..d8eec4a 100644 --- a/config/nvim/lua/plugins/codecompanion.lua +++ b/config/nvim/lua/plugins/codecompanion.lua @@ -3,10 +3,6 @@ return { dependencies = { "nvim-lua/plenary.nvim", "nvim-treesitter/nvim-treesitter", - { - "MeanderingProgrammer/render-markdown.nvim", - ft = { "markdown", "codecompanion" }, - }, { "ravitemer/mcphub.nvim", dependencies = { @@ -43,9 +39,12 @@ return { adapter = "scbt", tools = { opts = { + auto_submit_errors = true, -- Send any errors to the LLM automatically? + auto_submit_success = true, -- Send any successful output to the LLM automatically? default_tools = { "full_stack_dev", "mcp", + "filesystem", }, }, opts = { @@ -78,6 +77,17 @@ return { default = "qwen3-235b-it", choices = { "qwen3-235b-it", + "Qwen3-Coder-30B-A3B-Instruct-FP8", + "qwen2-5-coder-1-5b", + }, + num_ctx = { + default = 120000, + }, + think = { + default = true, + }, + keep_alive = { + default = "5m", }, }, }, -- cgit v1.2.3