From 6dc701a4f782c03d147c65be90ef23f43b5b1515 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Wed, 14 Jan 2026 19:00:16 +0000 Subject: [PATCH] feat(mise/config): add 'claude-plugins' dependency to configuration --- config/mise/config.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/mise/config.toml b/config/mise/config.toml index 07f4d4b..e8dc4a1 100644 --- a/config/mise/config.toml +++ b/config/mise/config.toml @@ -56,6 +56,7 @@ compile = true "npm:@mermaid-js/mermaid-cli" = "latest" "npm:@openai/codex" = "latest" "npm:@prettier/plugin-php" = "latest" +"npm:claude-plugins" = "latest" "npm:dockerfile-language-server-nodejs" = "latest" "npm:eslint" = "latest" "npm:eslint-config-prettier" = "latest"