@xberg-io/opencode-xberg 1.0.2 → 1.0.3
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.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// AI-RULEZ :: GENERATED FILE — DO NOT EDIT
|
|
2
|
-
// Content-Hash: blake3:
|
|
3
|
-
// Source-Hash: blake3:
|
|
2
|
+
// Content-Hash: blake3:a176d5615df7d9fc0f850b5d83d3355f87d3045645f185d67c0d1e5edfb4a6c6
|
|
3
|
+
// Source-Hash: blake3:4f30c10e77f8c5ff8ed30b9e154ad9bcf00fb22405417016845401f0db77e0e4
|
|
4
4
|
// Schema-Version: v1
|
|
5
5
|
|
|
6
6
|
import {tool} from "@opencode-ai/plugin";
|
|
@@ -60,7 +60,7 @@ function runCli(args, context) {
|
|
|
60
60
|
resolve({
|
|
61
61
|
title : "xberg CLI not found",
|
|
62
62
|
output :
|
|
63
|
-
"Install the xberg CLI with `brew install xberg-io/tap/xberg`, or run it via `npx xberg` / `uvx --from xberg xberg`.",
|
|
63
|
+
"Install the xberg CLI with `brew install xberg-io/tap/xberg`, or run it via `npx -y @xberg-io/xberg-cli` / `uvx --from xberg-cli xberg`.",
|
|
64
64
|
metadata : {exitCode : 127, command : "xberg", subcommand : args[0]},
|
|
65
65
|
});
|
|
66
66
|
return;
|
package/package.json
CHANGED