Commit Graph

253 Commits

Author SHA1 Message Date
Haitao Pan
436448afd2 Fix assistant session artifact binding 2026-05-12 16:47:09 +08:00
Haitao Pan
4084a340a8 Show historical files for empty OpenClaw runs 2026-05-12 15:12:31 +08:00
Haitao Pan
141bc5c1d4 fix: isolate task artifacts by current sync 2026-05-09 17:01:04 +08:00
Haitao Pan
07ab0c837e fix: accept buffered ACP SSE results on abrupt close 2026-05-09 16:00:21 +08:00
Haitao Pan
7faa46f8b3 fix: stabilize ACP gateway connect failures 2026-05-09 15:12:51 +08:00
Haitao Pan
b5540fedd5 fix: keep OpenClaw task streams alive in app 2026-05-08 19:54:54 +08:00
Haitao Pan
eee7ebac58 test: track OpenClaw SSE keepalive diagnostics 2026-05-08 18:58:51 +08:00
Haitao Pan
34cb090598 fix: use OpenClaw task submit endpoint 2026-05-08 17:25:26 +08:00
Haitao Pan
4e6c2f7439 feat: add assistant task runtime controls 2026-05-08 17:16:50 +08:00
Haitao Pan
d6b7751d0e fix: retry interrupted acp handshakes 2026-05-08 16:01:18 +08:00
Haitao Pan
a628200127 fix: use SSE for OpenClaw task submit 2026-05-08 11:46:47 +08:00
Haitao Pan
a467834a8b fix: stabilize ACP closed flow handling 2026-05-08 10:54:23 +08:00
Haitao Pan
97400f0508 fix: continue ACP sessions after interrupted reads 2026-05-08 09:46:52 +08:00
Haitao Pan
f19c96bfa6 fix: label openclaw socket closures 2026-05-07 17:47:27 +08:00
Haitao Pan
c66e7b016d fix: use openclaw task submit endpoint 2026-05-07 08:44:23 +08:00
Haitao Pan
ffa11a4852 fix: route openclaw tasks through bridge rpc 2026-05-07 08:25:52 +08:00
Haitao Pan
85bdc93145 fix: extend openclaw task submit timeout 2026-05-06 20:10:44 +08:00
Haitao Pan
f250fe73e2 fix: use json openclaw task submit 2026-05-06 10:56:00 +08:00
Haitao Pan
06c2c87c15 fix: surface gotask failure diagnostics 2026-05-05 15:12:30 +08:00
Haitao Pan
e0cc49c47a fix: remove openclaw artifact export fallback 2026-05-05 13:48:12 +08:00
Haitao Pan
70d33c586b fix: export openclaw artifacts from app fallback 2026-05-05 13:44:54 +08:00
Haitao Pan
0bb1e067f1 fix: sync bridge artifacts into sidebar 2026-05-05 12:46:00 +08:00
Haitao Pan
6dbf7d836a fix: sync bridge artifacts and route openclaw tasks 2026-05-03 12:14:35 +08:00
Haitao Pan
0834cf3350 fix: route openclaw tasks via bridge gateway 2026-05-03 11:22:09 +08:00
Haitao Pan
ba046e57a7 fix: tighten bridge runtime diagnostics 2026-05-02 17:45:17 +08:00
Haitao Pan
d0615d6e30 fix: route gateway execution through managed bridge 2026-05-02 12:10:08 +08:00
Haitao Pan
8af618c6bf fix: preserve bridge acp 502 diagnostics 2026-05-01 14:43:05 +08:00
Haitao Pan
7748c9b34b fix: preserve hermes failure diagnostics 2026-04-29 19:27:09 +08:00
Haitao Pan
65ced40ced Sync inline ACP artifacts from task results 2026-04-28 16:49:18 +08:00
Haitao Pan
5043ce1269 Show ACP provider failures in task output 2026-04-27 12:31:42 +08:00
Haitao Pan
fd0a21af18 Fix ACP task response display parsing 2026-04-27 11:19:24 +08:00
Haitao Pan
902cff92ce Fix bridge gateway task params 2026-04-26 10:17:38 +08:00
Haitao Pan
054e783748 fix: use bridge session lifecycle methods 2026-04-24 10:09:20 +08:00
Haitao Pan
1709169e85 fix: align routing resolve payload 2026-04-23 16:16:29 +08:00
Haitao Pan
3bd64717b5 chore: sync runtime protocol docs 2026-04-23 14:58:18 +08:00
Haitao Pan
a2be697ceb Fix bridge ACP provider endpoint normalization 2026-04-23 09:30:36 +08:00
Haitao Pan
040941b42d Refine bridge routing and settings cleanup 2026-04-22 00:49:41 +08:00
Haitao Pan
fcca0e0d57 Refactor bridge runtime routing 2026-04-21 16:28:26 +08:00
Haitao Pan
396665b9d0 refactor(account): optimize bridge state flow and align with production vhost routing 2026-04-21 13:48:48 +08:00
Haitao Pan
c214594fa1 refactor(runtime): eliminate local agent process management and CLI probing
- Refactor MultiAgentOrchestrator to remove local process management.
- Disable local CLI execution and existence checks in orchestration workflows.
- Remove local process discovery and state reconciliation in mount adapters.
- Mark local agent process launching as deprecated/disabled across runtime.
2026-04-21 12:45:26 +08:00
Haitao Pan
d3da1505f6 refactor(bridge): enforce remote bridge execution and remove local ACP fallbacks
- Prioritize remote endpoints for svc.plus accounts.
- Remove legacy local go-core execution logic.
- Remove legacy local codex app-server launch logic.
- Update endpoint resolution to support provider-specific paths.
2026-04-21 12:35:52 +08:00
Haitao Pan
ff32191297 Expose Hermes in bridge provider catalog 2026-04-20 17:59:33 +08:00
Haitao Pan
a76e51b6ec Refine account sync bridge state model 2026-04-19 19:42:00 +08:00
Haitao Pan
f25b695c1d fix(build): resolve undefined method compilation error in SettingsPage
- Expose resolveAcpBridgeServerEffectiveConfig via SettingsControllerAccountExtension
- Rename internal implementation to resolveAcpBridgeServerEffectiveConfigInternal
- Update SettingsPage to call the extension method correctly
2026-04-19 12:47:13 +08:00
Haitao Pan
6118ef531e refactor(bridge): implement Single Source of Truth for bridge config and fix login persistence
- Refactor bridge configuration to resolve co-existing Manual and Cloud sources into a single persistent 'effective' state
- Implement deterministic priority resolution: Manual Bridge > Cloud Sync > Default Fallback
- Fix login issues by preserving account base URL and identifier during sync and session restoration
- Streamline config/settings.yaml by removing redundant fields and adopting YAML format
- Update documentation with new architecture guide for bridge-cloud coexistence and priority logic
- Verify functional connectivity for codex, gemini, opencode, and openclaw bridge services
2026-04-19 12:22:02 +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
db04a221e7 fix(settings): force save snapshot after account sync to ensure persistence of tokens and bridge URL 2026-04-18 09:10:22 +08:00
Haitao Pan
498b8e8774 fix: resolve svc.plus account save issue and improve bridge runtime status sync 2026-04-17 19:21:21 +08:00
Haitao Pan
fa9fbf466d fix: restore missing members in AppController and fix imports in RuntimeCoordinator 2026-04-17 18:44:38 +08:00
Haitao Pan
92aa6cbe57 chore(aris): remove legacy ARIS assets and clean up associated code 2026-04-17 18:07:04 +08:00