-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Edit these pages in
wiki/in the code repo, not here. This tab is published automatically from that folder on every merge tomain, so edits made in the browser editor are overwritten on the next publish. Keeping the source in the repo means a doc change is reviewed in the same pull request as the code it describes.请在代码仓库的
wiki/目录下修改,不要直接在这里编辑。 本页面由该目录在每次合并到main时自动发布,浏览器里的改动会在下次发布时被覆盖。
Choose a language:
- How copilot-relay works
- Configuration
- Logs and troubleshooting
- Run as a long-lived background service — setup, verification, shutdown:
Each service page covers registering the relay so it survives reboots, a
three-layer check for whether it is actually working rather than merely
listening, and how to stop it — including how copilot-relay stop interacts with
the platform's own restart policy.
每个平台页面都包含:如何注册成重启后仍然存活的服务、如何用三层检查确认它真的能用
(而不只是端口在监听)、以及如何停止它 —— 包括 copilot-relay stop 与平台自身重启策略
之间的关系。