@clawos-dev/clawd 0.2.187 → 0.2.188
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli.cjs +1 -19
- package/dist/dispatch/mcp-server.cjs +1 -1
- package/dist/share-md-viewer-error.html +1 -1
- package/dist/share-md-viewer.html +1 -1
- package/dist/share-ui/assets/guest-3SNamz2y.css +32 -0
- package/dist/share-ui/assets/{guest-BJHqB43H.js → guest-BG8PrUIS.js} +135 -130
- package/dist/share-ui/guest.html +2 -2
- package/package.json +1 -1
- package/dist/persona-defaults/persona-bug-fixer/.claude/settings.json +0 -7
- package/dist/persona-defaults/persona-bug-fixer/.mcp.json +0 -15
- package/dist/persona-defaults/persona-bug-fixer/CLAUDE.md +0 -102
- package/dist/persona-defaults/persona-ticket-manager/CLAUDE.md +0 -97
- package/dist/share-ui/assets/guest-Gdf-DU6A.css +0 -32
package/dist/cli.cjs
CHANGED
|
@@ -41406,7 +41406,7 @@ var ATTACHMENT_SHARING_HINT = `## \u628A\u4EA7\u51FA\u6587\u4EF6\u5206\u4EAB\u7E
|
|
|
41406
41406
|
// src/dispatch/system-prompt.ts
|
|
41407
41407
|
var DISPATCH_SYSTEM_PROMPT_HINT = `## \u59D4\u6D3E\u7ED9\u53E6\u4E00\u4E2A persona\uFF08dispatch\uFF09
|
|
41408
41408
|
|
|
41409
|
-
\u5F53\u7528\u6237\u6D88\u606F\u91CC\u542B \`@persona/<id>\`\uFF08\u5982 \`@persona/persona-
|
|
41409
|
+
\u5F53\u7528\u6237\u6D88\u606F\u91CC\u542B \`@persona/<id>\`\uFF08\u5982 \`@persona/persona-app-builder\`\uFF09\u65F6\uFF0C**\u4F60\u5FC5\u987B**\u7ACB\u5373\u8C03 MCP tool \`mcp__clawd-dispatch__personaDispatch\` \u59D4\u6D3E\uFF0C\u4E0D\u8981\u5C1D\u8BD5\u81EA\u5DF1\u6267\u884C\uFF1A
|
|
41410
41410
|
|
|
41411
41411
|
- \`targetPersona = <id>\`\uFF08@ token \u91CC\u7684 persona id\uFF09
|
|
41412
41412
|
- \`prompt = \u53BB\u6389 @persona/<id> token \u7684\u7528\u6237\u539F\u6587\`
|
|
@@ -45162,16 +45162,6 @@ var DEFAULT_PERSONAS = [
|
|
|
45162
45162
|
public: false,
|
|
45163
45163
|
sandboxProfile: DEFAULT_BYPASS_PROFILE
|
|
45164
45164
|
},
|
|
45165
|
-
{
|
|
45166
|
-
// 工单管理员:纯操作员,按指令调 clawd-ticket MCP 增删改查 ticket。MCP 由 daemon 全局
|
|
45167
|
-
// 注入(index.ts ticket-mcp wiring),persona 端不需要单独 .mcp.json。
|
|
45168
|
-
personaId: "persona-ticket-manager",
|
|
45169
|
-
label: "\u5DE5\u5355\u7BA1\u7406\u5458",
|
|
45170
|
-
model: "opus",
|
|
45171
|
-
iconKey: "assist",
|
|
45172
|
-
public: false,
|
|
45173
|
-
sandboxProfile: DEFAULT_BYPASS_PROFILE
|
|
45174
|
-
},
|
|
45175
45165
|
{
|
|
45176
45166
|
personaId: "persona-feishu-assistant",
|
|
45177
45167
|
label: "\u98DE\u4E66\u52A9\u7406",
|
|
@@ -45265,14 +45255,6 @@ var DEFAULT_PERSONAS = [
|
|
|
45265
45255
|
public: false,
|
|
45266
45256
|
sandboxProfile: DEFAULT_BYPASS_PROFILE
|
|
45267
45257
|
},
|
|
45268
|
-
{
|
|
45269
|
-
personaId: "persona-bug-fixer",
|
|
45270
|
-
label: "Bug \u4FEE\u590D\u5E08",
|
|
45271
|
-
model: "opus",
|
|
45272
|
-
iconKey: "debug",
|
|
45273
|
-
public: false,
|
|
45274
|
-
sandboxProfile: DEFAULT_BYPASS_PROFILE
|
|
45275
|
-
},
|
|
45276
45258
|
{
|
|
45277
45259
|
// HTML PPT 制作师:把想法/文字/旧 PPT 转成单文件 HTML 演示稿
|
|
45278
45260
|
// bundle 含 frontend-slides skill(MIT,Zara Zhang),daemon ship 进 .claude/skills/
|
|
@@ -39707,7 +39707,7 @@ async function main() {
|
|
|
39707
39707
|
title: "Dispatch task to another persona",
|
|
39708
39708
|
description: "Delegate a task to another clawd persona. Use this when the user message contains `@persona/<id>` to hand the task off to that persona. The tool blocks until the other persona finishes and returns its result.",
|
|
39709
39709
|
inputSchema: {
|
|
39710
|
-
targetPersona: external_exports.string().describe("persona id (e.g. persona-
|
|
39710
|
+
targetPersona: external_exports.string().describe("persona id (e.g. persona-app-builder)"),
|
|
39711
39711
|
prompt: external_exports.string().describe(
|
|
39712
39712
|
"the task to perform, with the @persona/<id> token stripped out"
|
|
39713
39713
|
),
|