№ 0202GitHub
Muse Spark Code: Muse Code inside VS Code
An unofficial, open-source (MIT) VS Code extension that runs Meta's Muse Code (Muse Spark 1.3) in a side panel. Every tool call shows as a row with its diff, permission modes (Manu
<p align="center"> <img src="media/readme/banner.png" alt="Muse Spark Code: Meta's Muse Spark as a coding agent inside VS Code" width="100%"> </p> <p align="center"> <a href="https://marketplace.visualstudio.com/items?itemName=RandyNorthrup.muse-spark-code"><img alt="Marketplace version" src="https://badgen.net/vs-marketplace/v/RandyNorthrup.muse-spark-code?label=Marketplace&color=3b6cf6"></a> <a href="https://marketplace.visualstudio.com/items?itemName=RandyNorthrup.muse-spark-code"><img alt="Marketplace installs" src="https://badgen.net/vs-marketplace/i/RandyNorthrup.muse-spark-code?color=3b6cf6"></a> <a href="https://github.com/RandyNorthrup/muse-spark-code/actions/workflows/ci.yml"><img alt="CI" src="https://github.com/RandyNorthrup/muse-spark-code/actions/workflows/ci.yml/badge.svg"></a> <img alt="VS Code 1.125 or newer" src="https://img.shields.io/badge/VS%20Code-%E2%89%A5%201.125-2b7de9"> <a href="LICENSE"><img alt="MIT license" src="https://img.shields.io/badge/license-MIT-green"></a> <a href="https://www.paypal.com/donate/?hosted_button_id=Q9VC7B42R7K82"><img alt="Donate via PayPal" src="https://img.shields.io/badge/donate-PayPal-0070ba"></a> </p> **Muse Spark Code** puts Meta's Muse Spark model to work inside VS Code as a coding agent: a chat panel that streams answers, reads and edits your files with reviewable diffs, runs commands behind permission modes, delegates to subagents you can watch and steer, remembers past conversations, and takes dictation from your microphone. It runs on your Muse subscription through the Muse Code CLI, or on a Meta Model API key, and never mixes the two. > Unofficial. Not affiliated with or endorsed by Meta. "Muse Spark" and "Muse > Code" are Meta trademarks. You bring your own credentials. ## Highlights - **Streaming chat with tools you can see.** Every read, edit, write and shell command is a row in the transcript: green when done, pulsing while running, red when refused. Edit rows show the diff, the path opens the file with the changed lines selected, **Click to expand** opens VS Code's diff editor, and any output opens in an editor tab with a click. - **Permission modes, like Claude Code.** Manual, Edit automatically, Plan and Auto (Bypass behind a setting), switched from the mode button or `Shift+Tab`. Gated commands arrive as approval cards with the CLI's own choices; questions



ChatForm
Tgmlabs