@talex-touch/zlab-weixin-bridge

Talex Touch quiet-startup variant of zlab-weixin-bridge for Pi.

Packages

Package details

extension

Install @talex-touch/zlab-weixin-bridge from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:@talex-touch/zlab-weixin-bridge
Package
@talex-touch/zlab-weixin-bridge
Version
0.1.17
Published
Jun 12, 2026
Downloads
177/mo · 177/wk
Author
talexds
License
MIT
Types
extension
Size
24 KB
Dependencies
1 dependency · 1 peer
Pi manifest JSON
{
  "extensions": [
    "./weixin-bridge.ts"
  ],
  "image": "https://img.shields.io/badge/pi-weixin--bridge-green",
  "video": ""
}

Security note

Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.

README

@talex-touch/zlab-weixin-bridge

Quiet-startup variant of zlab-weixin-bridge for the Talex Touch Pi experience.

Behavior

  • Keeps /weixin-login, WeChat tools, polling, and explicit status messages.
  • Removes only the startup notification:
zlab-weixin-bridge loaded. Run /weixin-login to connect.
  • Does not suppress login failures, QR expiration, timeout messages, or explicit /weixin-status output.

Pi Extension Entry

{
  "pi": {
    "extensions": ["./weixin-bridge.ts"]
  }
}

Upstream

Based on zlab-weixin-bridge@1.0.3 under the MIT license.