diff --git a/mateclaw-ui/src/i18n/locales/en-US.ts b/mateclaw-ui/src/i18n/locales/en-US.ts index 4850d7f6..01fe9161 100644 --- a/mateclaw-ui/src/i18n/locales/en-US.ts +++ b/mateclaw-ui/src/i18n/locales/en-US.ts @@ -1238,6 +1238,7 @@ export default { }, guide: { summary: 'Behavior Guide (AGENTS.md)', + open: 'Manage Behavior Guide', desc: "This is the employee's behavior handbook (AGENTS.md): when to write memories, what goes in each file, and which memory tools are available. The Role/Goal/Backstory above are the employee's factory identity; evolving memories like PROFILE/MEMORY live in the Memory menu.", empty: 'This employee has no behavior guide (AGENTS.md) yet.', create: 'Create Behavior Guide', @@ -3780,6 +3781,8 @@ export default { editPlaceholder: 'Edit memory content...', confirmed: 'Confirmed', saved: 'Saved', + moveUp: 'Move up', + moveDown: 'Move down', }, facts: { searchPlaceholder: 'Search facts…', diff --git a/mateclaw-ui/src/i18n/locales/zh-CN.ts b/mateclaw-ui/src/i18n/locales/zh-CN.ts index 7a440674..9494f840 100644 --- a/mateclaw-ui/src/i18n/locales/zh-CN.ts +++ b/mateclaw-ui/src/i18n/locales/zh-CN.ts @@ -1130,6 +1130,7 @@ export default { }, guide: { summary: '行为指南(AGENTS.md)', + open: '管理行为指南', desc: '这里是该员工的行为手册(AGENTS.md):规定何时写记忆、各文件放什么、可用的记忆工具。上方的岗位/目标/背景是员工的出厂身份;PROFILE/MEMORY 等可演化的记忆在「记忆」菜单管理。', empty: '该员工还没有行为指南(AGENTS.md)。', create: '创建行为指南', @@ -3872,6 +3873,8 @@ export default { editPlaceholder: '修改记忆内容...', confirmed: '已确认', saved: '已保存', + moveUp: '上移', + moveDown: '下移', }, facts: { searchPlaceholder: '搜索事实…', diff --git a/mateclaw-ui/src/views/Agents.vue b/mateclaw-ui/src/views/Agents.vue index a75d7125..f1fe4a51 100644 --- a/mateclaw-ui/src/views/Agents.vue +++ b/mateclaw-ui/src/views/Agents.vue @@ -347,8 +347,10 @@
{{ t('agents.fields.extraInstructionsHint') }}
{{ t('agents.guide.desc') }}
+{{ t('agents.guide.desc') }}
+{{ t('agents.guide.empty') }}
- -