update changelog and context default (#1045)
This commit is contained in:
@@ -197,7 +197,7 @@ export default {
|
||||
contextEditTitle: '编辑上下文长度',
|
||||
contextEditDesc: '设置当前模型的上下文长度限制(token 数量)',
|
||||
contextEditPlaceholder: '请输入上下文长度',
|
||||
contextEditHint: '常见值:200k (Claude), 128k (GPT-4), 32k (GPT-3.5)',
|
||||
contextEditHint: '常见值:256k (Hermes 默认), 128k (GPT-4), 32k (GPT-3.5)',
|
||||
contextEditSave: '保存',
|
||||
contextEditCancel: '取消',
|
||||
contextEditInvalid: '请输入有效的上下文长度',
|
||||
@@ -712,7 +712,7 @@ export default {
|
||||
customType: '自定义',
|
||||
provider: 'Provider',
|
||||
contextLength: '上下文长度',
|
||||
contextLengthPlaceholder: '例如 200000(可选)',
|
||||
contextLengthPlaceholder: '例如 256000(可选)',
|
||||
local: '本地 ({host})',
|
||||
selectProviderRequired: '请选择 Provider',
|
||||
baseUrlRequired: 'Base URL 为必填项',
|
||||
@@ -1292,6 +1292,16 @@ export default {
|
||||
|
||||
// 更新日志
|
||||
changelog: {
|
||||
new_0_6_2_1: 'Web Bridge 支持 /plan 命令,计划命令会正确启动并展示运行状态',
|
||||
new_0_6_2_2: '聊天输入框指令菜单新增 /goal 和 /subgoal,支持状态、暂停、恢复、完成和清空等操作',
|
||||
new_0_6_2_3: 'Goal 和 subgoal 工作流接入聊天会话,支持目标延续和状态更新',
|
||||
new_0_6_2_4: '修复任务投递目标渠道选项,定时任务可以选择正确的投递位置',
|
||||
new_0_6_2_5: '上下文 token 用量在重连后会按快照感知逻辑准确恢复',
|
||||
new_0_6_2_6: '上下文检查点压缩对较慢的 Codex 总结更稳定:Web UI 等待 5 分钟,Python bridge broker 不再在 2 分钟后提前切断 worker 请求',
|
||||
new_0_6_2_7: '修复聊天队列推进,queued 消息不会提前跳入消息列表,多窗口同步场景也保持一致',
|
||||
new_0_6_2_8: 'Clarify 弹窗输入框不再按 Enter 直接提交,已回复的 Clarify 也不会在切换会话后重复弹出',
|
||||
new_0_6_2_9: 'Bridge 终端环境刷新和 stale pid 清理收敛到更准确的作用域,减少前端运行状态残留',
|
||||
new_0_6_2_10: '默认上下文长度遵循 Hermes 规范,调整为 256,000 tokens',
|
||||
new_0_5_31_1: "增强 Bridge Broker 重启稳定性,修复群聊最终流式渲染,并新增群聊 {'@'}all 路由",
|
||||
new_0_5_31_2: '文件管理支持复制绝对路径,并修复移动端会话抽屉层级遮挡问题',
|
||||
new_0_5_31_3: 'Profile 选择器新增头像展示、自定义头像、运行状态弹窗,以及网关/Profile 重启操作',
|
||||
|
||||
Reference in New Issue
Block a user