Commit Graph

15 Commits

Author SHA1 Message Date
Haitao Pan
ec4d75a182 test: add real env login chain checks 2026-04-10 10:18:46 +08:00
Haitao Pan
e865c2ca5e refactor: remove web surface from xworkmate-app 2026-04-09 11:19:40 +08:00
Haitao Pan
f02c3324ea Split ACP bridge into standalone repository 2026-04-09 09:49:52 +08:00
Haitao Pan
040e030818 build: add test-all make targets 2026-04-08 16:37:12 +08:00
Haitao Pan
720e72dd3f Update iOS build settings and version metadata 2026-03-28 20:22:48 +08:00
Haitao Pan
f6ad983b68 Refine macOS Xcode entrypoint and CocoaPods SDK refs 2026-03-27 16:15:27 +08:00
Haitao Pan
71baa2e417 fix(release): verify export compliance in apple artifacts 2026-03-25 14:03:09 +08:00
Haitao Pan
c9852fd70a Rename ARIS bridge to go core 2026-03-23 20:59:18 +08:00
Haitao Pan
fbc4f55017 fix(release): harden apple app store distribution 2026-03-23 17:28:54 +08:00
Haitao Pan
c24f2aba17 feat: add ui feature flag release docs pipeline 2026-03-22 10:49:13 +08:00
Haitao Pan
47473e08d6 Integrate ARIS bundle and Go bridge runtime 2026-03-20 08:17:34 +08:00
Haitao Pan
4f887e4f15 feat: add linux desktop parity scaffolding 2026-03-16 17:58:37 +08:00
Haitao Pan
04b52c3c70 fix: resolve Rust FFI compilation errors and simplify build
- Fix duplicate Clone implementation conflict in CodexConfig
- Add Default derive to CodexConfigRust for unwrap_or_default()
- Fix temporary lifetime issues in find_codex_binary()
- Remove unused imports (CString, CodexEvent)
- Update Makefile rust-build-release to target arm64 only (no x86_64/lipo)
- Add gitignore rules for Rust build artifacts
2026-03-14 09:52:13 +08:00
Haitao Pan
e26ffb2116 feat: integrate Codex CLI as built-in code agent
- Add CodexRuntime for process management and JSON-RPC communication
- Add CodexConfigBridge for AI Gateway configuration
- Add ModeSwitcher for OpenClaw Gateway mode switching (local/remote/offline)
- Add AgentRegistry for agent registration and discovery
- Add RuntimeCoordinator for unified coordination
- Add Rust FFI bindings for native integration
- Add comprehensive test coverage

Phase 1-4 features:
- Configuration bridging to AI Gateway
- Mode switching between local/remote/offline
- Agent registration protocol
- Cloud memory sync capability
- Offline fallback support

CI/CD:
- GitHub Actions workflow for Rust FFI build
- Build scripts for macOS universal binary
- Integration with Flutter build process

Co-authored-by: Codex CLI Integration <codex@openai.com>
2026-03-14 00:10:27 +08:00
Haitao Pan
af5098cb21 Polish workspace theme and add Makefile tasks 2026-03-11 15:34:15 +08:00