@clawos-dev/clawd 0.2.190-beta.380.a359b26 → 0.2.191-beta.381.2ccc9ac

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.
@@ -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-app-builder)"),
39710
+ targetPersona: external_exports.string().describe("persona id (e.g. persona-bug-fixer)"),
39711
39711
  prompt: external_exports.string().describe(
39712
39712
  "the task to perform, with the @persona/<id> token stripped out"
39713
39713
  ),