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: #250 Co-authored-by: Joao P Dubas <joao.dubas+gitea@gmail.com> Co-committed-by: Joao P Dubas <joao.dubas+gitea@gmail.com>
This commit is contained in:
4
Makefile
4
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
|
||||
|
Reference in New Issue
Block a user