Commit Graph

19 Commits

Author SHA1 Message Date
Haitao Pan
ab1a6be90f Use git HEAD for macOS build metadata 2026-05-18 16:08:14 +08:00
Haitao Pan
e50006c85b chore: remove stale gateway settings and app ffi paths 2026-05-13 16:45:54 +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
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
cb868dc6ad fix: streamline gateway settings and mac packaging cleanup 2026-04-09 11:39:00 +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
2e2f075d1f fix(release): verify export compliance in apple artifacts 2026-03-25 14:03:09 +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
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
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