Haitao Pan
442e6478e2
Fail release preflight when Apple signing is missing
2026-05-12 18:30:22 +08:00
Haitao Pan
c564d86442
ci: align remote provider contract with hermes
2026-05-03 19:40:35 +08:00
Haitao Pan
054e783748
fix: use bridge session lifecycle methods
2026-04-24 10:09:20 +08:00
Haitao Pan
3bd64717b5
chore: sync runtime protocol docs
2026-04-23 14:58:18 +08:00
Haitao Pan
a816ae8698
docs: add external api test scripts
2026-04-22 09:47:38 +08:00
Haitao Pan
7585bcdc0e
fix(build): improve DMG styling stability and Finder volume discovery
...
- Add delay and explicit existence check for mounted volume before styling
- Implement resilient .app selector in AppleScript to handle naming mismatches
- Gracefully skip styling if volume is not visible to Finder
2026-04-19 15:21:58 +08:00
Haitao Pan
b6af1e361b
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
7f335002dd
fix(build): resolve macOS packaging and installation failures
...
- Include target/release/libcodex_ffi.dylib in FFI framework search paths
- Embed libcodex_ffi.dylib directly into the macOS app bundle during packaging
- Embed xworkmate-go-core for non-App-Store local builds
- Ad-hoc re-sign the app bundle after modifying its contents
- Fix DMG path resolution in the installation script to handle filenames with spaces
2026-04-19 12:45:47 +08:00
Haitao Pan
6a76f264da
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
531addbd3a
chore(bridge): update SSH inspection script to target xworkmate-bridge.svc.plus and Caddy config
2026-04-17 16:28:22 +08:00
Haitao Pan
b6fbeee09f
docs: add public API engineering docs
2026-04-16 13:54:33 +08:00
e50317b592
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
4d2b13a053
test: lock provider selection mainline contract
2026-04-14 13:56:58 +08:00
Haitao Pan
6d7322d076
fix: repair cross-platform release CI gating
2026-04-14 13:48:04 +08:00
Haitao Pan
d45acd08b4
feat(settings): refresh account sync, add about metadata, and rewrite task dialog modes
2026-04-13 18:02:30 +08:00
Haitao Pan
023f409126
Validate macOS app bundle dependencies
2026-04-12 13:04:20 +08:00
Haitao Pan
4a6b5701cc
Remove bundled app helper binaries
2026-04-11 14:45:50 +08:00
Haitao Pan
177b7b9ef0
Fix release pipeline verification and latest release tagging
2026-04-11 10:31:15 +08:00
Haitao Pan
bde28576a1
chore: suppress noisy macos third-party build warnings
2026-04-11 09:28:00 +08:00
Haitao Pan
8f1093c9de
fix: validate staged mac app install
2026-04-11 09:22:00 +08:00
Haitao Pan
90d8fd934a
merge: consolidate CI and thread binding branch work
2026-04-11 08:20:51 +08:00
Haitao Pan
71590da541
test: add real env login chain checks
2026-04-10 10:18:46 +08:00
Haitao Pan
cb868dc6ad
fix: streamline gateway settings and mac packaging cleanup
2026-04-09 11:39:00 +08:00
Haitao Pan
11965c55ab
refactor: remove web surface from xworkmate-app
2026-04-09 11:19:40 +08:00
Haitao Pan
5d3b1fedd4
Split ACP bridge into standalone repository
2026-04-09 09:49:52 +08:00
Haitao Pan
d10682baaf
Preserve macOS app signatures during packaging
2026-04-06 13:02:14 +08:00
Haitao Pan
16e30a2ab0
Bundle go-core helper with macOS app and drop external CLI fallback
2026-04-06 09:39:16 +08:00
Haitao Pan
c1e4e444cb
ci: add build-and-release watchdog
2026-04-05 17:50:23 +08:00
Haitao Pan
dc2b455eaa
add workflows: build-push-ghcr-images
2026-04-02 17:44:18 +08:00
Haitao Pan
db0f3267ae
Fix macOS archive symbols and packaging settings
2026-03-27 16:32:23 +08:00
Haitao Pan
d653e50875
chore: commit remaining workspace changes
2026-03-25 14:25:24 +08:00
Haitao Pan
45b9ff672e
Adjust DMG default icon placement
2026-03-25 14:23:12 +08:00
Haitao Pan
1156eb6bf9
feat(scripts): add codex acp native service helpers
2026-03-25 14:21:46 +08:00
Haitao Pan
2e2f075d1f
fix(release): verify export compliance in apple artifacts
2026-03-25 14:03:09 +08:00
Haitao Pan
68ff24c6b9
fix(release): align export compliance flag and backfill missing framework dsyms
2026-03-25 11:55:50 +08:00
Haitao Pan
26862691ac
Fix macOS package build state reset
2026-03-23 21:19:57 +08:00
Haitao Pan
bd8bf9add3
Rename ARIS bridge to go core
2026-03-23 20:59:18 +08:00
Haitao Pan
b909155b55
fix(release): harden apple app store distribution
2026-03-23 17:28:54 +08:00
Haitao Pan
18f56ecd02
Add multi-platform build and release workflow
2026-03-21 10:08:12 +08:00
Haitao Pan
78c2dd6dc2
Stabilize ARIS packaging and Ollama Cloud settings
2026-03-20 09:13:22 +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
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
3bf965ddfa
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