v0.5.3
v0.5.3 Release Notes
feat
- feat(i18n): 斜杠命令描述接入 i18n,随 /lang 中英切换(#41)by @FUSU123fusu in #95
- feat(keys): macOS 下 Ctrl 快捷键适配 Cmd(⌘)by @xyhuangjia in #97
- feat(interaction): plan review 决策面板 + 工具审批面板(对齐 CC)by @benjamin59cooper7581-afk in #100
fix
- fix(render): thinking spinner 残影——text-default emoji 量宽 2 实画 1(issue #72)by @wusai2333 in #101
- fix(compat): resume 修复保留 zstd 帧布局——不再把整份日志合并成单帧 by @ccch1mneyyy in #117
This release ships four community PRs: slash-command descriptions now follow the /lang switch with registry fallback for external commands, macOS shortcuts adapt Ctrl modifiers to Cmd, plan review gains a decision panel and tool calls a Claude Code-style approval prompt, and the thinking spinner no longer leaves residue from emoji width miscounting. It also fixes a v0.5.1 regression where the resume compat repair re-encoded session logs as a single zstd frame, violating the backend's header-frame invariant and emptying the /resume picker; the repair now preserves frame boundaries 1:1.
Full Changelog: v0.5.2...v0.5.3