Skip to content

v1.4.7

Choose a tag to compare

@github-actions github-actions released this 23 Jun 05:29

AgentGate 1.4.7 — Daily cost alert & a stability fix / 今日花费预警与稳定性修复

What's new

  • Daily cost alert. Set a daily spend threshold in Settings; when today's total cost crosses it, AgentGate sends a system notification + pet bubble — at most once per day, so no spam.

Fixes

  • Existing-user upgrade crash. Some newly added settings columns were only created for brand-new databases, so already-installed users hit DATABASE_ERROR after upgrading (blank Overview). New columns now go through versioned migrations with idempotent guards, with a regression test on the existing-DB upgrade path.

本次更新

  • 今日花费预警。 在设置里设一个每日花费阈值,当今日累计花费超过它时,AgentGate 发系统通知 + 桌宠气泡提醒——每天最多一次,不刷屏。

修复

  • 存量用户升级崩溃。 部分新增设置列此前只对全新数据库创建,导致已安装用户升级后 DATABASE_ERROR(概览白屏)。现改为走带幂等守卫的版本化迁移,并补了存量数据库升级的回归测试。

Why it matters / 为什么重要

Cost alert keeps spend visible before it surprises you; the migration fix makes upgrades safe for everyone already on AgentGate. 花费预警让开销在失控前就被看见;迁移修复让所有已在用 AgentGate 的人升级时不再踩坑。

Full changelog / 完整更新

See CHANGELOG.md for the full itemized list.