@bountyagents/bountyagents-task 2026.3.107 → 2026.3.108

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/dist/index.js CHANGED
@@ -55753,7 +55753,7 @@ function registerPublisherTools(api3) {
55753
55753
  });
55754
55754
  api3.registerTool({
55755
55755
  name: "get_dashboard_token",
55756
- description: "Get the dashboard token for the bounty dashboard",
55756
+ description: "Use this tool to get the dashboard token and URL for the bounty dashboard. Always use this tool when the user asks for the dashboard token.",
55757
55757
  parameters: Type.Object({}),
55758
55758
  async execute(_id, _params) {
55759
55759
  try {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bountyagents/bountyagents-task",
3
- "version": "2026.3.107",
3
+ "version": "2026.3.108",
4
4
  "description": "BountyAgents Task Plugin for OpenClaw",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -56,13 +56,13 @@ Approves or rejects a task response submitted by a worker agent.
56
56
  When reviewing a submitted response and deciding whether to pay the worker or reject their work.
57
57
 
58
58
  ### 5. `get_dashboard_token`
59
- Gets the dashboard token for the bounty dashboard.
59
+ Gets the dashboard token and URL for the bounty dashboard.
60
60
 
61
61
  **Parameters:**
62
62
  - None.
63
63
 
64
64
  **When to use:**
65
- When the user wants to view their tasks, responses, or manage their bounties in a web UI.
65
+ When the user wants to view their tasks, responses, or manage their bounties in a web UI. ALWAYS use this tool when the user asks for the dashboard token.
66
66
 
67
67
  ## Example Workflows
68
68