-
muyue v0.7.2 Stable
released this
2026-04-27 10:57:31 +00:00 | 52 commits to main since this releasev0.7.2
Changes since v0.7.0
- feat(studio): force advanced reflection during browser-test sessions (v0.7.2) (
a7d4b31) - fix(terminal/windows): fallback to pipes when PTY unsupported (v0.7.1) (
fc7a5b9)
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.7.2/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.7.2/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.7.2/muyue-windows-amd64.zip" -OutFile "muyue.zip" Expand-Archive -Path "muyue.zip" -DestinationPath "." Move-Item muyue-windows-amd64.exe C:\Windows\muyue.exeDownloads
- feat(studio): force advanced reflection during browser-test sessions (v0.7.2) (
-
muyue v0.7.2-beta.1 (Beta)
Pre-Releasereleased this
2026-04-27 10:05:38 +00:00 | 18 commits to develop since this releasev0.7.2-beta.1 (Beta)
Commits since v0.7.0
- feat(studio): force advanced reflection during browser-test sessions (v0.7.2) (
a7d4b31) - fix(terminal/windows): fallback to pipes when PTY unsupported (v0.7.1) (
fc7a5b9)
This is a beta release. Use at your own risk.
Downloads
- feat(studio): force advanced reflection during browser-test sessions (v0.7.2) (
-
muyue v0.7.1-beta.1 (Beta)
Pre-ReleaseAll checks were successfulBeta Release / beta (push) Successful in 1m7sreleased this
2026-04-27 10:00:02 +00:00 | 20 commits to develop since this releasev0.7.1-beta.1 (Beta)
Commits since v0.7.0
- fix(terminal/windows): fallback to pipes when PTY unsupported (v0.7.1) (
fc7a5b9)
This is a beta release. Use at your own risk.
Downloads
- fix(terminal/windows): fallback to pipes when PTY unsupported (v0.7.1) (
-
muyue v0.7.0 Stable
released this
2026-04-27 09:25:32 +00:00 | 58 commits to main since this releasev0.7.0
Changes since v0.4.0
- fix(ci): rename browser_test.go → browsertest.go (
6d2f174) - feat: AI-driven browser tests — Tests tab + browser_test agent tool (
c820d55) - release: v0.6.0 — security audit fixes + 7 new features (
6a7b4d8) - chore: bump version to 0.5.0 (
2a6647b) - feat: agent concurrency, conversation summaries, AI tools config, UI polish (
3740454) - feat: AI task API, token-based context windows, SSH password auth, sudo bypass detection (
d98110c) - feat: agent concurrency, conversation summaries, AI tools config, UI polish (
d2bb42b) - feat: AI task API, token-based context windows, SSH password auth, sudo bypass detection (
e8a289c)
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.7.0/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.7.0/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.7.0/muyue-windows-amd64.zip" -OutFile "muyue.zip" Expand-Archive -Path "muyue.zip" -DestinationPath "." Move-Item muyue-windows-amd64.exe C:\Windows\muyue.exeDownloads
- fix(ci): rename browser_test.go → browsertest.go (
-
muyue v0.7.0-beta.1 (Beta)
Pre-Releasereleased this
2026-04-27 09:21:42 +00:00 | 24 commits to develop since this releasev0.7.0-beta.1 (Beta)
Commits since v0.4.0
- fix(ci): rename browser_test.go → browsertest.go (
6d2f174) - feat: AI-driven browser tests — Tests tab + browser_test agent tool (
c820d55) - release: v0.6.0 — security audit fixes + 7 new features (
6a7b4d8) - chore: bump version to 0.5.0 (
2a6647b) - feat: agent concurrency, conversation summaries, AI tools config, UI polish (
3740454) - feat: AI task API, token-based context windows, SSH password auth, sudo bypass detection (
d98110c) - feat: agent concurrency, conversation summaries, AI tools config, UI polish (
d2bb42b) - feat: AI task API, token-based context windows, SSH password auth, sudo bypass detection (
e8a289c)
This is a beta release. Use at your own risk.
Downloads
- fix(ci): rename browser_test.go → browsertest.go (
-
muyue v0.6.0-beta.1 (Beta)
Pre-ReleaseAll checks were successfulBeta Release / beta (push) Successful in 1m6sreleased this
2026-04-27 09:15:46 +00:00 | 27 commits to develop since this releasev0.6.0-beta.1 (Beta)
Commits since v0.4.0
- release: v0.6.0 — security audit fixes + 7 new features (
6a7b4d8) - chore: bump version to 0.5.0 (
2a6647b) - feat: agent concurrency, conversation summaries, AI tools config, UI polish (
3740454) - feat: AI task API, token-based context windows, SSH password auth, sudo bypass detection (
d98110c) - feat: agent concurrency, conversation summaries, AI tools config, UI polish (
d2bb42b) - feat: AI task API, token-based context windows, SSH password auth, sudo bypass detection (
e8a289c)
This is a beta release. Use at your own risk.
Downloads
- release: v0.6.0 — security audit fixes + 7 new features (
-
muyue v0.4.1-beta.1 (Beta)
Pre-ReleaseAll checks were successfulBeta Release / beta (push) Successful in 1m6sreleased this
2026-04-26 18:07:31 +00:00 | 111 commits to develop since this releasev0.4.1-beta.1 (Beta)
Commits since v0.4.0
- feat: AI task API, token-based context windows, SSH password auth, sudo bypass detection (
e8a289c)
This is a beta release. Use at your own risk.
Downloads
- feat: AI task API, token-based context windows, SSH password auth, sudo bypass detection (
-
muyue v0.4.0 Stable
released this
2026-04-26 13:22:32 +00:00 | 71 commits to main since this releasev0.4.0
Changes since v0.3.5
- fix: token persistence, context windows, CSS tables/bullets/hr, image attachments (
12000e5) - feat: terminal sudo blocking, token tracking, mermaid & consumption UI (
cb3d357) - fix(shell,config): terminal font size, AI tools, provider keys (
0830e64) - chore: update CHANGELOG for v0.3.5 (
b43e335) - 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) - fix(shell): set default terminal fontSize to 6px (
9a218b1) - fix(shell): default fontSize 10px and init new tabs immediately (
399b845) - feat(shell): add Ctrl+/- zoom and display all shortcuts in footer (
436d5c6) - fix(deps): upgrade @xterm/xterm to 6.1.0-beta.203 for addon compatibility (
5a9edc0) - fix(shell): enable allowProposedApi for Unicode11 addon (
5bdc7a6) - fix(ci): add .npmrc with legacy-peer-deps for xterm addon resolution (
5a0480b) - feat(shell): integrate Hyper-like terminal technologies (WebGL, search, unicode11, image) (
80de4dd) - fix(shell): restore all missing imports, constants, and utility functions (
de52f4e) - fix(shell): add missing Monitor import from lucide-react (
98ff0dd) - 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) - 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.4.0/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.4.0/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.4.0/muyue-windows-amd64.zip" -OutFile "muyue.zip" Expand-Archive -Path "muyue.zip" -DestinationPath "." Move-Item muyue-windows-amd64.exe C:\Windows\muyue.exeDownloads
- fix: token persistence, context windows, CSS tables/bullets/hr, image attachments (
-
muyue v0.4.0-beta.3 (Beta)
Pre-ReleaseAll checks were successfulBeta Release / beta (push) Successful in 1m1sreleased this
2026-04-26 13:20:33 +00:00 | 112 commits to develop since this releasev0.4.0-beta.3 (Beta)
Commits since v0.3.5
- fix: token persistence, context windows, CSS tables/bullets/hr, image attachments (
12000e5) - feat: terminal sudo blocking, token tracking, mermaid & consumption UI (
cb3d357) - fix(shell,config): terminal font size, AI tools, provider keys (
0830e64) - fix(shell): set default terminal fontSize to 6px (
9a218b1) - fix(shell): default fontSize 10px and init new tabs immediately (
399b845) - feat(shell): add Ctrl+/- zoom and display all shortcuts in footer (
436d5c6) - fix(deps): upgrade @xterm/xterm to 6.1.0-beta.203 for addon compatibility (
5a9edc0) - fix(shell): enable allowProposedApi for Unicode11 addon (
5bdc7a6) - fix(ci): add .npmrc with legacy-peer-deps for xterm addon resolution (
5a0480b) - feat(shell): integrate Hyper-like terminal technologies (WebGL, search, unicode11, image) (
80de4dd) - fix(shell): restore all missing imports, constants, and utility functions (
de52f4e) - fix(shell): add missing Monitor import from lucide-react (
98ff0dd) - 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: token persistence, context windows, CSS tables/bullets/hr, image attachments (
-
muyue v0.4.0-beta.2 (Beta)
Pre-ReleaseAll checks were successfulBeta Release / beta (push) Successful in 1m3sreleased this
2026-04-26 10:44:05 +00:00 | 113 commits to develop since this releasev0.4.0-beta.2 (Beta)
Commits since v0.3.5
- feat: terminal sudo blocking, token tracking, mermaid & consumption UI (
cb3d357) - fix(shell,config): terminal font size, AI tools, provider keys (
0830e64) - fix(shell): set default terminal fontSize to 6px (
9a218b1) - fix(shell): default fontSize 10px and init new tabs immediately (
399b845) - feat(shell): add Ctrl+/- zoom and display all shortcuts in footer (
436d5c6) - fix(deps): upgrade @xterm/xterm to 6.1.0-beta.203 for addon compatibility (
5a9edc0) - fix(shell): enable allowProposedApi for Unicode11 addon (
5bdc7a6) - fix(ci): add .npmrc with legacy-peer-deps for xterm addon resolution (
5a0480b) - feat(shell): integrate Hyper-like terminal technologies (WebGL, search, unicode11, image) (
80de4dd) - fix(shell): restore all missing imports, constants, and utility functions (
de52f4e) - fix(shell): add missing Monitor import from lucide-react (
98ff0dd) - 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
- feat: terminal sudo blocking, token tracking, mermaid & consumption UI (