3 Commits

Author SHA1 Message Date
15a0440c62
fix(neovim): move mcp utilities for server.json 2025-05-28 18:21:25 +00:00
6231ed1bdc feat(mise): upgrade runtimes (#227)
Upgrade runtimes:

* `aqua:CircleCI-Public/circleci-cli` from 0.1.31632 to 0.1.31687
* `aqua:astral-sh/uv` from 0.7.2 to 0.7.3
* `aqua:aws/aws-cli` from 2.27.9 to 2.27.12
* `aqua:derailed/k9s` from 0.50.4 to 0.50.6
* `aqua:jj-vcs/jj` from 0.28.2 to 0.29.0
* `aqua:xo/usql` from 0.19.21 to 0.19.23
* `npm:@anthropic-ai/claude-code` from 0.2.103 to 0.2.107
* `pipx:aider-chat` from 0.82.3 to 0.83.1
* `pipx:vectorcode` from 0.6.5 to 0.6.6

Add `mcphub` configuration.

Reviewed-on: #227
Co-authored-by: Joao P Dubas <joao.dubas+gitea@gmail.com>
Co-committed-by: Joao P Dubas <joao.dubas+gitea@gmail.com>
2025-05-12 13:41:55 +00:00
44eca8b20d feat(nvim): move from avante to codecompanion (#222)
Change the AI tool from [avante][0] to [codecompanion][1] to check if it's a better alternative.

Also, install additional tools such as:

* [mcphub][2]
* [vectorcode][3]

These should improve the experience with AI tooling.

Reviewed-on: #222

[0]: https://github.com/yetone/avante.nvim
[1]: https://codecompanion.olimorris.dev/
[2]: https://github.com/ravitemer/mcphub.nvim
[3]: https://github.com/Davidyz/VectorCode
Co-authored-by: Joao P Dubas <joao.dubas+gitea@gmail.com>
Co-committed-by: Joao P Dubas <joao.dubas+gitea@gmail.com>
2025-05-07 11:39:51 +00:00