모든 릴리스

v1.9.3 2026년 3월 1일

JSON tree viewer for structured output

새 기능

4 건 변경
  • VSCode/Files: added file stat support in the extension bridge (thanks to @geekifan).
  • Chat/Models: added arrow-key navigation for thinking-mode selection in model controls (thanks to @daveotero).
  • Files: added HTML preview support in the file viewer (thanks to @nguyenngothuong).
  • Chat/JSON: added an interactive JSON tree viewer with collapse/expand controls and richer color cues for easier inspection of large structured outputs (thanks to @nguyenngothuong).

개선

7 건 변경
  • Security/Chat: user messages now escape raw HTML by default (thanks to @kalac2232).
  • Desktop/Performance: reduced Tauri shell CPU/GPU overhead during longer sessions.
  • Sessions/Drafts: draft chat config now stays synced with the selected draft target directory.
  • Chat: improved error message readability with clearer styling and safer word-wrapping (thanks to @nguyenngothuong).
  • Desktop/Settings: window vibrancy now correctly controls macOS window transparency, and settings copy now clarifies when full transparency changes take effect.
  • Reliability/Proxy: hardened OpenCode proxy header handling (including identity-encoding normalization, compression-header cleanup, hop-by-hop response-header stripping) and suppressed expected SSE close noise.
  • Terminal/Reliability: switched terminal transport to a pure WebSocket path with fallback handling.

수정

4 건 변경
  • Mobile/Settings: fixed lingering settings drawers and removed extra top spacing for a cleaner, less obstructed mobile layout (thanks to @Jovines).
  • Git/Worktrees: fixed worktree detection and reset stale integration state when switching contexts.
  • Reliability/Proxy: restored proxied chat event streaming.
  • Usage/Providers: added ZhipuAI quota tracking and fixed MiniMax coding-plan and GitHub Copilot overusage calculations (thanks to @kalac2232, @baruchvitorino, @ebrainte).