Haitao Pan
b63a9c1dbb
chore(security): remove historical secret fixtures
2026-06-29 12:29:37 +08:00
Haitao Pan
c8e59a54dd
fix(assistant): keep manual bridge usable when signed out of svc.plus
...
The gateway connection resolver short-circuited to "请先登录 svc.plus"
whenever the account was signed out, before checking whether a manual
bridge was configured or whether capability discovery was still running.
A saved manual bridge could therefore never be used while signed out.
- Only emit the signed-out prompt when neither an account session nor a
manual bridge is configured (`!accountSignedIn && !bridgeConfigured`).
- Gate the sync-blocked branch on `accountSignedIn` so it no longer
hijacks the manual-bridge discovery path.
Adds tests covering manual-bridge discovery and discovery-failure while
signed out. See docs/cases/manual-bridge-login-state/README.md.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-29 10:57:00 +08:00
Haitao Pan
09352b35a0
chore: update macOS deployment target to 14.0 and commit pending changes
2026-06-25 09:52:33 +08:00
Haitao Pan
a353f6866f
fix(settings): update account panel and assistant connection state
2026-06-17 21:01:56 +08:00
Haitao Pan
4b08f76232
feat(workspace): run remote setup script
2026-06-14 14:28:20 +08:00
Haitao Pan
4b62300e40
feat(assistant): include attachment source paths in gateway prompts
2026-06-12 16:58:24 +08:00
Haitao Pan
0cd6d3e4a9
fix: split desktop mouse move data channel
2026-06-09 15:54:36 +08:00
Haitao Pan
372cf7cb8e
fix: clear desktop first-frame overlay after decode
2026-06-09 15:20:53 +08:00
Haitao Pan
a8cce8e32c
feat: align workspace ready actions and naming
2026-06-09 10:58:21 +08:00
Haitao Pan
27fd3a3286
fix: smooth remote desktop input over webrtc
2026-06-09 10:46:58 +08:00
Haitao Pan
bbbf52e87f
fix: isolate remote desktop webrtc sessions
2026-06-08 21:09:36 +08:00
Haitao Pan
e7d0220b9c
Add default bridge save action
2026-06-08 18:35:08 +08:00
Haitao Pan
6ff7d892b5
Improve workspace status summary wording
2026-06-08 18:14:00 +08:00
Haitao Pan
03296b4e21
Relax workspace prechecks and add post-deploy validation
2026-06-08 17:43:40 +08:00
Haitao Pan
b06a27a3cf
Clarify bridge DNS precheck message
2026-06-08 16:53:55 +08:00
Haitao Pan
641e9eb6c1
Make workspace advanced configs extensible
2026-06-08 16:35:11 +08:00
Haitao Pan
6d527a2618
Relax workspace OS checks and add YAML import/export
2026-06-08 16:14:12 +08:00
Haitao Pan
26ee215765
Harden workspace prechecks
2026-06-08 15:52:21 +08:00
Haitao Pan
bc459d10c9
Add AI workspace management provisioning flow
2026-06-08 13:20:38 +08:00
Haitao Pan
7f665862e6
chore: log remote desktop WebRTC stats
2026-06-07 22:25:42 +08:00
Haitao Pan
43db901e6f
Sync artifact sidebar with selected task
2026-06-07 12:13:58 +08:00
Haitao Pan
f81c4e8c76
fix: keep syncing partial OpenClaw artifacts
2026-06-07 07:38:04 +08:00
Haitao Pan
20257f392e
fix: unify bridge auth token for desktop connect
2026-06-06 19:24:48 +08:00
Haitao Pan
b2f4fc7868
fix: keep OpenClaw artifact sync polling
2026-06-06 18:02:13 +08:00
Haitao Pan
6d5122682c
refactor: Remove OpenClaw rigid time limits and false positive no-exported-artifacts judgment
2026-06-05 18:10:34 +08:00
Haitao Pan
5909e6518b
fix: allow stopping archived tasks
2026-06-05 16:59:41 +08:00
Cowork 3P
f8449d42e7
Merge branch 'codex/openclaw-final-deliverables' into release/v1.1.4
...
# Conflicts:
# docs/architecture/cross-repo-task-state-workflow.md
# test/runtime/assistant_execution_target_test.dart
2026-06-05 07:47:04 +08:00
Cowork 3P
77be6981cc
fix: finalize openclaw task polling results
2026-06-05 07:30:51 +08:00
Cowork 3P
23db50d40e
Merge branch 'main' into release/v1.1.4
...
# Conflicts:
# lib/features/desktop/desktop_client.dart
# test/features/desktop/desktop_client_test.dart
2026-06-05 06:21:58 +08:00
Cowork 3P
60ed369df7
refactor: remove stale runtime fallbacks
2026-06-04 22:38:09 +08:00
Cowork 3P
644effafc4
fix desktop workspace stream fallback
2026-06-04 15:45:59 +08:00
Cowork 3P
fdda0b7d85
test,docs: fix all stale references to deleted multi-agent subsystem
...
Test fixes (6 files, -303 lines):
- Delete app_controller_acp_mount_resilience_test.dart (entirely about deleted types)
- Remove multi-agent test cases from gateway_acp_client_auth_test.dart
- Rename _manifestWithDesktopMultiAgentEnabled → _defaultDesktopManifest
in assistant_execution_target_test, assistant_lower_pane_test,
mobile_assistant_page_test
Docs fixes (6 files):
- Regenerate public-symbol-inventory.json/md via make docs-public-api
- Remove multi-agent sections from public-api/models-and-config.md,
app-orchestration.md, runtime-contracts.md
- Fix xworkmate/ → xworkmate-app/ paths in cloud-session doc
- Remove multiAgent references from app-external-service-api-test-matrix.md
2026-06-04 06:31:45 +00:00
Haitao Pan
e8c1b7deb6
refactor(ui): eliminate unowned helper sprawl in assistant skill picker
2026-06-04 10:08:02 +08:00
Haitao Pan
3d1d037e1a
fix: WebRTC remote desktop connection, cleanup local fallback, and ignore .gradle cache
2026-06-04 09:12:08 +08:00
Haitao Pan
842227a4d5
refactor: simplify remote desktop UI and add maximize toggle
2026-06-03 11:47:04 +08:00
Haitao Pan
81ecfba85a
feat: Remote Desktop UI and Client WebRTC Integration
2026-06-03 10:50:06 +08:00
Haitao Pan
e0d840d956
fix(openclaw): keep artifact runs session scoped
2026-06-02 00:48:56 +08:00
Haitao Pan
6d37812c10
Merge branch 'release/v1.1.4'
...
# Conflicts:
# test/features/assistant/assistant_page_session_binding_test.dart
2026-06-01 13:52:18 +08:00
Haitao Pan
c2128fe5da
Fix manual bridge save runtime config
2026-06-01 13:11:30 +08:00
Haitao Pan
22a0376b00
fix: repair bridge login sync runtime state
2026-06-01 10:02:13 +08:00
Haitao Pan
e7a7ba92c4
Fix task refresh layout stability
2026-05-30 12:02:03 +08:00
Haitao Pan
e54a97bd36
fix: keep running task follow-up in current thread
2026-05-29 09:05:02 +08:00
Haitao Pan
9dad6125b1
Merge release/v1.1.3 into main
2026-05-28 13:08:45 +08:00
Haitao Pan
2b852572ab
Stabilize mobile provider sheet test
2026-05-28 11:26:22 +08:00
Haitao Pan
28001df634
Fix assistant skill picker loading
2026-05-28 11:03:50 +08:00
Haitao Pan
3b12fd532b
Add bulk archive task selection
2026-05-28 09:17:52 +08:00
Haitao Pan
6806ac0045
Release v1.1.3
2026-05-27 15:10:07 +08:00
Haitao Pan
6c009c71a2
Hide desktop agent dialog mode
2026-05-27 14:50:59 +08:00
Haitao Pan
eaca7e0f7d
Keep sidebar task order stable
2026-05-27 10:37:16 +08:00
Haitao Pan
f861511a2f
Remove OpenClaw direct ACP route
2026-05-26 11:06:22 +08:00