Skip to content

chore(mise): move human-only tools to mise.human.toml - #264

Merged
richardthe3rd merged 1 commit into
mainfrom
claude/find-mise-location-ffYZg
May 14, 2026
Merged

chore(mise): move human-only tools to mise.human.toml#264
richardthe3rd merged 1 commit into
mainfrom
claude/find-mise-location-ffYZg

Conversation

@richardthe3rd

Copy link
Copy Markdown
Owner

claude, gh, and cloudflared are not needed in cloud/agent sessions
(CLAUDE_CODE_REMOTE=true). Moving them to a separate mise.human.toml
keeps the dev environment lean and avoids pointless install attempts.

Human devs: MISE_ENV=dev,human
Agent/CI: MISE_ENV=dev,sandboxed (unchanged)

claude, gh, and cloudflared are not needed in cloud/agent sessions
(CLAUDE_CODE_REMOTE=true). Moving them to a separate mise.human.toml
keeps the dev environment lean and avoids pointless install attempts.

Human devs: MISE_ENV=dev,human
Agent/CI:   MISE_ENV=dev,sandboxed (unchanged)
Copilot AI review requested due to automatic review settings May 14, 2026 20:51
@richardthe3rd
richardthe3rd merged commit 99b2e99 into main May 14, 2026
12 checks passed

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Separates human-only CLI tooling from the default developer mise environment so cloud/agent/sandboxed sessions don’t attempt to install unnecessary binaries.

Changes:

  • Added a new mise.human.toml environment containing claude, gh, and cloudflared.
  • Removed those human-only tools from mise.dev.toml and added guidance to use MISE_ENV=dev,human when needed.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
mise.human.toml New “human” mise environment containing Claude Code + GitHub/Cloudflare CLIs.
mise.dev.toml Drops human-only tools from the dev env and documents how to opt-in via MISE_ENV=dev,human.

Comment thread mise.dev.toml
Comment on lines +1 to +6
# Developer-specific mise configuration (e2e tools, tasks)
# Load with: MISE_ENV=dev mise install
# Or set permanently: export MISE_ENV=dev in your shell rc file
#
# For human-only tools (Claude, gh, cloudflared), also add: MISE_ENV=dev,human
#
Comment thread mise.human.toml
Comment on lines +2 to +3
# Load with: MISE_ENV=dev,human mise install
# Or set permanently: export MISE_ENV=dev,human in your shell rc file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants