# Release version 0.7.1
- feat(settings): add Skills toggle for Codex CLI and improve config editor UX. - fix(chat): use ~/.codex/skills/ for Codex expert symlinks and keep expert button always enabled. - fix(chat): query expert skills via symlinks and use $ prefix for Codex. - fix(chat): preserve Gemini CLI history sessions on reopen. - fix(settings): fix Gemini CLI model edit resetting provider fields and not persisting. ----------------------------- # 发布版本 0.7.1 - 新增(设置):为 Codex CLI 添加技能开关,优化配置编辑器交互体验; - 修复(聊天):Codex 专家技能改用 ~/.codex/skills/ 符号链接,专家按钮始终可用; - 修复(聊天):通过符号链接查询专家技能,Codex 使用 $ 前缀; - 修复(聊天):重新打开时保留 Gemini CLI 历史会话记录; - 修复(设置):修复 Gemini CLI 编辑模型时重置 provider 字段且未持久化的问题。
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"$schema": "https://schema.tauri.app/config/2",
|
||||
"productName": "codeg",
|
||||
"version": "0.7.0",
|
||||
"version": "0.7.1",
|
||||
"identifier": "app.codeg",
|
||||
"build": {
|
||||
"beforeDevCommand": "pnpm dev",
|
||||
|
||||
Reference in New Issue
Block a user