Multi-AI Terminal v0.2.5
Multi-AI Terminal v0.2.5
English
AI-Sister Commemorative Edition theme
The third theme is now the AI-Sister Commemorative Edition, ported from the Multi-AI Chat desktop app it pays tribute to: the deep-violet/gold/teal palette, the edition badge with the ensemble artwork in the theme panel, and per-provider character avatars on agent chips and conversation headers (Claude, Codex, Grok; Antigravity wears the Gemini artwork, matching its model family). Everything is gated to the theme — Midnight and Daylight are pixel-for-pixel unchanged. A previously saved Aurora preference migrates to AI-Sister automatically.
App icon in the navigation rail
The rail now opens with the actual app icon instead of the "MAT" text mark — the same 256px source the desktop icon uses, so the window and the dock finally agree on who they are.
Managed runtime foundation (BAT-aligned)
Groundwork for the runtime overhaul: a pinned runtime catalog (Claude Agent SDK 0.3.212, Codex 0.144.5, Node 24.18.0 across six platforms) with npm/nodejs.org integrity hashes, a hash-verified installer core (staged extract, --version probe, atomic swap with rollback, stale-version pruning, everything contained under <dataDir>/runtimes/), and a resolver that prefers an env override, then a managed install, then the existing PATH discovery. Nothing is wired to the provider adapters yet — that lands with the upcoming session-runtime work — but the plumbing ships verified: 22 offline unit tests, three-way reviewed (codex implemented, grok found a real resolver-cache blocker before it could ship, all fixes re-verified).
Internal
- The orchestrated-steer integration test no longer races fast mock agents on loaded CI runners.
繁體中文
AI-Sister 紀念版主題
第三個主題換成 AI-Sister 紀念版,自它致敬的 Multi-AI Chat 桌面版移植而來:深紫金青的配色、主題面板上的紀念徽章與合影標記,以及 agent chip 與對話標頭上的角色頭像(Claude、Codex、Grok;Antigravity 依其模型家族使用 Gemini 頭像)。所有元素只在此主題下出現——午夜深色與日光淺色完全不受影響。先前儲存的「極光三色」偏好會自動遷移為 AI-Sister。
導覽列改用 App 圖示
左上角的「MAT」文字換成真正的 app 圖示——與桌面圖示同一份 256px 來源,視窗和 dock 終於長得一樣。
受管 Runtime 基建(對齊 BAT)
Runtime 大改版的地基:釘版 runtime catalog(Claude Agent SDK 0.3.212、Codex 0.144.5、Node 24.18.0,六平台)附 npm/nodejs.org 完整性雜湊;經雜湊驗證的安裝核心(暫存解壓、--version 探測、原子換裝含回滾、舊版清理,全部限制在 <dataDir>/runtimes/ 之內);以及「環境變數覆寫 → 受管安裝 → 既有 PATH 探索」的解析器。目前尚未接上 provider adapters——那會隨接下來的 session-runtime 工作落地——但這套管線是驗證過才出貨的:22 條離線單元測試、三方審查(codex 實作、grok 在出貨前抓到一條真實的 resolver cache blocker、修正全數複核)。
內部
- Orchestrated-steer 整合測試不再於高負載 CI 上與快速 mock agent 競速。