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.
@@ -21,18 +21,18 @@ function usage() {
21
21
  .map(({ id }) => id)
22
22
  .join(", ");
23
23
  console.log(`
24
- wechat-opencode — Bridge WeChat to any ACP-compatible AI agent
24
+ wbo — Bridge WeChat to OpenCode
25
25
 
26
26
  Usage:
27
- wechat-opencode --agent <preset|command> [options]
28
- wechat-opencode agents List built-in agent presets
29
- wechat-opencode stop Stop a running daemon
30
- wechat-opencode status Check daemon status
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: "copilot", "claude", "npx tsx ./agent.ts"
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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "wechat-bridge-opencode",
3
- "version": "0.1.3",
4
- "description": "Bridge WeChat to any Opencode",
3
+ "version": "0.1.4",
4
+ "description": "Bridge WeChat to OpenCode",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "dist/",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "wechat-bridge-opencode",
3
- "version": "0.1.3",
4
- "description": "Bridge WeChat to any Opencode",
3
+ "version": "0.1.4",
4
+ "description": "Bridge WeChat to OpenCode",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "dist/",