chore: add changelog for v0.4.5 (#187)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
ekko
2026-04-24 20:54:06 +08:00
committed by GitHub
parent ba72264542
commit 3df369afc0
9 changed files with 69 additions and 0 deletions
+8
View File
@@ -678,6 +678,14 @@ export default {
new_0_4_4_3: '活跃会话显示实时状态标签',
new_0_4_4_4: '新增 StepFun 和 Nous Portal Provider 支持',
new_0_4_4_5: '修复特殊字符搜索导致 500 错误',
new_0_4_5_1: '新增群聊功能,支持多 Agent 房间、提及路由和输入状态恢复',
new_0_4_5_2: '使用 YAML 重写模型上下文配置,新增 context_length 设置',
new_0_4_5_3: '新增 gpt-5.5 到 OpenAI Codex 模型列表',
new_0_4_5_4: '用本地控制器替换任务代理,优化模型加载',
new_0_4_5_5: 'ModelSelector 自定义模型功能新增 i18n 支持',
new_0_4_5_6: '修复侧边栏 i18n 缺失 key 警告',
new_0_4_5_7: '退出登录时清除所有 localStorage',
new_0_4_5_8: '新增日志定期轮转,防止日志无限增长',
new_0_4_3_1: '新增用户名/密码登录,支持与令牌认证并存',
new_0_4_3_2: '新增账户设置:配置密码、修改密码、修改用户名',
new_0_4_3_3: '侧边栏新增退出登录按钮',