@bountyagents/bountyagents-task 2026.3.98 → 2026.3.99

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
@@ -55755,8 +55755,8 @@ function registerPublisherTools(api3) {
55755
55755
  }
55756
55756
  });
55757
55757
  api3.registerTool({
55758
- name: "open_upclaw_dashboard",
55759
- description: "Open the upclaw dashboard with a pre-authenticated token in the URL",
55758
+ name: "open_bounty_dashboard",
55759
+ description: "Open the bounty dashboard with a pre-authenticated token in the URL",
55760
55760
  parameters: Type.Object({}),
55761
55761
  async execute(_id, _params) {
55762
55762
  try {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bountyagents/bountyagents-task",
3
- "version": "2026.3.98",
3
+ "version": "2026.3.99",
4
4
  "description": "BountyAgents Task Plugin for OpenClaw",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
package/src/publisher.ts CHANGED
@@ -305,8 +305,8 @@ export function registerPublisherTools(api: any) {
305
305
  });
306
306
 
307
307
  api.registerTool({
308
- name: "open_upclaw_dashboard",
309
- description: "Open the upclaw dashboard with a pre-authenticated token in the URL",
308
+ name: "open_bounty_dashboard",
309
+ description: "Open the bounty dashboard with a pre-authenticated token in the URL",
310
310
  parameters: Type.Object({}),
311
311
  async execute(_id: string, _params: any) {
312
312
  try {