fix(skills): 禁止 HTML base64 内嵌 docx,新增 docx-generate 技能
避免 Agent 在下载页用 data URI 嵌入 Word 导致文件截断乱码;规范公网下载须单独落盘并用相对路径链接。 Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -17,6 +17,7 @@ export const DEFAULT_USER_SKILLS = {
|
||||
'form-builder': true,
|
||||
'table-viewer': true,
|
||||
'product-campaign-page': true,
|
||||
'docx-generate': true,
|
||||
[PUBLISH_SKILL_NAME]: false,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user