Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions mise.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ node = "24.15.0"
# claude-code's native binary is installed by a node postinstall script:
# `depends = "node"` ensures node installs first, else the binary is missing
# ("claude native binary not installed", which fails `claude plugin validate`).
# Pinned to 2.1.143 — 2.1.146 ships a broken native-binary install regardless.
"npm:@anthropic-ai/claude-code" = { version = "2.1.143", depends = "node" }
# Pinned to 2.1.128 to match alex/jack/henry mise.toml (and the patcher).
# Avoid 2.1.146+ which ships a broken native-binary install regardless.
"npm:@anthropic-ai/claude-code" = { version = "2.1.128", depends = "node" }
"pipx:litellm" = { version = "1.83.14", extras = "proxy" }
tilt = "0.37.3"

Expand Down
Loading