From feda9d1de1c153c93c63e27afa423efb585e70de Mon Sep 17 00:00:00 2001 From: Joao P Dubas Date: Tue, 24 Jun 2025 00:18:32 +0000 Subject: [PATCH] feat: upgrade runtimes (#250) Upgrade runtimes: * `aqua:CircleCI-Public/circleci-cli`: from 0.1.32367 to 0.1.32580 * `aqua:astral-sh/uv`: from 0.7.13 to 0.7.14 * `aqua:aws/aws-cli`: from 2.27.40 to 2.27.41 * `aqua:pnpm/pnpm`: from 10.12.1 to 10.12.2 * `pipx:vectorcode`: from 0.7.0 to 0.7.1 * `ubi:sst/opencode`: from 0.1.117 to 0.1.124 Added runtimes: * `ubi:comtrya/comtrya` Also, added `Makefile` target to compare host and repository's `mcphub` configuration . Reviewed-on: https://gitea.dubas.dev/joao.dubas/ide/pulls/250 Co-authored-by: Joao P Dubas Co-committed-by: Joao P Dubas --- Makefile | 4 ++++ config/mise/config.toml | 13 +++++++------ 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index 8bfcf19..180d1b3 100644 --- a/Makefile +++ b/Makefile @@ -16,6 +16,10 @@ patch_init_lua: ## create a patch file with the changes made in kickstart's init patch_init_lua_dry_run: ## show the changes made in kickstart's init.lua file @cd $(neovim_config_dir) && git diff --patch init.lua +.PHONY: diff_mcphub_config +diff_mcphub_config: ## compare host's mcphub config with repository's config + @nvim -d ~/.config/mcphub/servers.json ./config/mcphub/servers.json + .PHONY: diff_mise_config diff_mise_config: ## compare host's mise config with repository's config @nvim -d ~/.config/mise/config.toml ./config/mise/config.toml diff --git a/config/mise/config.toml b/config/mise/config.toml index 6e467ee..13d554a 100644 --- a/config/mise/config.toml +++ b/config/mise/config.toml @@ -1,11 +1,11 @@ [tools] "aqua:BurntSushi/ripgrep" = "14.1.1" -"aqua:CircleCI-Public/circleci-cli" = "0.1.32367" +"aqua:CircleCI-Public/circleci-cli" = "0.1.32580" "aqua:FiloSottile/age" = "1.2.1" "aqua:ajeetdsouza/zoxide" = "0.9.8" "aqua:alexellis/k3sup" = "0.13.9" -"aqua:astral-sh/uv" = "0.7.13" -"aqua:aws/aws-cli" = "2.27.40" +"aqua:astral-sh/uv" = "0.7.14" +"aqua:aws/aws-cli" = "2.27.41" "aqua:bitwarden/clients" = "cli-v2025.5.0" "aqua:dagger/dagger" = "0.18.10" "aqua:derailed/k9s" = "0.50.6" @@ -21,7 +21,7 @@ "aqua:k3d-io/k3d" = "5.8.3" "aqua:kubernetes-sigs/kind" = "0.29.0" "aqua:kubernetes/kubectl" = "1.33.2" -"aqua:pnpm/pnpm" = "10.12.1" +"aqua:pnpm/pnpm" = "10.12.2" "aqua:sbstp/kubie" = "0.25.2" "aqua:sharkdp/bat" = "0.25.0" "aqua:starship/starship" = "1.23.0" @@ -31,13 +31,14 @@ "go:github.com/bloznelis/typioca" = "3.1.0" "npm:@anthropic-ai/claude-code" = "1.0.31" "pipx:aider-chat" = { version = "0.84.0", uvx_args = "--python 3.12.10 --with google-generativeai" } -"pipx:vectorcode" = { version = "0.7.0", uvx_args = "--python 3.13.3", extras = "mcp" } +"pipx:vectorcode" = { version = "0.7.1", uvx_args = "--python 3.13.3", extras = "mcp" } "ubi:Samyak2/toipe" = "0.5.0" "ubi:block/goose" = "1.0.29" +"ubi:comtrya/comtrya" = "0.9.2" "ubi:hlsxx/tukai" = "0.2.2" "ubi:jdx/usage" = "2.1.1" "ubi:max-niederman/ttyper" = "1.6.0" -"ubi:sst/opencode" = "0.1.117" +"ubi:sst/opencode" = "0.1.124" "ubi:supabase/cli" = { version = "2.26.9", exe = "supabase" } "ubi:wagoodman/dive" = "0.13.1" elixir = "1.18.4"