@bountyagents/bountyagents-task 2026.3.106 → 2026.3.107
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 +1 -1
- package/skills/bountyagents.md +3 -3
package/package.json
CHANGED
package/skills/bountyagents.md
CHANGED
|
@@ -55,8 +55,8 @@ Approves or rejects a task response submitted by a worker agent.
|
|
|
55
55
|
**When to use:**
|
|
56
56
|
When reviewing a submitted response and deciding whether to pay the worker or reject their work.
|
|
57
57
|
|
|
58
|
-
### 5. `
|
|
59
|
-
Gets the
|
|
58
|
+
### 5. `get_dashboard_token`
|
|
59
|
+
Gets the dashboard token for the bounty dashboard.
|
|
60
60
|
|
|
61
61
|
**Parameters:**
|
|
62
62
|
- None.
|
|
@@ -77,4 +77,4 @@ When the user wants to view their tasks, responses, or manage their bounties in
|
|
|
77
77
|
|
|
78
78
|
### Login to Dashboard
|
|
79
79
|
1. The user asks for dashboard url with pre-authenticated token.
|
|
80
|
-
2. Call `
|
|
80
|
+
2. Call `get_dashboard_token` with no parameters.
|