@blockrun/clawrouter 0.12.47 → 0.12.49
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 +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -8716,7 +8716,7 @@ async function createWalletCommand() {
|
|
|
8716
8716
|
ctx.config?.agents?.defaults?.model?.primary ?? ""
|
|
8717
8717
|
);
|
|
8718
8718
|
if (!primary.startsWith("blockrun/")) {
|
|
8719
|
-
return
|
|
8719
|
+
return null;
|
|
8720
8720
|
}
|
|
8721
8721
|
const subcommand = ctx.args?.trim().toLowerCase() || "status";
|
|
8722
8722
|
let walletKey;
|