mirror of
https://github.com/YspCoder/clawgo.git
synced 2026-05-08 03:57:30 +08:00
Tighten subagent prompt file workflow
This commit is contained in:
@@ -39,6 +39,14 @@ const resources = {
|
||||
noPendingSubagentDrafts: 'No pending subagent drafts.',
|
||||
saveToConfig: 'Save To Config',
|
||||
configSubagentSaved: 'Subagent config saved and runtime updated.',
|
||||
promptFileEditor: 'Prompt File Editor',
|
||||
promptFileEditorPlaceholder: 'Edit the AGENT.md content for this subagent.',
|
||||
bootstrapPromptFile: 'Bootstrap AGENT.md',
|
||||
savePromptFile: 'Save AGENT.md',
|
||||
promptFileSaved: 'Prompt file saved.',
|
||||
promptFileBootstrapped: 'Prompt file template created.',
|
||||
promptFileReady: 'AGENT.md ready',
|
||||
promptFileMissing: 'AGENT.md missing',
|
||||
threadTrace: 'Thread Trace',
|
||||
threadMessages: 'Thread Messages',
|
||||
inbox: 'Inbox',
|
||||
@@ -465,6 +473,14 @@ const resources = {
|
||||
noPendingSubagentDrafts: '当前没有待确认的子代理草案。',
|
||||
saveToConfig: '写入配置',
|
||||
configSubagentSaved: '子代理配置已写入并刷新运行态。',
|
||||
promptFileEditor: '提示词文件编辑器',
|
||||
promptFileEditorPlaceholder: '编辑该子代理对应的 AGENT.md 内容。',
|
||||
bootstrapPromptFile: '生成 AGENT.md 模板',
|
||||
savePromptFile: '保存 AGENT.md',
|
||||
promptFileSaved: '提示词文件已保存。',
|
||||
promptFileBootstrapped: '提示词模板已创建。',
|
||||
promptFileReady: 'AGENT.md 已就绪',
|
||||
promptFileMissing: 'AGENT.md 缺失',
|
||||
threadTrace: '线程追踪',
|
||||
threadMessages: '线程消息',
|
||||
inbox: '收件箱',
|
||||
|
||||
Reference in New Issue
Block a user