From 5ba2f43c648e6e94f76e28b992bd11d10a13c19b Mon Sep 17 00:00:00 2001 From: Haitao Pan Date: Thu, 9 Apr 2026 09:53:33 +0800 Subject: [PATCH] Add xworkmate-bridge companion repository note --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index f4bea127..05de46c7 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,14 @@ XWorkmate is a Flutter-based AI workspace shell for running assistant threads, l XWorkmate combines a desktop-first Flutter app, persistent assistant task threads, and optional multi-agent orchestration. It is designed for users who want a single workspace for AI chat, gateway-backed execution, and packaged local tooling across macOS, web, and other client surfaces. +## Companion Repository + +The ACP Bridge Server and embedded Go helper now live in the standalone companion repository: + +- [`xworkmate-bridge`](https://github.com/x-evor/xworkmate-bridge) + +For local development, keep `xworkmate-bridge` checked out alongside `xworkmate-app`, or set `XWORKMATE_BRIDGE_DIR` explicitly before building the helper. + ## TL;DR ```bash