[codex] update coding agents i18n and changelog (#1129)
* update coding agents i18n and changelog * move virtual scroller to dev dependencies
This commit is contained in:
@@ -1060,7 +1060,7 @@ export default {
|
||||
|
||||
codingAgents: {
|
||||
title: "编程工具",
|
||||
notice: "统一展示 Hermes 可通过终端或 provider 流程委托的编程 CLI 配置清单。",
|
||||
notice: "并非所有提供商和模型都兼容。",
|
||||
claudeDescription: "Anthropic CLI,适合 print mode 单次任务和交互式编程会话。",
|
||||
codexDescription: "OpenAI CLI,以及 Hermes openai-codex provider 的仓库任务流程。",
|
||||
copyCommand: "复制",
|
||||
@@ -1080,14 +1080,14 @@ export default {
|
||||
deleteSuccess: "删除完成",
|
||||
deleteFailed: "删除失败",
|
||||
configFiles: "配置文件",
|
||||
profileScope: "Profile",
|
||||
providerScope: "Provider",
|
||||
profileScope: "配置",
|
||||
providerScope: "提供商",
|
||||
providerPlaceholder: "例如 custom:glm",
|
||||
modelScope: "模型",
|
||||
modelPlaceholder: "选择模型",
|
||||
launchModeScope: "启动方式",
|
||||
launchModeGlobal: "全局默认配置",
|
||||
launchModeScoped: "选择 Provider 和模型",
|
||||
launchModeScoped: "选择提供商和模型",
|
||||
protocolScope: "协议",
|
||||
protocolOpenAiChat: "OpenAI Chat Completions (/v1/chat/completions)",
|
||||
protocolOpenAiResponses: "OpenAI Responses (/v1/responses)",
|
||||
@@ -1105,8 +1105,8 @@ export default {
|
||||
nativeLaunchStarted: "已打开原生终端",
|
||||
nativeLaunchFailed: "打开原生终端失败",
|
||||
terminalTitle: "编程工具终端",
|
||||
loadProvidersFailed: "读取当前 Profile 的 Provider 失败",
|
||||
selectProviderModel: "请选择 Provider 和模型",
|
||||
loadProvidersFailed: "读取当前配置的提供商失败",
|
||||
selectProviderModel: "请选择提供商和模型",
|
||||
launchConfigDir: "启动配置目录",
|
||||
launchCommand: "启动命令",
|
||||
table: {
|
||||
@@ -1414,6 +1414,10 @@ export default {
|
||||
new_0_6_4_5: '预览实例隔离前后端端口、Web UI home 和 agent bridge endpoint,并在运行时修补旧版本的端口、WebSocket、base URL 与嵌套预览入口',
|
||||
new_0_6_4_6: '修复 legacy session_usage 表缺少 created_at 时的迁移问题,旧数据会以默认值补齐',
|
||||
new_0_6_4_7: '预览和正式环境的 bridge profile worker endpoint 按 broker 隔离,避免同名 Profile 并发聊天时互相抢占导致 unknown run',
|
||||
new_0_6_5_1: 'Coding Agents 新增完整启动工作流:支持 Claude Code 与 Codex、全局配置启动、按配置/提供商隔离的工作区,以及内置/原生终端启动',
|
||||
new_0_6_5_2: 'Codex 启动补齐 OpenAI Chat Completions、OpenAI Responses 和 Anthropic Messages 三种协议,并通过本地代理适配不同提供商',
|
||||
new_0_6_5_3: 'Windows 下 Coding Agents 安装检测与终端启动更稳定,支持 .cmd/.bat shim,Claude Code 自定义模型启动也避开本地型号校验',
|
||||
new_0_6_5_4: '消息列表、History 分页、TTS 认证、群聊 agent 提及、版本检查开关和 bridge worker transport 等运行体验继续完善',
|
||||
new_0_6_3_1: 'Bridge spinner 状态不再写入模型 reasoning,避免装饰性 thinking 文案污染后续上下文',
|
||||
new_0_6_3_2: 'History 新增 Hermes CLI 会话导入控制,并在导入时更安全地规范化消息结构',
|
||||
new_0_6_3_3: 'Provider 配置支持编辑内置 base URL,新增 LM Studio 内置 Provider,并支持从 LM Studio /models 实时发现模型',
|
||||
@@ -1431,27 +1435,6 @@ export default {
|
||||
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 重启操作',
|
||||
new_0_5_31_4: 'Profile 头像会同步用于单聊、群聊和折叠侧边栏,头像元数据保存到 Web UI 目录并兼容 Windows 路径',
|
||||
new_0_5_31_5: '改进 Docker、Termux、Windows 的 gateway 检测和重启逻辑,优先使用 gateway_state/gateway.pid 判断 managed gateway 是否存活',
|
||||
new_0_5_31_6: '新增 APIKEY.FUN 生图媒体接口和内置 apikey-image-gen skill,支持文生图、图生图和图片编辑,并从 active Profile 的 fun-codex 配置读取凭据',
|
||||
new_0_5_33_1: '单聊和群聊的运行失败、Socket 错误会作为红色 Agent 消息保留在消息列表中,不再一闪而过',
|
||||
new_0_5_33_2: '会话搜索支持按当前选中的 Profile 限定范围,未选择 Profile 时仍可搜索全部 Profile',
|
||||
new_0_5_33_3: 'Skills 页面新增中英文推荐清单,未选中 Skill 时展示推荐内容,并支持再次点击已选 Skill 取消选中',
|
||||
new_0_5_33_4: '清理未使用的 changelog 国际化内容,减少前端 i18n 体积',
|
||||
new_0_5_33_5: '修复 Windows 中文系统下 agent bridge 解析 netstat 输出编码失败导致启动异常的问题',
|
||||
new_0_5_33_6: '更新 Nous Portal 预设模型列表,对齐公开 catalog 和 Portal 推荐模型',
|
||||
new_0_5_33_7: 'Profile 列表和运行状态改为从目录读取 Profile 名称、从 config 读取默认模型,避免 CLI 表格列宽导致 name/model/gateway 解析错位',
|
||||
new_0_5_34_1: '存储会话和群聊消息时会规范化多模态工具结果,避免 base64 图片污染回放内容',
|
||||
new_0_5_34_2: '自定义 Hermes 模型改为由后端配置持久化,并新增添加/移除模型接口',
|
||||
new_0_5_34_3: '修复 Bridge 运行结束后的最终上下文用量和工具状态更新',
|
||||
new_0_5_34_4: '优化看板过滤、负责人展示、卡片操作和任务详情处理',
|
||||
new_0_5_34_5: '修复压缩用量统计:缓存固定 prompt/tool 上下文,并展示完整上下文 token 总量',
|
||||
new_0_5_34_6: '群聊 Agent 缓存各自固定上下文,仅在真正开始压缩时显示压缩进度',
|
||||
new_0_5_34_7: 'Web UI 内置 Skills 会同步注入到所有 Profile,并在日志中标明目标 Profile',
|
||||
new_0_5_34_8: '如果 Windows 下看板功能异常,请升级 Hermes 以获取最新的看板数据库迁移修复',
|
||||
new_0_5_35_1: 'Bridge 会话支持不同 session 并发运行,同一 session 仍保持串行,避免消息顺序错乱',
|
||||
new_0_5_35_2: '新增“性能监控”页面,可查看系统 CPU/内存、Web UI、Bridge Broker、Workers 和活跃会话状态',
|
||||
new_0_5_35_3: '新增 Worker 级资源统计,展示每个 worker 的 CPU、内存、Profile、会话数和运行状态',
|
||||
|
||||
Reference in New Issue
Block a user