- 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 字段且未持久化的问题。
45 lines
1.0 KiB
JSON
45 lines
1.0 KiB
JSON
{
|
|
"$schema": "https://schema.tauri.app/config/2",
|
|
"productName": "codeg",
|
|
"version": "0.7.1",
|
|
"identifier": "app.codeg",
|
|
"build": {
|
|
"beforeDevCommand": "pnpm dev",
|
|
"devUrl": "http://localhost:3000",
|
|
"beforeBuildCommand": "pnpm build",
|
|
"frontendDist": "../out"
|
|
},
|
|
"app": {
|
|
"windows": [],
|
|
"security": {
|
|
"csp": null
|
|
}
|
|
},
|
|
"bundle": {
|
|
"active": true,
|
|
"createUpdaterArtifacts": true,
|
|
"targets": "all",
|
|
"icon": [
|
|
"icons/32x32.png",
|
|
"icons/128x128.png",
|
|
"icons/128x128@2x.png",
|
|
"icons/icon.icns",
|
|
"icons/icon.ico"
|
|
],
|
|
"resources": {
|
|
"../out": "web/"
|
|
}
|
|
},
|
|
"plugins": {
|
|
"updater": {
|
|
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDQ4OEM3NkMyMTVENjdBODgKUldTSWV0WVZ3bmFNU0NnSzhpdFg2bXFmMHFidWd1eWpuZ2Y2WmU5QmVXdWVrU0ZpOCt2dnd6WW4K",
|
|
"endpoints": [
|
|
"https://github.com/xintaofei/codeg/releases/latest/download/latest.json"
|
|
],
|
|
"windows": {
|
|
"installMode": "passive"
|
|
}
|
|
}
|
|
}
|
|
}
|