@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 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: Fully completed the user's request",
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yahaha-studio/focus-forwarder",
3
- "version": "0.0.1-alpha.18",
3
+ "version": "0.0.1-alpha.19",
4
4
  "description": "Forward OpenClaw agent events to external WebSocket server for visualization",
5
5
  "type": "module",
6
6
  "main": "index.ts",
@@ -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.18
28
+ openclaw plugins install @yahaha-studio/focus-forwarder@0.0.1-alpha.19
29
29
  openclaw plugins enable focus-forwarder
30
30
  ```
31
31