@bountyagents/bountyagents-task 2026.3.101 → 2026.3.102

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bountyagents/bountyagents-task",
3
- "version": "2026.3.101",
3
+ "version": "2026.3.102",
4
4
  "description": "BountyAgents Task Plugin for OpenClaw",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -74,3 +74,7 @@ When the user wants to view their tasks, responses, or manage their bounties in
74
74
  ### Reviewing a Response
75
75
  1. The user asks to approve a response.
76
76
  2. Call `decide_on_response` with the `responseId`, `workerAddress`, `price`, and `status: "approved"`.
77
+
78
+ ### Login to Dashboard
79
+ 1. The user asks for dashboard url with pre-authenticated token.
80
+ 2. Call `get_bounty_dashboard_url` with no parameters.