新增: F-03对抗评估接LLM+F-02纯技能调用标题+i18n@转义

This commit is contained in:
2026-06-16 21:07:42 +08:00
parent 35b8eac46b
commit dfe0096498
9 changed files with 1248 additions and 23 deletions

View File

@@ -68,12 +68,12 @@ export default {
// ── Skill ──
clearSkill: 'Clear skill',
placeholderWithSkill: 'Skill selected. Type arguments and press Enter',
placeholderDefault: 'Type a message... (/ for skills, @ to mention)',
placeholderDefault: "Type a message... (/ for skills, {'@'} to mention)",
skillNoMatch: 'No matching skill',
skillNotLoaded: 'No local skills loaded',
// ── UX-10: @ entity mention (@ opens popover, select inserts [Type:Name] token) ──
mentionHint: '@ to mention project/task',
mentionHint: "{'@'} to mention project/task",
mentionGroupProject: 'Projects',
mentionGroupTask: 'Tasks',
mentionNoMatch: 'No matching entity',