baozicli
v0.1.0
Published
包子 Mac 端:Iroh P2P 守护进程,把本地编码 agent(Codex/Pi/OpenCode/Claude)多路复用给已配对的包子 App。
Readme
baozicli(包子 Mac 端)
Distribution wrapper for the alleycat daemon.
Ships the daemon to npm as baozicli; the installed command is baozi.
把手机端「包子」App 连到这台 Mac 的守护进程。安装后用户跑:
npm install -g baozicli # 或 npx baozicli
baozi serve # 启动守护进程
baozi pair # 打印配对二维码,用「包子」App 扫The wrapper itself is a tiny main() that re-exports the alleycat daemon with
baozi branding (binary_name = "baozi", identity com.kris99.baozicli). All
daemon behavior lives in the alleycat crate; this crate exists so cargo-dist
sees a baozicli package name and produces correctly-named artifacts.
Cutting a release
- Push the alleycat changes to
huangguang1999/alleycat. - Keep the
alleycatdependency pinned to a commit and refresh it with./tools/scripts/update-alleycat-main.sh --kittylitter(or bump the rev by hand). - Bump
versionin this crate'sCargo.toml. - Tag
vX.Y.Zon thehuangguang1999/baozirepo. Therelease.ymlworkflow at the repo root builds and publishesbaoziclito npm via trusted publishing.
