Skip to content

Releases: tryyyyygn/AgentGate

AgentGate 1.9.2

Choose a tag to compare

@tryyyyygn tryyyyygn released this 19 Aug 07:30

1.9.2

  • 优化钱包列表:名称区域隐藏邮箱/站点,移除外部低额阈值,余额与订阅分列,并显示订阅剩余天数。
  • 修复手动关闭网页登录窗口后的 Electron Object has been destroyed 错误。
  • 更新 Windows x64 portable 与 NSIS 安装包。

SHA-256 校验值见 SHA256SUMS-1.9.2.txt。当前 Windows 构建未使用商业代码签名证书,SmartScreen 可能显示未知发布者。

AgentGate 1.9.1

Choose a tag to compare

@tryyyyygn tryyyyygn released this 19 Aug 04:28

1.9.1 更新内容

绕过中转站 Cloudflare 防护(403 restricted region):

  • 网关转发时强制覆盖 User-Agent 为 Chrome 浏览器标识
  • 禁用 HTTP/2 上游通道,改走 HTTP/1.1(Cloudflare 检查 HTTP/2 指纹,Node 原生指纹被判非浏览器)
  • 已安装版本通过内置更新器自动升级

Agent;Gate 1.9.0

Choose a tag to compare

@tryyyyygn tryyyyygn released this 11 Aug 08:24
4f79c28

主要更新

  • 将 Claude Code CLI 与 Claude Desktop 拆分为独立客户端目标,新增模型映射与 Kimi Coding k3 预设。
  • 新增分配与权重两种路由模式,支持固定/自适应策略、模型启用、粘性选择、冷却与自动停用。
  • 优化 Codex Responses 流式转发:SSE 协商、gzip 压缩/解压、响应头及时刷新,以及客户端中断后的上游清理。
  • 修正首字时间与总耗时口径,补充传输阶段、上游模型与压缩信息。
  • 优化密钥页、动态页和状态页的空间分配,修复文字截断、Token 布局与渠道图标错位。

验证

  • pnpm test:444 passed,1 skipped
  • pnpm build:通过
  • Windows Portable 与 NSIS Setup:全新隔离目录构建,文件版本均为 1.9.0

Agent;Gate 1.8.5

Choose a tag to compare

@tryyyyygn tryyyyygn released this 05 Aug 13:11
cbc2b7b

主要更新

  • 优化状态页总耗时、首字延迟与 P95 展示,P95 按保存的 100 条样本计算。
  • 优化动态页 Token、流式/同步、首字和时间信息展示。
  • 精简密钥页、渠道状态和动态列表中的重复信息。
  • 更新渠道状态字体与延迟信息的视觉区分。

验证

  • pnpm test:407 passed,1 skipped
  • pnpm exec vitest run tests/ui-state.test.mjs:40 passed
  • pnpm build:通过
  • 已上传安装包、便携版、更新清单、blockmap、源码包与 SHA-256 校验文件。

AgentGate 1.8.4

Choose a tag to compare

@tryyyyygn tryyyyygn released this 01 Aug 13:50

主要更新

  • 新增按客户端配置的渠道切换库与协议兼容筛选,故障切换在连续失败后选择可用率优先、延迟次之的候选。
  • 将故障切换决策和历史集中到状态页设置面板,提供自动择优、冷却与候选排除原因。
  • 修正首 token 统计语义:以首个有效 reasoning、文本或工具流事件计时,非流式响应只显示首包时间。
  • Codex 密钥入口调整为“恢复官方”,保留登录态与用户配置。
  • 为 gpt-5.6 的 luna、terra、sol 后缀增加月亮蓝、地球绿、太阳红的视觉标识。

验证

  • pnpm test:403 passed,1 skipped
  • pnpm build:通过
  • Portable、NSIS、更新清单与 SHA-256 校验均已验证

AgentGate 1.8.3

Choose a tag to compare

@tryyyyygn tryyyyygn released this 31 Jul 04:44

更新内容

  • 修正流式请求首字延迟统计:TTFT 现在以首个推理、工具调用或正文输出为准,不再等到 Codex 显示正文才计时。
  • 渠道状态新增按客户端配置的故障切换和允许切换密钥库;连续 3 次真实渠道失败后,先实测候选,再按可用率与中位延迟选择。
  • 密钥无需开启 URL 自动择优也会参与定时探测;URL 自动择优仍只在用户开启时执行切换。
  • Codex 客户端卡片新增“恢复官方”,仅恢复 config.toml 的官方连接选择,不清除 auth.json 登录状态。

验证

  • 383 项测试通过,1 项条件性测试跳过。
  • TypeScript 检查、Vite 生产构建、Portable 与 NSIS Setup 构建通过。
  • 发布附件的 SHA-256 与自动更新清单 SHA-512 已复算匹配。
  • 本版本不包含农场功能。

AgentGate 1.8.2

Choose a tag to compare

@tryyyyygn tryyyyygn released this 28 Jul 09:18

这次更新

  • 密钥页移除重复的单条“实测”入口;真实请求检测统一放在渠道状态页。
  • 密钥页和渠道状态页的切换操作改成明确的“分配”按钮。
  • 渠道状态页会用主题色标出当前已分配渠道,并增加交替行底色,列表更容易扫读。
  • 更新密钥页与渠道状态页的浅色、深色 README 截图。
  • 从 1.8.2 起改用 AgentGate Community Use License 1.0:允许个人、教育、研究和其他非商业用途及私下非商业修改;商用、再分发、公开修改版需事先获得书面许可。旧版本已经授予的许可不追溯撤销。

验证

  • 355 tests passed,1 skipped
  • TypeScript 与 Vite production build 通过
  • Chromium UI smoke 覆盖四语、密钥操作、当前渠道高亮、交替行和 1000×620 紧凑布局
  • Windows 打包版 smoke 覆盖 Codex 接管、热切换、停止恢复和密钥不落明文
  • 安装版、便携版、源码包 SHA256 已复核

Windows 构建暂未使用商业代码签名证书,首次运行时 SmartScreen 可能提示“未知发布者”。安装版支持应用内更新,便携版适合免安装使用。

AgentGate 1.7.2

Choose a tag to compare

@tryyyyygn tryyyyygn released this 27 Jul 07:47

AgentGate 1.7.2

这版主要把状态检测、密钥编辑和界面信息重新收紧了一遍。

  • 新建密钥默认使用 OpenAI Responses,并默认面向 Codex。
  • 已有密钥可以直接修改协议;正在接管时会先安全恢复客户端并解除旧路由,删除也不再被路由卡住。
  • 复制密钥后自动展开副本,批量渠道检测按完成顺序即时显示。
  • 状态面板新增固定时钟倒计时、逐渠道开关、检测模型选择和行尾切换按钮。
  • 状态分级调整为:5 秒内正常、5–10 秒流畅、10 秒以上延迟、不可用即故障。
  • 密钥页与动态页切换后保留筛选和展开状态;紧凑窗口布局已重新验证。
  • 首页标明非 Codex 客户端为实验性,设置页和状态页删去多余说明,移除 Codex exec 工具桥实验功能。
  • 四种语言的 README 已重写,仓库首页介绍同步精简。

验证:326 项测试通过,1 项跳过;生产构建、Windows 打包、1000×620 / 1280×800 UI smoke 和打包版接管/热切换/恢复 smoke 均通过。

Windows x64 提供安装版和便携版。当前二进制未做商业代码签名,可使用 SHA256SUMS-1.7.2.txt 核验。

AgentGate 1.7.1

Choose a tag to compare

@tryyyyygn tryyyyygn released this 26 Jul 12:27
67f896c

AgentGate 1.7.1

This patch fixes the profile editor cancel flow.

  • Closing a modified profile and confirming DISCARD no longer leaves the top navigation or page content disabled.
  • Nested confirmation dialogs now stop background isolation at the outer editor boundary.
  • UI regression coverage now verifies that navigation works immediately after discarding changes.

Windows x64 downloads include the portable executable and installer. These binaries are not code-signed; use SHA256SUMS-1.7.1.txt to verify them when needed.

AgentGate 1.7.0

Choose a tag to compare

@tryyyyygn tryyyyygn released this 26 Jul 08:38
5e2c7d8

AgentGate 1.7.0

This release adds channel monitoring built for a compact desktop window.

  • Probe every enabled channel together using its real key.
  • Choose the probe model and monitoring state per channel.
  • Use a fixed 2, 5, or 10 minute schedule that continues across page changes.
  • Run an immediate probe without resetting the automatic schedule.
  • Keep pause state, model choices, channel choices, and recent probe history after navigation or restart.
  • Show successful probes under 5 seconds as normal, successful slower probes as high latency, and every unavailable response as a fault.

Windows x64 downloads include the portable executable and installer. These binaries are not code-signed; use SHA256SUMS-1.7.0.txt to verify them when needed.