wechat-bridge-opencode 0.1.3 → 0.1.4
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/bin/wechat-opencode.js +6 -6
- package/dist/package.json +2 -2
- package/package.json +2 -2
|
@@ -21,18 +21,18 @@ function usage() {
|
|
|
21
21
|
.map(({ id }) => id)
|
|
22
22
|
.join(", ");
|
|
23
23
|
console.log(`
|
|
24
|
-
|
|
24
|
+
wbo — Bridge WeChat to OpenCode
|
|
25
25
|
|
|
26
26
|
Usage:
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
27
|
+
wbo --agent <preset|command> [options]
|
|
28
|
+
wbo agents List built-in agent presets
|
|
29
|
+
wbo stop Stop a running daemon
|
|
30
|
+
wbo status Check daemon status
|
|
31
31
|
|
|
32
32
|
Options:
|
|
33
33
|
--agent <value> Built-in preset name or raw agent command
|
|
34
34
|
Presets: ${presets}
|
|
35
|
-
Examples: "
|
|
35
|
+
Examples: "opencode"
|
|
36
36
|
--cwd <dir> Working directory for agent (default: current dir)
|
|
37
37
|
--login Force re-login (new QR code)
|
|
38
38
|
--daemon Run in background after login
|
package/dist/package.json
CHANGED