Skip to content

Commit dd659dc

Browse files
committed
# Release version 0.6.8
- feat: add model provider management with full CRUD support. - feat: refactor agent auth modes and add model provider authentication. - feat: add model selection combobox for OpenCode agent configuration. - feat: protect model provider deletion and cascade credential updates. - feat: add slash command dropdown button in message input toolbar. - fix: improve error message when exporting long conversations as image. - fix: disable "auto" config option for Claude Code to prevent errors. - fix: improve codex CLI auth mode switching to preserve auth.json keys. - fix: update chat channel icons to Play/Square and SendHorizontal. - chore: bump ACP agent SDK versions in registry. ----------------------------- # 发布版本 0.6.8 - 新增:模型提供商管理,支持完整的增删改查操作; - 新增:重构代理认证模式,新增模型提供商认证支持; - 新增:OpenCode 代理配置增加模型选择下拉框; - 新增:模型提供商删除保护及级联更新凭证; - 新增:消息输入工具栏添加斜杠命令下拉按钮; - 修复:导出长会话为图片时改进错误提示; - 修复:禁用 Claude Code 的 "auto" 配置选项以防止错误; - 修复:Codex CLI 认证模式切换时保留 auth.json 密钥; - 修复:更新聊天频道图标为 Play/Square 和 SendHorizontal; - 升级:更新注册表中 ACP agent SDK 版本。
1 parent 0401319 commit dd659dc

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "codeg",
33
"private": true,
4-
"version": "0.6.7",
4+
"version": "0.6.8",
55
"scripts": {
66
"dev": "next dev --turbopack",
77
"build": "next build",

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "codeg"
3-
version = "0.6.7"
3+
version = "0.6.8"
44
description = "Agent Code Generation App"
55
authors = ["feitao"]
66
edition = "2021"

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "codeg",
4-
"version": "0.6.7",
4+
"version": "0.6.8",
55
"identifier": "app.codeg",
66
"build": {
77
"beforeDevCommand": "pnpm dev",

0 commit comments

Comments
 (0)