更新角色注册逻辑,将“角色设计师”替换为“女娲”,并移除角色设计师的相关信息,优化角色创建提示。此更改提升了角色创建的清晰度和一致性。

This commit is contained in:
sean
2025-06-11 21:16:45 +08:00
parent 283374bf09
commit 65f507a010
2 changed files with 5 additions and 9 deletions

View File

@ -46,9 +46,9 @@ ${buildCommand.register('my-custom-role')}
- prompt/domain/${roleId}/thought/${roleId}.thought.md
- prompt/domain/${roleId}/execution/${roleId}.execution.md
💡 您可以使用角色设计师来创建完整的角色套件:
💡 您可以使用女娲来创建完整的角色套件:
\`\`\`bash
${buildCommand.action('role-designer')}
${buildCommand.action('nuwa')}
\`\`\``
}
@ -193,8 +193,8 @@ ${buildCommand.action(roleId)}
},
{
name: '创建新角色',
description: '使用角色设计师创建新角色',
command: buildCommand.action('role-designer'),
description: '使用女娲创建新角色',
command: buildCommand.action('nuwa'),
priority: 'high'
}
],

View File

@ -73,11 +73,7 @@
"name": "🙋 智能助手",
"description": "通用助理角色,提供基础的助理服务和记忆支持"
},
"role-designer": {
"file": "@package://prompt/domain/role-designer/role-designer.role.md",
"name": "🎭 角色设计师",
"description": "专业角色设计专家基于DPML协议创建和优化新的AI角色"
},
"product-manager": {
"file": "@package://prompt/domain/product-manager/product-manager.role.md",
"name": "📊 产品经理",