Haitao Pan
7797d988d4
chore: prepare v1.1.3 release metadata
2026-05-28 13:20:57 +08:00
Haitao Pan
9c71b65f9f
chore: add ios release verification assets
2026-05-25 08:54:48 +08:00
Haitao Pan
184c7a414d
chore: sync xcode version metadata
2026-05-19 11:22:52 +08:00
Haitao Pan
9df22b23e6
chore: remove stale gateway settings and app ffi paths
2026-05-13 16:45:54 +08:00
Haitao Pan
56e3031ad1
docs: add external api test scripts
2026-04-22 09:47:38 +08:00
Haitao Pan
1f6d8bd4e0
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
37b110763b
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
4e81752c1d
fix(build): ensure macOS packaging builds native dependencies and universal FFI binary
2026-04-18 17:06:34 +08:00
Haitao Pan
bf9776c045
docs: add public API engineering docs
2026-04-16 13:54:33 +08:00
Haitao Pan
02684aabde
feat(settings): refresh account sync, add about metadata, and rewrite task dialog modes
2026-04-13 18:02:30 +08:00
Haitao Pan
ec4d75a182
test: add real env login chain checks
2026-04-10 10:18:46 +08:00
Haitao Pan
e865c2ca5e
refactor: remove web surface from xworkmate-app
2026-04-09 11:19:40 +08:00
Haitao Pan
f02c3324ea
Split ACP bridge into standalone repository
2026-04-09 09:49:52 +08:00
Haitao Pan
040e030818
build: add test-all make targets
2026-04-08 16:37:12 +08:00
Haitao Pan
720e72dd3f
Update iOS build settings and version metadata
2026-03-28 20:22:48 +08:00
Haitao Pan
f6ad983b68
Refine macOS Xcode entrypoint and CocoaPods SDK refs
2026-03-27 16:15:27 +08:00
Haitao Pan
71baa2e417
fix(release): verify export compliance in apple artifacts
2026-03-25 14:03:09 +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
c24f2aba17
feat: add ui feature flag release docs pipeline
2026-03-22 10:49:13 +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
04b52c3c70
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
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
af5098cb21
Polish workspace theme and add Makefile tasks
2026-03-11 15:34:15 +08:00