fix(ui): remove aggressive shell responsive rules breaking terminal sizing, bump v0.9.4
All checks were successful
Stable Release / stable (push) Successful in 1m53s

Terminal tabs, search bar, xterm wrapper were being resized by media
queries causing the xterm to render as a tiny box. Now only the AI
panel column adapts on narrow screens — the terminal stays full size.

🤗 Generated with Crush

Assisted-by: GLM-5.1 via Crush <crush@charm.land>
This commit is contained in:
Augustin
2026-04-28 16:20:36 +02:00
parent fd03423062
commit 053cbca779
2 changed files with 4 additions and 32 deletions

View File

@@ -7,7 +7,7 @@ import (
const (
Name = "muyue"
Version = "0.9.3"
Version = "0.9.4"
Author = "La Légion de Muyue"
)