docs: 2026-04-16 变更记录 — 参数名修复 + 解密自愈 + 设置清理
Some checks failed
CI / Lint & TypeCheck (push) Has been cancelled
CI / Unit Tests (push) Has been cancelled
CI / Build Frontend (push) Has been cancelled
CI / Rust Check (push) Has been cancelled
CI / Security Scan (push) Has been cancelled
CI / E2E Tests (push) Has been cancelled
Some checks failed
CI / Lint & TypeCheck (push) Has been cancelled
CI / Unit Tests (push) Has been cancelled
CI / Build Frontend (push) Has been cancelled
CI / Rust Check (push) Has been cancelled
CI / Security Scan (push) Has been cancelled
CI / E2E Tests (push) Has been cancelled
- known-issues.md: 新增 3 条修复记录 (Heartbeat参数/Relay解密/设置清理) - log.md: 追加 2026-04-16 变更日志
This commit is contained in:
13
wiki/log.md
13
wiki/log.md
@@ -1,6 +1,6 @@
|
||||
---
|
||||
title: 变更日志
|
||||
updated: 2026-04-15
|
||||
updated: 2026-04-16
|
||||
status: active
|
||||
tags: [log, history]
|
||||
---
|
||||
@@ -9,6 +9,17 @@ tags: [log, history]
|
||||
|
||||
> Append-only 操作记录。格式: `## [日期] 类型 | 描述`
|
||||
|
||||
## 2026-04-16 fix | Heartbeat 参数名 + Relay 解密自愈 + 设置清理
|
||||
|
||||
- **fix(heartbeat)**: Tauri invoke 参数名修正 snake_case → camelCase (`f6c5dd2`)
|
||||
- intelligence-client.ts 3 处 invoke 调用: agentId/taskCount/totalEntries 等
|
||||
- 教训: Tauri 2.x 默认 rename_all=camelCase
|
||||
- **fix(relay)**: API Key 解密失败自愈 — 启动迁移 + 容错跳过 (`b69dc61`)
|
||||
- key_pool: 解密失败 skip 到下一个 key (不再 500)
|
||||
- key_pool: heal_provider_keys() 启动自愈迁移
|
||||
- **chore(settings)**: 删除用量统计和积分详情页面 (`7dea456`)
|
||||
- 与"订阅与计费"功能重复,-240 行
|
||||
|
||||
## 2026-04-15 feat | Heartbeat 统一健康系统
|
||||
|
||||
- **feat(runtime)**: health_snapshot.rs — 统一健康快照收集器 (LLM连接/记忆/会话/系统资源)
|
||||
|
||||
Reference in New Issue
Block a user