Haitao Pan
046020d8d7
Remove Patrol from macOS package
2026-06-05 21:47:08 +08:00
Haitao Pan
8469537060
chore: prepare v1.1.3 release metadata
2026-05-28 13:20:57 +08:00
Haitao Pan
1e0d79532b
chore: add ios release verification assets
2026-05-25 08:54:48 +08:00
Haitao Pan
5ccf37bec9
chore: sync xcode version metadata
2026-05-19 11:22:52 +08:00
Haitao Pan
b9a9999291
chore: remove stale gateway settings and app ffi paths
2026-05-13 16:45:54 +08:00
Haitao Pan
512ad35f56
docs: add external api test scripts
2026-04-22 09:47:38 +08:00
Haitao Pan
41163ec295
fix(build): improve macOS packaging reliability and clean up Rust FFI
...
- Implement 'inside-out' signing strategy in package-flutter-mac-app.sh to fix nested code validity errors
- Fix install_name of embedded FFI library to use @rpath for portability
- Remove manual 'cargo build' triggers from Makefile and integration scripts (externalize management)
- Clean up unused types and structs in Rust source (lib.rs and types.rs)
- Update architecture docs to reflect AcpBridgeServerModeConfig priority logic
2026-04-19 15:00:34 +08:00
Haitao Pan
a04b22ec4a
refactor(storage): unify persistent storage with robust error handling and simplified secret management
...
- Consolidate settings, tasks, and audit storage into SettingsStore and SecretStore
- Implement PersistentWriteFailure for detailed error reporting across storage scopes
- Migrate secret retrieval to rely primarily on reference-based lookups
- Add ThemeMode persistence and AccountSyncState serialization
- Modernize SecureConfigStore with clear path resolution and support for UI state
- Streamline Rust build process by migrating from custom scripts to Makefile
- Remove redundant build_rust_ffi.sh and update integration scripts
2026-04-19 10:34:15 +08:00
Haitao Pan
ec1fb1b5e7
fix(build): ensure macOS packaging builds native dependencies and universal FFI binary
2026-04-18 17:06:34 +08:00
Haitao Pan
78d59292a6
docs: add public API engineering docs
2026-04-16 13:54:33 +08:00
Haitao Pan
e7b09d235d
feat(settings): refresh account sync, add about metadata, and rewrite task dialog modes
2026-04-13 18:02:30 +08:00
Haitao Pan
e00d971049
test: add real env login chain checks
2026-04-10 10:18:46 +08:00
Haitao Pan
0fb0ccdf17
refactor: remove web surface from xworkmate-app
2026-04-09 11:19:40 +08:00
Haitao Pan
e5b343ba3a
Split ACP bridge into standalone repository
2026-04-09 09:49:52 +08:00
Haitao Pan
ea4abe350b
build: add test-all make targets
2026-04-08 16:37:12 +08:00
Haitao Pan
15a85cea0b
Update iOS build settings and version metadata
2026-03-28 20:22:48 +08:00
Haitao Pan
03c7e2776d
Refine macOS Xcode entrypoint and CocoaPods SDK refs
2026-03-27 16:15:27 +08:00
Haitao Pan
14fb1c59d0
fix(release): verify export compliance in apple artifacts
2026-03-25 14:03:09 +08:00
Haitao Pan
bd76a91130
Rename ARIS bridge to go core
2026-03-23 20:59:18 +08:00
Haitao Pan
144428f054
fix(release): harden apple app store distribution
2026-03-23 17:28:54 +08:00
Haitao Pan
7378888ed4
feat: add ui feature flag release docs pipeline
2026-03-22 10:49:13 +08:00
Haitao Pan
7a58db73bf
Integrate ARIS bundle and Go bridge runtime
2026-03-20 08:17:34 +08:00
Haitao Pan
910fd3fedc
feat: add linux desktop parity scaffolding
2026-03-16 17:58:37 +08:00
Haitao Pan
6b6a586f8d
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
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
Haitao Pan
390e14beef
Polish workspace theme and add Makefile tasks
2026-03-11 15:34:15 +08:00