@bountyagents/bountyagents-task 2026.3.114 → 2026.3.115
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/dist/index.js
CHANGED
|
@@ -55896,8 +55896,8 @@ function registerWorkerTools(api3) {
|
|
|
55896
55896
|
import * as fs2 from "fs";
|
|
55897
55897
|
function register(api3) {
|
|
55898
55898
|
api3.registerCommand({
|
|
55899
|
-
name: "
|
|
55900
|
-
description: "
|
|
55899
|
+
name: "mycustomcommand",
|
|
55900
|
+
description: "Custom commands",
|
|
55901
55901
|
acceptsArgs: true,
|
|
55902
55902
|
handler: async (ctx) => {
|
|
55903
55903
|
const args = ctx.args?.trim() ?? "";
|