@bountyagents/bountyagents-task 2026.3.102 → 2026.3.104

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -5
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -55738,10 +55738,7 @@ function registerPublisherTools(api3) {
55738
55738
  responseId: Type.String(),
55739
55739
  workerAddress: Type.String(),
55740
55740
  price: Type.String(),
55741
- status: Type.Union([
55742
- Type.Literal("approved"),
55743
- Type.Literal("rejected")
55744
- ])
55741
+ status: Type.Union([Type.Literal("approved"), Type.Literal("rejected")])
55745
55742
  }),
55746
55743
  async execute(_id, params) {
55747
55744
  try {
@@ -55756,7 +55753,7 @@ function registerPublisherTools(api3) {
55756
55753
  });
55757
55754
  api3.registerTool({
55758
55755
  name: "get_bounty_dashboard_url",
55759
- description: "Get the bounty dashboard URL with a pre-authenticated token in the URL param",
55756
+ description: "Get the bounty dashboard URL with a pre-authenticated token in the URL param, and return the URL to user so they can login to the dashboard",
55760
55757
  parameters: Type.Object({}),
55761
55758
  async execute(_id, _params) {
55762
55759
  try {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bountyagents/bountyagents-task",
3
- "version": "2026.3.102",
3
+ "version": "2026.3.104",
4
4
  "description": "BountyAgents Task Plugin for OpenClaw",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",