-
muyue v0.3.5-beta.30 (Beta)
Pre-ReleaseAll checks were successfulBeta Release / beta (push) Successful in 48sreleased this
2026-04-24 19:54:25 +00:00 | 163 commits to develop since this releasev0.3.5-beta.30 (Beta)
Commits since v0.3.5
- fix(shell): restore missing MAX_TABS, TABS_STORAGE_KEY, TERMINAL_BUFFER_KEY constants (
9a1ff6e) - fix(shell): add missing useI18n import (
034b9ee) - fix(shell): remove stray 'impo' typo causing ReferenceError (
c1b1fc6) - fix(terminal): improve dimensions handling and add system theme for xterm (
50ca751) - fix(shell): resolve savedTabs undefined ReferenceError in activeTab init (
b8aa935) - fix(terminal): improve dimension calculation and tab init reliability (
5627ddd) - fix(dashboard): show MiMo quota instead of ZAI on dashboard (
d278725) - feat(ai): add Xiaomi MiMo provider, ZAI as last-resort fallback (
7d0f807) - fix(terminal): use absolute positioning for content panels (
cbf623b) - feat(terminal): add Ctrl+Shift+C/V copy/paste shortcuts (
b85ebb8) - fix(shell): prevent Enter in AI chat from leaking to terminal (
7cc206d) - fix(terminal): improve terminal dimensions and fit timing (
bf8c0fd) - fix(terminal): detect shell tab visibility via MutationObserver (
08dc1fd) - fix(terminal): init all tabs on load, fix excessive zoom (
13e937a) - fix(terminal): improve tab visibility checks and positioning (
3cf701b) - fix(ui): adjust global CSS styles (
3a09e0e) - fix(terminal): use display:none instead of visibility for tab hiding (
47fa2e0) - feat(ui): refactor copy state to Set and add helper functions (
401292e) - feat(ui): add recentUnique to deduplicate recent commands in Dashboard (
199a7e4) - feat(ui): redesign recent commands display and fix terminal visibility (
c91931f) - fix(shell): initialize activeTabRef with activeTab and move useEffect (
cbbb224) - fix(config): remove unused import, reorder hooks, and improve variable naming (
8d10d21) - fix(studio): add tool results serialization and improve message handling (
e9696ef) - fix(shell): improve tab reference stability and command queueing (
1edd4f0) - fix(shell): add debug logging for tab tracking and WebSocket state (
92f943c) - fix(terminal): refactor WebSocket cleanup, buffer management, and disposal (
1704b19) - fix(terminal): refactor WS cleanup, improve clear detection, fix sendToTerminal (
40ec493) - fix: restore buffer after WebSocket init, fix clear detection, fix streaming chunks (
233368c) - refactor: remove locale panel, improve provider validation and terminal buffer persistence (
00118f0)
This is a beta release. Use at your own risk.
Downloads
- fix(shell): restore missing MAX_TABS, TABS_STORAGE_KEY, TERMINAL_BUFFER_KEY constants (