-
Notifications
You must be signed in to change notification settings - Fork 681
docs(install): add mise install method for macOS, Linux, and Windows #792
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
AndryOre
wants to merge
1
commit into
Gentleman-Programming:main
Choose a base branch
from
AndryOre:feat/mise-docs
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+23
−2
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎯 Functional Correctness | 🟡 Minor | ⚡ Quick win
🔎 Supported by static analysis
🏁 Script executed:
Repository: Gentleman-Programming/engram
Length of output: 18336
🤖 get_repo_knowledge executed:
get_repo_knowledge Gentleman-Programming/engram /tmp/coderabbit-repo-knowledge/gentleman-programming-engram-7ead0552/learnings /tmp/coderabbit-repo-knowledge/gentleman-programming-engram-7ead0552/conventionsLength of output: 11433
🌐 Web query:
mise v2026.9.0 short tool names mise use engram@latest release notes💡 Result:
<search_synthesis>
In mise v2026.9.0, released on or around September 1, 2026, the primary new feature is the introduction of lazy tool shims [1][2]. This functionality allows tools to be installed automatically only when one of their commands is first invoked, rather than at the time of initial configuration [1][3]. Users can declare a tool as lazy in their configuration using the
lazy = truesetting [1][4]. Regarding the use of short tool names, mise maintains a central registry that maps shorthand names (e.g.,engram) to their full backend locations (such asaqua:orgithub:repositories) [5][6][7]. The toolengramwas explicitly added to this registry [2][7], which enables the commandmise use engram@latestto work seamlessly [7][8]. Before this registry entry was added, users were required to use the full long-form name, such asmise use -g github:Gentleman-Programming/engram@latest[8]. Themise usecommand itself remains the standard method for installing a tool and adding it to your configuration file [9][10]. By default, it operates on amise.tomlfile in the current directory, but you can specify a global configuration with the-gflag [9][10].</search_synthesis>
<source_evidence>
Citations:
Document the minimum mise version for
engram@latest.Mise added
engramto its tool registry in v2026.9.0. Older versions can rejectmise use -g engram@latestbecause they cannot resolve the short name. Documentmise >= v2026.9.0, or providemise use -g github:Gentleman-Programming/engram@latestas the fallback.🤖 Prompt for AI Agents