Release Notes v1.4.1
新增 / Added
- Deck CLI AI 聊天模型切换
在deckclip chat中新增/model,可直接打开当前 Provider 的模型编辑区并修改模型名称;保存后,下一条消息会立即使用新模型。也可以按Ctrl+O直接打开模型编辑区。
Add/modeltodeckclip chatto open the current provider’s model editor and change the model name directly; after saving, the next message uses the new model immediately. You can also pressCtrl+Oto open the model editor directly.
修复 / Fixes
-
Deck CLI AI 聊天 slash 命令列表
当 slash 命令超过当前可见行数时,命令列表现在会跟随选择滚动,键盘上下键、滚轮和鼠标点击都能稳定选中所有命令。
When the slash command list exceeds the visible rows, it now scrolls with the current selection so every command remains reachable via arrow keys, mouse wheel, and mouse clicks. -
Deck CLI 安装器 Shell PATH 写入
CLI 安装器现在只会对现有且可写的 shell 启动文件做安全追加;如果.zshrc只读,会自动回退到可写的.zprofile;只有文件不存在时才会新建,不再覆盖用户已有的 shell 配置文件。
The CLI installer now safely appends only to existing writable shell startup files; if.zshrcis read-only, it falls back to a writable.zprofile; missing files are created only when needed, and existing shell config files are no longer overwritten.