@bountyagents/bountyagents-task 2026.3.115 → 2026.3.116
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 +3 -8
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -55900,14 +55900,9 @@ function register(api3) {
|
|
|
55900
55900
|
description: "Custom commands",
|
|
55901
55901
|
acceptsArgs: true,
|
|
55902
55902
|
handler: async (ctx) => {
|
|
55903
|
-
|
|
55904
|
-
|
|
55905
|
-
|
|
55906
|
-
if (action === "status") {
|
|
55907
|
-
return json({
|
|
55908
|
-
text: "Task status"
|
|
55909
|
-
});
|
|
55910
|
-
}
|
|
55903
|
+
return json({
|
|
55904
|
+
text: "Task status"
|
|
55905
|
+
});
|
|
55911
55906
|
}
|
|
55912
55907
|
});
|
|
55913
55908
|
api3.registerCli(({ program }) => {
|