@yahaha-studio/focus-forwarder 0.0.1-alpha.18 → 0.0.1-alpha.19
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/index.ts +1 -1
- package/package.json +1 -1
- package/skills/focus-forwarder/SKILL.md +1 -1
package/index.ts
CHANGED
|
@@ -523,7 +523,7 @@ function buildFocusPrompt(): string {
|
|
|
523
523
|
"- Task start: User gives you a new task to work on",
|
|
524
524
|
"- Task switch: Moving from one distinct task to another",
|
|
525
525
|
"- Major milestone: Completed a significant phase",
|
|
526
|
-
"- Task end:
|
|
526
|
+
"- Task end: MUST send focus_action when you finish the user's request and are about to reply with the final result",
|
|
527
527
|
"- Skip for: Trivial operations (reading 1 file, simple grep)",
|
|
528
528
|
"",
|
|
529
529
|
"How to choose parameters:",
|
package/package.json
CHANGED
|
@@ -25,7 +25,7 @@ Before installing the plugin, save `mateId` to the `identity.json` file under th
|
|
|
25
25
|
Then install and enable the plugin:
|
|
26
26
|
|
|
27
27
|
```bash
|
|
28
|
-
openclaw plugins install @yahaha-studio/focus-forwarder@0.0.1-alpha.
|
|
28
|
+
openclaw plugins install @yahaha-studio/focus-forwarder@0.0.1-alpha.19
|
|
29
29
|
openclaw plugins enable focus-forwarder
|
|
30
30
|
```
|
|
31
31
|
|