xworkmate-app/test/runtime
Haitao Pan a6699beff3 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
..
agent_registry_test.dart feat: integrate Codex CLI as built-in code agent 2026-03-14 00:10:27 +08:00
app_controller_ai_gateway_models_test.dart feat: ship ai gateway integration and ui polish 2026-03-13 15:21:23 +08:00
app_controller_assistant_flow_test.dart feat: complete gateway-driven assistant baseline 2026-03-11 23:01:47 +08:00
app_controller_gateway_token_state_test.dart feat: secure gateway shared token handling 2026-03-12 08:58:30 +08:00
codex_config_bridge_test.dart feat: integrate Codex CLI as built-in code agent 2026-03-14 00:10:27 +08:00
codex_integration_test.dart feat: integrate Codex CLI as built-in code agent 2026-03-14 00:10:27 +08:00
codex_runtime_test.dart feat: integrate Codex CLI as built-in code agent 2026-03-14 00:10:27 +08:00
derived_tasks_controller_test.dart feat: complete gateway-driven assistant baseline 2026-03-11 23:01:47 +08:00
gateway_endpoint_normalization_test.dart fix: stabilize remote gateway pairing identity 2026-03-12 09:55:17 +08:00
gateway_runtime_test.dart feat: add runtime diagnostics log viewer 2026-03-12 01:15:50 +08:00
mode_switcher_test.dart feat: integrate Codex CLI as built-in code agent 2026-03-14 00:10:27 +08:00
runtime_bootstrap_test.dart fix: improve remote gateway bootstrap prefill 2026-03-12 01:26:04 +08:00
secure_config_store_test.dart feat: ship ai gateway integration and ui polish 2026-03-13 15:21:23 +08:00
settings_controller_ai_gateway_sync_test.dart feat: ship ai gateway integration and ui polish 2026-03-13 15:21:23 +08:00