Add Muse Code as a default coding agent - #9915
Merged
Merged
Conversation
Meta ships Muse Code only as a binary, so it installs from the AUR (muse-code-bin) instead of mise, and a fresh install runs the muse login browser flow in the install terminal before the agent opens. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_0148qKzr366p2Ubu2igCLvPg
jp30566347
force-pushed
the
add-muse-code-agent
branch
from
September 3, 2026 00:53
c5de40a to
2c3c5a8
Compare
# Conflicts: # bin/omarchy-default-agent # test/shell.d/menu-test.sh
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.
Adds Meta's Muse Code to Setup > Defaults > Agent. Selecting it installs Meta's official launcher through mise's HTTP backend and opens the agent through the shared default-agent flow. Mise discovers versions from Meta's stable channel; the launcher downloads, verifies, and updates the native binary for the current platform.
Muse ships with a lazy mise stub, so the download happens on first use. Setup and a migration for existing installs preserve user-managed launchers; the migration also respects the preinstall opt-out. Remove Preinstalls removes only the Omarchy wrapper. No usage collector is added.
Launches use
muse --approval-mode never, retaining Muse's sandbox. Initial prompts are passed as one argument after--. The menu labels it “Muse Code” with a Nerd Font infinity glyph. Includes aliases and user documentation.Validation:
loginand--helpare treated specially even after--. This remains unresolved.