@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 +2 -2
- package/package.json +1 -1
- package/src/publisher.ts +2 -2
package/dist/index.js
CHANGED
|
@@ -55755,8 +55755,8 @@ function registerPublisherTools(api3) {
|
|
|
55755
55755
|
}
|
|
55756
55756
|
});
|
|
55757
55757
|
api3.registerTool({
|
|
55758
|
-
name: "
|
|
55759
|
-
description: "Open the
|
|
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
package/src/publisher.ts
CHANGED
|
@@ -305,8 +305,8 @@ export function registerPublisherTools(api: any) {
|
|
|
305
305
|
});
|
|
306
306
|
|
|
307
307
|
api.registerTool({
|
|
308
|
-
name: "
|
|
309
|
-
description: "Open the
|
|
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 {
|