Haitao Pan
0dce7096d4
fix: WebRTC remote desktop connection, cleanup local fallback, and ignore .gradle cache
2026-06-04 09:12:08 +08:00
Haitao Pan
4763a69e3b
chore: prepare release v1.1.4 (app store compliance, remote desktop fixes, ci verification)
2026-06-03 15:52:44 +08:00
Haitao Pan
c6f4bc6548
refactor: simplify remote desktop UI and add maximize toggle
2026-06-03 11:47:04 +08:00
Haitao Pan
1212f8cb41
feat: Remote Desktop UI and Client WebRTC Integration
2026-06-03 10:50:06 +08:00
Haitao Pan
9c71b65f9f
chore: add ios release verification assets
2026-05-25 08:54:48 +08:00
Haitao Pan
3a89ad365e
refactor: remove mobile approval surface
2026-05-24 12:15:54 +08:00
Haitao Pan
9df22b23e6
chore: remove stale gateway settings and app ffi paths
2026-05-13 16:45:54 +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
ba9b75ef2a
fix(macos): sync Podfile lock checksum
2026-04-13 14:37:36 +08:00
Haitao Pan
641d9156b1
Remove bundled app helper binaries
2026-04-11 14:45:50 +08:00
Haitao Pan
6c7f27d6c9
chore: suppress noisy macos third-party build warnings
2026-04-11 09:28:00 +08:00
Haitao Pan
040e030818
build: add test-all make targets
2026-04-08 16:37:12 +08:00
Haitao Pan
c015acdfbd
test: add automation suite coverage
2026-04-08 16:35:25 +08:00
Haitao Pan
c2fde01772
Fix macOS project shell phase ordering for go-core helper embed
2026-04-06 09:39:47 +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
db010be4f3
feat(macos): add main window menu action
2026-04-02 10:28:05 +08:00
Haitao Pan
a3780f606f
Fix macOS archive symbols and packaging settings
2026-03-27 16:32:23 +08:00
Haitao Pan
f6ad983b68
Refine macOS Xcode entrypoint and CocoaPods SDK refs
2026-03-27 16:15:27 +08:00
Haitao Pan
f39a55c87b
Refine desktop agent launch policy
2026-03-27 15:31:46 +08:00
Haitao Pan
a34550ab16
fix(macos): guard Flutter Assemble phase against direct xcodeproj launch
...
Prevents build failure when opening Runner.xcodeproj directly instead of
Runner.xcworkspace by checking WORKSPACE_DIR at build time and reporting
actionable error message.
2026-03-27 14:56:27 +08:00
Haitao Pan
ad62bfb644
Refactor macOS status bar background runtime
2026-03-26 19:13:05 +08:00
Haitao Pan
9265ab3806
Add desktop background-run lifecycle hooks
2026-03-26 18:42:11 +08:00
Haitao Pan
ad4fecaaac
fix(settings): simplify single-agent skill roots
2026-03-26 09:31:21 +08:00
Haitao Pan
e8927d34e3
fix(assistant): require bookmarks for shared skill roots
2026-03-25 22:48:57 +08:00
Haitao Pan
929719db67
feat(settings): add authorized skills directory authorization
2026-03-25 19:22:10 +08:00
Haitao Pan
de5c7dc035
Suppress mobile scanner ignored attributes warnings
2026-03-25 17:16:09 +08:00
Haitao Pan
18b7d7212a
chore: commit remaining workspace changes
2026-03-25 14:25:24 +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
ce1284f562
fix(macos): sync Podfile lock after pod install
2026-03-25 10:36:10 +08:00
Haitao Pan
d7e0889ee8
feat: add mobile gateway pairing guide
2026-03-24 15:12:32 +08:00
Haitao Pan
a4ba4bf15b
chore(release): add app encryption compliance docs
2026-03-24 13:30:20 +08:00
Haitao Pan
f8f956bf02
feat(assistant): paste clipboard images as attachments
2026-03-24 13:02:01 +08:00
Haitao Pan
3ce78aeef0
Update CocoaPods locks for file-backed store
2026-03-23 22:31:12 +08:00
Haitao Pan
22ceb3bd07
Rebuild desktop persistence as file stores
2026-03-23 21:45:36 +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
c0a6ac58ae
Finish secure settings storage and refresh workspace UI
2026-03-18 17:04:00 +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
d0fca7efd3
feat: complete gateway-driven assistant baseline
2026-03-11 23:01:47 +08:00
Haitao Pan
204123c634
chore: prepare for v0.1 release
2026-03-11 21:21:49 +08:00
Haitao Pan
d6518eabdb
Add macOS App Store category metadata
2026-03-11 18:56:56 +08:00
Haitao Pan
13752c2497
Configure macOS release workspace for App Store builds
2026-03-11 18:48:45 +08:00
Haitao Pan
ad8798ea5b
Add global language toggle and app localization
2026-03-11 15:15:47 +08:00
Haitao Pan
6a9115eda9
Add assistant access controls and maximize desktop windows
2026-03-11 14:04:29 +08:00
Haitao Pan
9720b1fc65
Initial Flutter workspace shell
2026-03-11 07:32:52 +08:00