-
muyue v0.3.0-beta.7 (Beta)
Pre-Releasereleased this
2026-04-21 21:07:30 +00:00 | 249 commits to develop since this releasev0.3.0-beta.7 (Beta)
Commits since v0.2.1
- fix(terminal): resolve PTY shell exec error, simplify CLI, unify Config tabs, restore Studio CSS (
0b22109) - feat: add API key validation flow for AI provider config (
7f67473) - feat(studio): replace sidebar layout with unified execution feed styles (
040e482) - fix: guard against empty tabs array in closeTab (
c8903ef) - refactor: redesign Config as settings window with sidebar panels, remove system overview from Dashboard (
f3cb306) - feat: add multi-tab terminal with SSH support, config editing, and dashboard redesign (
3cdcb22) - feat(studio): add i18n keys and CSS for redesigned AI chat interface (
ee18bbe) - chore: bump version to 0.3.0 (
b0b0e1d) - chore: remove dead code (packages, functions, types, constants) (
fc79810) - docs: rewrite README and CHANGELOG for desktop app mode (
f7222b0) - feat(web): add i18n support with FR/EN locales and keyboard layout awareness (
11417d3) - refactor(web): redesign frontend for native web UX (
3dc24ae) - refactor: remove TUI, desktop web UI is now the default and only mode (
aa0ff19) - refactor: unify into single
muyuebinary with embedded desktop mode (3463605) - fix(ci): add frontend build step before Go vet/test/build (
097cf40) - feat: add desktop app with React frontend, API backend, theme system (#2) (
88d2a03) - chore: update CHANGELOG for v0.2.1 (
1830c18) - feat: complete TUI redesign with cyberpunk theme (#1) (
cb8e3d0)
This is a beta release. Use at your own risk.
Downloads
- fix(terminal): resolve PTY shell exec error, simplify CLI, unify Config tabs, restore Studio CSS (