Haitao Pan
65fabfe888
chore: update macOS deployment target to 14.0 and commit pending changes
2026-06-25 09:52:33 +08:00
Haitao Pan
de4b71c8a0
fix(settings): update account panel and assistant connection state
2026-06-17 21:01:56 +08:00
Haitao Pan
d546690677
fix: prioritize managed bridge sync state
2026-06-16 06:20:13 +08:00
Haitao Pan
a4b039e8ca
feat(workspace): run remote setup script
2026-06-14 14:28:20 +08:00
Haitao Pan
6f56059f5a
fix(desktop): bound WebRTC offer wait
2026-06-13 07:10:28 +08:00
Haitao Pan
531cc6beb1
chore(desktop): remove advanced options panel
2026-06-13 07:09:06 +08:00
Haitao Pan
059156c90c
feat(assistant): include attachment source paths in gateway prompts
2026-06-12 16:58:24 +08:00
Haitao Pan
f5957eb2dd
fix: split desktop mouse move data channel
2026-06-09 15:54:36 +08:00
Haitao Pan
81a3a0108c
fix: use renderer first-frame signal for desktop video
2026-06-09 15:25:42 +08:00
Haitao Pan
331759ef67
fix: clear desktop first-frame overlay after decode
2026-06-09 15:20:53 +08:00
Haitao Pan
94ae0267e7
feat: align workspace ready actions and naming
2026-06-09 10:58:21 +08:00
Haitao Pan
5928fe58d2
fix: smooth remote desktop input over webrtc
2026-06-09 10:46:58 +08:00
Haitao Pan
57e4448111
fix: isolate remote desktop webrtc sessions
2026-06-08 21:09:36 +08:00
Haitao Pan
983000bb6d
Add default bridge save action
2026-06-08 18:35:08 +08:00
Haitao Pan
d74b58ef7b
Improve workspace status summary wording
2026-06-08 18:14:00 +08:00
Haitao Pan
8932735d12
Relax workspace prechecks and add post-deploy validation
2026-06-08 17:43:40 +08:00
Haitao Pan
1351088e9e
Clarify bridge DNS precheck message
2026-06-08 16:53:55 +08:00
Haitao Pan
7de2337fa0
Make workspace advanced configs extensible
2026-06-08 16:35:11 +08:00
Haitao Pan
c4f1c6ed78
Relax workspace OS checks and add YAML import/export
2026-06-08 16:14:12 +08:00
Haitao Pan
0ccf8c3716
Harden workspace prechecks
2026-06-08 15:52:21 +08:00
Haitao Pan
4accf2d3eb
Add AI workspace management provisioning flow
2026-06-08 13:20:38 +08:00
Haitao Pan
4854eb0067
chore: log remote desktop WebRTC stats
2026-06-07 22:25:42 +08:00
Haitao Pan
590727d22d
fix: show remote desktop first-frame state
2026-06-07 21:57:53 +08:00
Haitao Pan
1d2e01f269
Improve assistant task UX
2026-06-07 12:03:08 +08:00
Haitao Pan
bf7ea78cc9
fix: unify bridge auth token for desktop connect
2026-06-06 19:24:48 +08:00
Haitao Pan
38254caa4d
fix: keep OpenClaw artifact sync polling
2026-06-06 18:02:13 +08:00
Haitao Pan
cc7bdca02a
refactor: align OpenClaw session key state flow
2026-06-06 11:51:01 +08:00
Haitao Pan
aeecca0f1c
refactor: Remove OpenClaw rigid time limits and false positive no-exported-artifacts judgment
2026-06-05 18:10:34 +08:00
Haitao Pan
db2310a54b
fix: allow stopping archived tasks
2026-06-05 16:59:41 +08:00
Haitao Pan
ec3d9e6672
fix: remaining webrtc stream and test artifact changes
2026-06-05 12:49:46 +08:00
Haitao Pan
3b71944c06
fix(webrtc): resolve remote desktop black screen by properly binding remote video tracks and removing legacy Plan B constraints
2026-06-05 12:38:43 +08:00
Cowork 3P
3df75eedfe
fix: finalize openclaw task polling results
2026-06-05 07:30:51 +08:00
Cowork 3P
2f333fa803
fix: use default native track attach for desktop stream
2026-06-05 06:13:18 +08:00
Cowork 3P
5fb72adff3
refactor: remove stale runtime fallbacks
2026-06-04 22:38:09 +08:00
Cowork 3P
2296448153
Simplify RTCVideoView constraints and disable adaptive resolution by default
2026-06-04 16:27:08 +08:00
Cowork 3P
6eea7aea6d
Fix WebRTC desktop video stream rendering and inputs
2026-06-04 16:14:15 +08:00
Cowork 3P
cdd80d002a
docs: rewrite README — fix repo name, remove stale multi-agent refs, add dependencies
...
- Title: XWorkmate → xworkmate-app
- Remove references to deleted multi-agent orchestration
- Fix download links: xworkmate.svc.plus → xworkmate-app
- Replace machine-specific /Users/shenlan/... paths with relative links
- Add Dependencies section: xworkmate-bridge, xworkspace-core-skills,
openclaw-multi-session-plugins, playbooks
- Consolidate Learn More links to repo-relative paths
2026-06-04 07:01:18 +00:00
Cowork 3P
c84843d617
refactor: remove multi-agent orchestration subsystem (Path B)
...
Remove the entire multi-agent collaboration execution path, including:
- MultiAgentOrchestrator and its 4-phase pipeline (Architect→Engineer→Tester→Iteration)
- ARIS framework preset and mount infrastructure
- Hardcoded model defaults (kimi-k2.5, minimax-m2.7, glm-5)
- Deprecated runCliPromptInternal() and its fallback call chain
- All related types: MultiAgentConfig, AgentWorkerConfig, MultiAgentRole, etc.
This collapses the architecture to a single clean path:
Flutter → GoTaskServiceClient → ACP Transport → Go Bridge → Remote Execution
2886 lines removed across 41 files.
2026-06-04 05:34:58 +00:00
Cowork 3P
f50e5c4d0e
feat(ui): apply BoxFit.fill for remote desktop WebRTC view to ensure no blank spaces
2026-06-04 12:57:43 +08:00
Cowork 3P
49bce7e166
refactor(skills): fix allowErrorPayload validation, improve auto-refresh guard
2026-06-04 04:26:03 +00:00
Cowork 3P
f73dac3449
refactor(skills): clean Path B, add retry + auto-refresh, fix silent failures
...
- Remove Path B (direct WebSocket RPC), unify skills loading via ACP bridge sessionClient
- Delete skillsStatusPayloadInternal fragile nested-key parsing
- SkillsController: explicit error when offline (no more silent empty), auto-retry with 2s/4s backoff
- Auto-refresh on gateway connect via ChangeNotifier listener
- Gateway connect: concurrent Future.wait for independent controller refreshes
- UI: retry button in skill picker empty/error states
- Clean up skillsController from relayChildChangeInternal listeners
2026-06-04 03:48:29 +00:00
Haitao Pan
a55d7030fd
feat: improve webrtc keyboard mapping and add adaptive resolution default
2026-06-04 11:00:31 +08:00
Haitao Pan
f30b1e2eda
refactor(ui): eliminate unowned helper sprawl in assistant skill picker
2026-06-04 10:08:02 +08:00
Haitao Pan
a090b6215b
feat: add collapse toggle to desktop control panel
2026-06-04 09:25:20 +08:00
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
ffae5b312a
feat: add runtime logs tab to settings page
2026-06-03 14:29:37 +08:00
Haitao Pan
cacfd42449
fix: revert sdpOffer to String to match Bridge SDP expectations
2026-06-03 12:44:19 +08:00
Haitao Pan
9756feb5b4
fix(webrtc): pass SDP offer and answer as object to conform to backend format
2026-06-03 12:34:26 +08:00
Haitao Pan
c6f4bc6548
refactor: simplify remote desktop UI and add maximize toggle
2026-06-03 11:47:04 +08:00