Commit Graph

6 Commits

Author SHA1 Message Date
Haitao Pan
c1e96a7f9b ci: add build-and-release watchdog 2026-04-05 17:50:23 +08:00
Haitao Pan
e845f91f9a add workflows: build-push-ghcr-images 2026-04-02 17:44:18 +08:00
Haitao Pan
a15f1acecf ci: expand release build matrix 2026-03-31 15:35:06 +08:00
Haitao Pan
81c14213d6 release: pin GitHub Actions to specific commits and remove Rust FFI workflow
- Pin actions/checkout, actions/setup-go, actions/upload-artifact, actions/download-artifact to specific commit hashes for supply chain security
- Remove build-rust-ffi.yml workflow as Rust FFI is no longer used

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-27 13:02:57 +08:00
Haitao Pan
18f56ecd02 Add multi-platform build and release workflow 2026-03-21 10:08:12 +08:00
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