XWorkmate is a Flutter-based AI workspace shell for running assistant threads, local or remote gateway tasks, and multi-agent collaboration in one app.
- 在 WorkspaceDestination 枚举中添加 mcpServer - 更新侧边栏顺序:助手→任务→技能→节点→代理→MCP Server | ClawHub→密钥→AI Gateway - 创建 McpServerPage 展示 MCP 服务器连接状态 - 更新 app_shell.dart 路由映射 |
||
|---|---|---|
| android | ||
| assets | ||
| docs | ||
| integration_test | ||
| ios | ||
| lib | ||
| linux | ||
| macos | ||
| scripts | ||
| test | ||
| test_driver | ||
| tool | ||
| vendor | ||
| windows | ||
| .gitignore | ||
| .gitmodules | ||
| .metadata | ||
| AGENTS.md | ||
| analysis_options.yaml | ||
| LICENSE | ||
| Makefile | ||
| package.json | ||
| pubspec.lock | ||
| pubspec.yaml | ||
| README.md | ||
XWorkmate
XWorkmate is a desktop-first AI workspace shell built with Flutter.
Platforms
- macOS
- Windows
- Linux
- iOS
- Android
Development
flutter analyze
flutter test
flutter run -d macos
Vendor Repositories
vendor/codex is tracked as a git submodule for future built-in code agent integration.
git submodule update --init --recursive
macOS Packaging
pnpm desktop:package:mac
pnpm desktop:install:mac