Commit Graph

19 Commits

Author SHA1 Message Date
Haitao Pan
cdda2caf53 merge: implement flutter and go testing framework 2026-05-25 08:55:15 +08:00
Haitao Pan
2c0e545589 ci: pin app java setup action 2026-05-03 19:29:49 +08:00
5c3f70e926
Merge pull request #12 from x-evor/codex/provider-selection-test-mainline
Codex/provider selection test mainline
2026-04-14 15:03:46 +08:00
Haitao Pan
94ae57f201 test: lock provider selection mainline contract 2026-04-14 13:56:58 +08:00
Haitao Pan
4ee90635bd fix: repair cross-platform release CI gating 2026-04-14 13:48:04 +08:00
Haitao Pan
008ebb2fe1 Fix release pipeline verification and latest release tagging 2026-04-11 10:31:15 +08:00
d16e7ce9e6
Update build-and-release.yml 2026-04-11 09:09:12 +08:00
Haitao Pan
e1429b2845 merge: consolidate CI and thread binding branch work 2026-04-11 08:20:51 +08:00
ced8b04133 Remove watch-build-and-release workflow 2026-04-10 20:14:20 +08:00
Haitao Pan
e865c2ca5e refactor: remove web surface from xworkmate-app 2026-04-09 11:19:40 +08:00
Haitao Pan
c015acdfbd test: add automation suite coverage 2026-04-08 16:35:25 +08:00
25842cb6c7 test: add layered Flutter+Go testing template and CI workflows 2026-04-08 13:11:53 +08:00
4509cf99db
Remove 'verify' job dependency from build
Removed dependency on 'verify' job from the 'build' job.
2026-04-05 19:00:29 +08:00
Haitao Pan
81fd765017 ci: add build-and-release watchdog 2026-04-05 17:50:23 +08:00
Haitao Pan
0b15e5570a add workflows: build-push-ghcr-images 2026-04-02 17:44:18 +08:00
Haitao Pan
a6e059bca7 ci: expand release build matrix 2026-03-31 15:35:06 +08:00
Haitao Pan
94d4debe2d 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
dab77eba9c Add multi-platform build and release workflow 2026-03-21 10:08:12 +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