Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c19176c

Browse files
committed
release: v0.1.4
1 parent 840ac52 commit c19176c

5 files changed

Lines changed: 31 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,32 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.1.4] - 2025-05-14
6+
7+
### Features / 功能
8+
9+
- **Claude Code 一键切换** — 与 Codex 相同的 save/restore 机制,保存原始 settings.json,切换到官方时自动恢复
10+
- **OpenCode 一键配置** — 新增 `tools/opencode.rs` 模块,写入 `~/.config/opencode/opencode.json`,修正配置文件路径
11+
- **路由系统完善** — 按协议自动创建 3 个默认路由(Codex / Claude Code / OpenCode),新增服务商自动加入所有路由链
12+
- **路由 UI 增强** — 新增「创建配置」按钮和表单,支持 inline 重命名,删除按钮始终可见
13+
- **导航重构** — 侧边栏按用户操作流程重排:概览 → 服务商 → 路由 → 网关 → 客户端 → 日志 → 诊断 → 设置
14+
15+
### Improvements / 优化
16+
17+
- 「仪表盘」→「概览」,「工具」→「客户端」,命名更符合用户认知
18+
- 移除路由中未使用的 `client_type``max_retries` 字段
19+
- 侧边栏移除装饰性星标,「设为默认」仅在同协议多配置时显示
20+
- 路由页选中状态在操作后保持不变(修复跳回第一个的 bug)
21+
- 移除所有 Codex/Claude Code 备份列表 UI 和相关死代码
22+
- 协议显示为可读标签(如 "OpenAI Responses (Codex)")
23+
24+
### Docs / 文档
25+
26+
- 更新全部 6 张截图为最新 UI
27+
- README 中英文同步更新:导航命名、使用指南顺序、新增 OpenCode 配置章节
28+
29+
---
30+
531
## [0.1.3] - 2025-05-14
632

733
### Features / 功能

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "agentgate",
33
"private": true,
4-
"version": "0.1.3",
4+
"version": "0.1.4",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[package]
22
name = "agentgate"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
description = "Local gateway for AI coding agents"
5-
authors = ["mengmian"]
5+
authors = ["dengmengmian"]
66
edition = "2021"
77

88
[lib]

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": "AgentGate",
4-
"version": "0.1.3",
4+
"version": "0.1.4",
55
"identifier": "com.mengmian.agentgate",
66
"build": {
77
"beforeDevCommand": "pnpm dev",

0 commit comments

Comments
 (0)