Compare commits

..

11 Commits

Author SHA1 Message Date
3f4ec1b6d3
feat(neovim): enable mcphub in avante 2025-05-28 18:21:25 +00:00
627099cb6f
feat(neovim): enable blink-cmp-avante in blink.cmp 2025-05-28 18:21:25 +00:00
a7913347f6
feat(neovim): upgrade kickstart.nvim to latest commit 2025-05-28 18:21:25 +00:00
81ec7c642e
feat(neovim): re-enable avante 2025-05-28 18:21:25 +00:00
a98e2b416b
feat(goose): add base configuration 2025-05-28 18:21:25 +00:00
ad0e66164f
feat(neovim): add goose.nvim to interact with goose 2025-05-28 18:21:25 +00:00
a39459c21d
feat(mise): add goose ai agent 2025-05-28 18:21:25 +00:00
509e884c03
feat(nvim): upgrade gemini pro version 2025-05-28 18:21:25 +00:00
ff62296833
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-28 18:21:25 +00:00
15a0440c62
fix(neovim): move mcp utilities for server.json 2025-05-28 18:21:25 +00:00
488c0087e9 chore(deps): update ghcr.io/chroma-core/chroma docker tag to v1.0.10 (#236)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/chroma-core/chroma | patch | `1.0.9` -> `1.0.10` |

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODguMyIsInVwZGF0ZWRJblZlciI6IjM5LjE4OC4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Reviewed-on: #236
Co-authored-by: renovate-bot <renovate-bot@dubas.dev>
Co-committed-by: renovate-bot <renovate-bot@dubas.dev>
2025-05-26 13:36:59 +00:00
2 changed files with 12 additions and 1 deletions

View File

@ -441,8 +441,19 @@ 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.9'
image: 'ghcr.io/chroma-core/chroma:1.0.10'
init: true
restart: unless-stopped
hostname: chroma