Conversation
Add vfox:mise-plugins/vfox-pipenv as the primary backend for pipenv, with pipx:pipenv as a fallback. Also adds python dependency. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds vfox backend support for pipenv with a fallback to pipx. The change enhances pipenv installation by leveraging the new vfox-pipenv plugin which provides version fetching from PyPI, isolated venv installation, and automatic virtualenv activation.
- Adds
vfox:mise-plugins/vfox-pipenvas the primary backend for pipenv - Adds
pythonas a dependency since the vfox plugin requires it - Maintains
pipx:pipenvas a fallback option
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Hyperfine Performance
|
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2025.12.12 x -- echo |
19.4 ± 0.3 | 19.0 | 21.9 | 1.00 |
mise x -- echo |
19.5 ± 0.4 | 19.1 | 26.6 | 1.01 ± 0.03 |
mise env
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2025.12.12 env |
19.0 ± 0.6 | 18.3 | 25.0 | 1.00 |
mise env |
19.0 ± 0.2 | 18.3 | 20.3 | 1.00 ± 0.03 |
mise hook-env
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2025.12.12 hook-env |
19.0 ± 0.4 | 18.5 | 26.9 | 1.00 |
mise hook-env |
19.3 ± 1.4 | 18.7 | 47.5 | 1.01 ± 0.08 |
mise ls
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2025.12.12 ls |
16.7 ± 0.2 | 16.2 | 18.2 | 1.00 |
mise ls |
16.8 ± 0.2 | 16.3 | 18.3 | 1.01 ± 0.02 |
xtasks/test/perf
| Command | mise-2025.12.12 | mise | Variance |
|---|---|---|---|
| install (cached) | 107ms | 109ms | -1% |
| ls (cached) | 66ms | 66ms | +0% |
| bin-paths (cached) | 72ms | 71ms | +1% |
| task-ls (cached) | 2257ms | ✅ 277ms | +714% |
✅ Performance improvement: task-ls cached is 714%
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
vfox:mise-plugins/vfox-pipenvas the primary backend for pipenvpipx:pipenvas a fallbackpythondependency since the vfox plugin requires PythonThe new vfox-pipenv plugin (https://github.com/mise-plugins/vfox-pipenv) provides:
mise_envhookTest plan
mise install pipenv@latestmise ls-remote pipenv🤖 Generated with Claude Code
Note
Sets
pipenvprimary backend tovfox:mise-plugins/vfox-pipenvwithpipx:pipenvfallback and addspythonas a dependency.tools.pipenv:vfox:mise-plugins/vfox-pipenv; keeppipx:pipenvas fallback.python.Written by Cursor Bugbot for commit b8aea24. This will update automatically on new commits. Configure here.