From 6231ed1bdcf84b93411bd34c812280c2c9c5786a Mon Sep 17 00:00:00 2001 From: Joao P Dubas Date: Mon, 12 May 2025 13:41:55 +0000 Subject: [PATCH] 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: https://gitea.dubas.dev/joao.dubas/ide/pulls/227 Co-authored-by: Joao P Dubas Co-committed-by: Joao P Dubas --- config/mcphub/servers.json | 1 + config/mise/config.toml | 18 +++++++++--------- 2 files changed, 10 insertions(+), 9 deletions(-) create mode 100644 config/mcphub/servers.json diff --git a/config/mcphub/servers.json b/config/mcphub/servers.json new file mode 100644 index 0000000..6b0a486 --- /dev/null +++ b/config/mcphub/servers.json @@ -0,0 +1 @@ +{"mcpServers":{}} \ No newline at end of file diff --git a/config/mise/config.toml b/config/mise/config.toml index a19ed15..a597718 100644 --- a/config/mise/config.toml +++ b/config/mise/config.toml @@ -1,14 +1,14 @@ [tools] "aqua:BurntSushi/ripgrep" = "14.1.1" -"aqua:CircleCI-Public/circleci-cli" = "0.1.31632" +"aqua:CircleCI-Public/circleci-cli" = "0.1.31687" "aqua:FiloSottile/age" = "1.2.1" "aqua:ajeetdsouza/zoxide" = "0.9.7" "aqua:alexellis/k3sup" = "0.13.8" -"aqua:astral-sh/uv" = "0.7.2" -"aqua:aws/aws-cli" = "2.27.9" +"aqua:astral-sh/uv" = "0.7.3" +"aqua:aws/aws-cli" = "2.27.12" "aqua:bitwarden/clients" = "cli-v2025.2.0" "aqua:dagger/dagger" = "0.18.6" -"aqua:derailed/k9s" = "0.50.4" +"aqua:derailed/k9s" = "0.50.6" "aqua:eksctl-io/eksctl" = "0.207.0" "aqua:evilmartians/lefthook" = "1.11.12" "aqua:eza-community/eza" = "0.21.3" @@ -16,7 +16,7 @@ "aqua:go-task/task" = "3.43.3" "aqua:hashicorp/terraform" = "1.11.4" "aqua:helm/helm" = "3.17.3" -"aqua:jj-vcs/jj" = "0.28.2" +"aqua:jj-vcs/jj" = "0.29.0" "aqua:junegunn/fzf" = "0.62.0" "aqua:k3d-io/k3d" = "5.8.3" "aqua:kubernetes-sigs/kind" = "0.27.0" @@ -27,11 +27,11 @@ "aqua:starship/starship" = "1.23.0" "aqua:tilt-dev/ctlptl" = "0.8.40" "aqua:tilt-dev/tilt" = "0.34.2" -"aqua:xo/usql" = "0.19.21" +"aqua:xo/usql" = "0.19.23" "go:github.com/bloznelis/typioca" = "3.1.0" -"npm:@anthropic-ai/claude-code" = "0.2.103" -"pipx:aider-chat" = { version = "0.82.3", uvx_args = "--python 3.12.10 --with google-generativeai" } -"pipx:vectorcode" = { version = "0.6.5", uvx_args = "--python 3.13.3", extras = "mcp" } +"npm:@anthropic-ai/claude-code" = "0.2.107" +"pipx:aider-chat" = { version = "0.83.1", uvx_args = "--python 3.12.10 --with google-generativeai" } +"pipx:vectorcode" = { version = "0.6.6", uvx_args = "--python 3.13.3", extras = "mcp" } "ubi:Samyak2/toipe" = "0.5.0" "ubi:hlsxx/tukai" = "0.2.2" "ubi:jdx/usage" = "2.1.1"