Commit Graph

20 Commits

Author SHA1 Message Date
Haitao Pan
2294597d03 Preserve macOS app signatures during packaging 2026-04-06 13:02:14 +08:00
Haitao Pan
a665f677b2 Bundle go-core helper with macOS app and drop external CLI fallback 2026-04-06 09:39:16 +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
a3780f606f Fix macOS archive symbols and packaging settings 2026-03-27 16:32:23 +08:00
Haitao Pan
18b7d7212a chore: commit remaining workspace changes 2026-03-25 14:25:24 +08:00
Haitao Pan
560e0dfee5 Adjust DMG default icon placement 2026-03-25 14:23:12 +08:00
Haitao Pan
afcd730d67 feat(scripts): add codex acp native service helpers 2026-03-25 14:21:46 +08:00
Haitao Pan
71baa2e417 fix(release): verify export compliance in apple artifacts 2026-03-25 14:03:09 +08:00
Haitao Pan
a453abb093 fix(release): align export compliance flag and backfill missing framework dsyms 2026-03-25 11:55:50 +08:00
Haitao Pan
e1ea5a5142 Fix macOS package build state reset 2026-03-23 21:19:57 +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
dab77eba9c Add multi-platform build and release workflow 2026-03-21 10:08:12 +08:00
Haitao Pan
6280e75768 Stabilize ARIS packaging and Ollama Cloud settings 2026-03-20 09:13:22 +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
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
e4f55e6dcc feat: ship ai gateway integration and ui polish 2026-03-13 15:21:23 +08:00
Haitao Pan
9720b1fc65 Initial Flutter workspace shell 2026-03-11 07:32:52 +08:00