-
muyue v0.3.5
StableAll checks were successfulBeta Release / beta (push) Successful in 56sreleased this
2026-04-24 11:16:08 +00:00 | 193 commits to main since this releasev0.3.5
Changes since v0.3.5
- fix(shell): set default terminal fontSize to 6px (
a60435d) - fix(shell): default fontSize 10px and init new tabs immediately (
6b0fcfb) - feat(shell): add Ctrl+/- zoom and display all shortcuts in footer (
df46b5c) - fix(deps): upgrade @xterm/xterm to 6.1.0-beta.203 for addon compatibility (
7240813) - fix(shell): enable allowProposedApi for Unicode11 addon (
97bfb80) - fix(ci): add .npmrc with legacy-peer-deps for xterm addon resolution (
3104179) - feat(shell): integrate Hyper-like terminal technologies (WebGL, search, unicode11, image) (
e21b47a) - fix(shell): restore all missing imports, constants, and utility functions (
2e98701) - fix(shell): add missing Monitor import from lucide-react (
f9d56de) - fix(shell): restore missing MAX_TABS, TABS_STORAGE_KEY, TERMINAL_BUFFER_KEY constants (
0e73408) - fix(shell): add missing useI18n import (
3b819be) - fix(shell): remove stray 'impo' typo causing ReferenceError (
c607943) - fix(terminal): improve dimensions handling and add system theme for xterm (
3312005) - fix(shell): resolve savedTabs undefined ReferenceError in activeTab init (
6cc86b7) - fix(terminal): improve dimension calculation and tab init reliability (
1885616) - fix(dashboard): show MiMo quota instead of ZAI on dashboard (
c8506d4) - feat(ai): add Xiaomi MiMo provider, ZAI as last-resort fallback (
68acabd) - fix(terminal): use absolute positioning for content panels (
b80562a) - feat(terminal): add Ctrl+Shift+C/V copy/paste shortcuts (
c562972) - fix(shell): prevent Enter in AI chat from leaking to terminal (
3651f62) - fix(terminal): improve terminal dimensions and fit timing (
18e8347) - fix(terminal): detect shell tab visibility via MutationObserver (
6596d86) - fix(terminal): init all tabs on load, fix excessive zoom (
9fb5aa8) - fix(terminal): improve tab visibility checks and positioning (
ab3641d) - fix(ui): adjust global CSS styles (
5dac191) - fix(terminal): use display:none instead of visibility for tab hiding (
e6da61f) - feat(ui): refactor copy state to Set and add helper functions (
a994749) - feat(ui): add recentUnique to deduplicate recent commands in Dashboard (
b394ef9) - feat(ui): redesign recent commands display and fix terminal visibility (
fca5344) - fix(shell): initialize activeTabRef with activeTab and move useEffect (
0a3123e) - fix(config): remove unused import, reorder hooks, and improve variable naming (
e6447f2) - fix(studio): add tool results serialization and improve message handling (
16c5ed6) - fix(shell): improve tab reference stability and command queueing (
e8924be) - fix(shell): add debug logging for tab tracking and WebSocket state (
a905f22) - fix(terminal): refactor WebSocket cleanup, buffer management, and disposal (
183dd27) - fix(terminal): refactor WS cleanup, improve clear detection, fix sendToTerminal (
203f57f) - fix: restore buffer after WebSocket init, fix clear detection, fix streaming chunks (
a1046da) - refactor: remove locale panel, improve provider validation and terminal buffer persistence (
02ee41c) - bump: v0.3.5 (
06810be) - fix: display all quota models, center card content vertically (
8db3bd7) - fix: AI terminal init, Shift+Tab nav, code block rendering, command filtering (
20237c0) - chore: update CHANGELOG for v0.3.4 (
c39203c) - feat(dashboard): single-view grid with live CPU/RAM/Net graphs, API quota, processes, and sudo indicator (
328e9e6) - feat(dashboard): add quota monitoring, process list, and command history (
c81ebb4) - refactor(chat): deduplicate streaming code, add multi-conv, and XSS protection (
b0865bc) - fix(studio): improve chat context, thinking tags, streaming, and tool results (
0d8e1b1) - feat: add Cobra CLI, LSP/MCP registries, workflow engine, and enriched dashboard (
485e085) - feat(agent): refactor AI chat with streaming, agent registry, and tool execution (
61da803) - feat(onboarding): add minimax api key step and AI-powered editor scan (
65df154) - fix(onboarding): require fields before advancing steps (
b6147dd) - fix: register missing /api/config/reset and /api/starship/apply-theme routes (
275a9a4) - fix(config): per-provider form state to avoid field cross-talk (
e92a2f0) - fix(onboarding): auto-save on done step, keyboard nav, error feedback (
1f12b8a) - feat(config): add system panel with reset and starship theme, add onboarding wizard (
9188231) - chore: update CHANGELOG for v0.3.2 (
28e5113) - chore: update CHANGELOG for v0.3.2-beta.1 (
51a599f) - chore: update CHANGELOG for v0.3.1 (
5b4a70e)
Downloads
Platform File Linux x86_64 muyue-linux-amd64.tar.gz Linux ARM64 muyue-linux-arm64.tar.gz macOS Intel muyue-darwin-amd64.tar.gz macOS Apple Silicon muyue-darwin-arm64.tar.gz Windows x86_64 muyue-windows-amd64.zip Windows ARM64 muyue-windows-arm64.zip The binary includes both CLI and Desktop modes.
Runmuyuefor TUI,muyue desktopfor web UI.Install
Linux (x86_64)
curl -sL https://gitea.legion-muyue.fr/Muyue/MuyueWorkspace/releases/download/v0.3.5/muyue-linux-amd64.tar.gz | tar xz chmod +x muyue-linux-amd64 sudo mv muyue-linux-amd64 /usr/local/bin/muyuemacOS (Apple Silicon)
curl -sL https://gitea.legion-muyue.fr/Muyue/MuyueWorkspace/releases/download/v0.3.5/muyue-darwin-arm64.tar.gz | tar xz chmod +x muyue-darwin-arm64 sudo mv muyue-darwin-arm64 /usr/local/bin/muyueWindows (x86_64)
Invoke-WebRequest -Uri "https://gitea.legion-muyue.fr/Muyue/MuyueWorkspace/releases/download/v0.3.5/muyue-windows-amd64.zip" -OutFile "muyue.zip" Expand-Archive -Path "muyue.zip" -DestinationPath "." Move-Item muyue-windows-amd64.exe C:\Windows\muyue.exeDownloads
- fix(shell): set default terminal fontSize to 6px (