-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmise.human.toml
More file actions
21 lines (17 loc) · 1.09 KB
/
Copy pathmise.human.toml
File metadata and controls
21 lines (17 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Human developer tools — not loaded in cloud/agent sessions (CLAUDE_CODE_REMOTE=true)
# Load with: MISE_ENV=dev,human mise install
# Or set permanently: export MISE_ENV=dev,human in your shell rc file
[tools]
claude = { version = "latest", bin = "claude", platforms = """
[linux-arm64]
url = "https://storage.googleapis.com/claude-code-dist-86c565f3-f756-42ad-8dfa-d59b1c096819/claude-code-releases/{version}/linux-arm64/claude"
[linux-x64]
url = "https://storage.googleapis.com/claude-code-dist-86c565f3-f756-42ad-8dfa-d59b1c096819/claude-code-releases/{version}/linux-x64/claude"
[macos-arm64]
url = "https://storage.googleapis.com/claude-code-dist-86c565f3-f756-42ad-8dfa-d59b1c096819/claude-code-releases/{version}/darwin-arm64/claude"
[macos-x64]
url = "https://storage.googleapis.com/claude-code-dist-86c565f3-f756-42ad-8dfa-d59b1c096819/claude-code-releases/{version}/darwin-x64/claude"
""", version_list_url = "https://storage.googleapis.com/claude-code-dist-86c565f3-f756-42ad-8dfa-d59b1c096819/claude-code-releases/stable" }
cloudflared = "latest"
gh = "latest"
"npm:firebase-tools" = "14.26.0"