Skip to content

Commit ea42f53

Browse files
fix(ci): pin claude-code to 2.1.143 to unbreak validate
claude-code 2.1.146 ships a broken native-binary install — `claude plugin validate` errors "claude native binary not installed", failing the validate CI job. mise's npm:@anthropic-ai/claude-code = "latest" floated onto it. Pin to 2.1.143 (last known-good — verified passing in ai-mktpl PR #391's validate run, all plugins green). Also pin jq to 1.8.1 for reproducible CI. https://claude.ai/code/session_01AiWbZuSU6UCjuXnrBBFk9p
1 parent e4adba4 commit ea42f53

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

mise.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,12 @@
22
# postgres = "https://github.com/mise-plugins/vfox-postgres.git"
33

44
[tools]
5-
jq = "latest"
5+
jq = "1.8.1"
66
bun = "1.3.13"
7-
"npm:@anthropic-ai/claude-code" = "latest"
7+
# Pinned: claude-code 2.1.146 ships a broken native-binary install that fails
8+
# `claude plugin validate` in CI ("claude native binary not installed").
9+
# 2.1.143 is the last known-good release. Do not float to "latest".
10+
"npm:@anthropic-ai/claude-code" = "2.1.143"
811
"pipx:litellm" = { version = "1.83.14", extras = "proxy" }
912
tilt = "0.37.3"
1013

0 commit comments

Comments
 (0)