feat(mise/tools): remove deprecated npm package and add new package for Claude Code

This commit is contained in:
2025-12-09 22:00:56 +00:00
parent 192e6d6a21
commit dee407ffc7

View File

@@ -48,7 +48,6 @@ ruby_install = true
"go:github.com/rakyll/hey" = "latest" "go:github.com/rakyll/hey" = "latest"
"go:google.golang.org/grpc/cmd/protoc-gen-go-grpc" = "latest" "go:google.golang.org/grpc/cmd/protoc-gen-go-grpc" = "latest"
"go:google.golang.org/protobuf/cmd/protoc-gen-go" = "latest" "go:google.golang.org/protobuf/cmd/protoc-gen-go" = "latest"
"npm:@anthropic-ai/claude-code" = "latest"
"npm:@github/copilot-language-server" = "latest" "npm:@github/copilot-language-server" = "latest"
"npm:@mermaid-js/mermaid-cli" = "latest" "npm:@mermaid-js/mermaid-cli" = "latest"
"npm:@modelcontextprotocol/server-memory" = "latest" "npm:@modelcontextprotocol/server-memory" = "latest"
@@ -95,6 +94,7 @@ bat-extras = "latest"
buf = "latest" buf = "latest"
bun = "latest" bun = "latest"
cargo-binstall = "latest" cargo-binstall = "latest"
claude-code = "latest"
crane = "latest" crane = "latest"
ctop = "latest" ctop = "latest"
difftastic = "latest" difftastic = "latest"