Compare commits

..

9 Commits

Author SHA1 Message Date
6eefce2d6f
feat(neovim): enable blink-cmp-avante in blink.cmp 2025-05-28 17:42:38 +00:00
d51feb9428
feat(neovim): upgrade kickstart.nvim to latest commit 2025-05-28 17:30:34 +00:00
598b1bf8c7
feat(neovim): re-enable avante 2025-05-28 14:50:49 +00:00
0ea0a24ad3
feat(goose): add base configuration 2025-05-28 13:56:06 +00:00
7367b4f9bc
feat(neovim): add goose.nvim to interact with goose 2025-05-28 13:51:43 +00:00
d08332033d
feat(mise): add goose ai agent 2025-05-27 19:06:07 +00:00
36468823ae
feat(nvim): upgrade gemini pro version 2025-05-27 18:53:29 +00:00
d461b517fc
feat(aider): minor improvements in configuration
Set explicitly the `reasoning-effort` and `thinking-tokens` to improve the
performance of the AI assistant.

Also, update the `model` and `editor-model` to the latest version of
gemini pro.
2025-05-27 18:49:11 +00:00
6212d90548
fix(neovim): move mcp utilities for server.json 2025-05-22 01:26:26 +00:00
2 changed files with 1 additions and 12 deletions

View File

@ -441,19 +441,8 @@ return {
reverse_switch_windows = '<S-Tab>',
},
},
-- The custom_tools type supports both a list and a function that returns a list. Using a function here prevents requiring mcphub before it's loaded
custom_tools = function()
return {
require('mcphub.extensions.avante').mcp_tool(),
}
end,
hints = { enabled = true },
provider = 'gemini-pro',
-- The system_prompt type supports both a string and a function that returns a string. Using a function here allows dynamically updating the prompt with `mcphub`
system_prompt = function()
local hub = require('mcphub').get_hub_instance()
return hub and hub:get_active_servers_prompt() or ''
end,
vendors = {
['gemini-pro'] = {
__inherited_from = 'gemini',

View File

@ -35,7 +35,7 @@ services:
- 'home_plugins_tmux:/home/coder/.config/tmux/plugins'
chroma:
image: 'ghcr.io/chroma-core/chroma:1.0.10'
image: 'ghcr.io/chroma-core/chroma:1.0.9'
init: true
restart: unless-stopped
hostname: chroma