Commit Graph

331 Commits

Author SHA1 Message Date
6fb1441226
refactor: replace super_clipboard with pasteboard (drop cargokit/Rust) (#55)
* refactor: replace super_clipboard with pasteboard, drop cargokit/Rust

super_clipboard pulled in super_native_extensions (a Rust native layer
built via cargokit), whose precompiled-binary download from GitHub
release assets has been intermittently failing the build ("Connection
closed while receiving data"). It was used for exactly one feature -
reading a clipboard image into the composer - in a single file; the
other 12 imports were dead.

- Swap super_clipboard -> pasteboard (platform-channel, no Rust).
- Rewrite readClipboardImageAsXFileInternal() on Pasteboard.image
  (PNG bytes), collapsing three helpers into one.
- Remove 12 unused super_clipboard imports.
- Regenerated plugin registrants / lockfiles drop super_native_extensions.

Removes the Rust toolchain requirement and the flaky download entirely.
Text copy/paste already used Flutter's built-in Clipboard and is
unaffected.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>

* ci: keep TestFlight package release-only

---------

Co-authored-by: Haitao Pan <manbuzhe2009@qq.com>
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-30 08:30:26 +08:00
bce20fcdae chore: update tested linux labels (#23)
Co-authored-by: Haitao Pan <haitao.pan@xworkmate.ai>
2026-06-28 15:54:29 +08:00
Haitao Pan
e5e1a06e2a fix: reveal artifact files without blocking 2026-06-28 14:49:41 +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
7e4b2a756a fix: prioritize managed bridge sync state 2026-06-16 06:20:13 +08:00
Haitao Pan
4b08f76232 feat(workspace): run remote setup script 2026-06-14 14:28:20 +08:00
Haitao Pan
5932b70f70 fix(desktop): bound WebRTC offer wait 2026-06-13 07:10:28 +08:00
Haitao Pan
2309d5bbb4 chore(desktop): remove advanced options panel 2026-06-13 07:09:06 +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
722057de0b fix: use renderer first-frame signal for desktop video 2026-06-09 15:25:42 +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
525d082bf6 fix: show remote desktop first-frame state 2026-06-07 21:57:53 +08:00
Haitao Pan
867629900a Improve assistant task UX 2026-06-07 12:03:08 +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
fe84d69e10 refactor: align OpenClaw session key state flow 2026-06-06 11:51:01 +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
Haitao Pan
b11df437ac fix: remaining webrtc stream and test artifact changes 2026-06-05 12:49:46 +08:00
Haitao Pan
1878ce1bb2 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
77be6981cc fix: finalize openclaw task polling results 2026-06-05 07:30:51 +08:00
Cowork 3P
91caef8908 fix: use default native track attach for desktop stream 2026-06-05 06:13:18 +08:00
Cowork 3P
60ed369df7 refactor: remove stale runtime fallbacks 2026-06-04 22:38:09 +08:00
Cowork 3P
1b3a3b5c4a Simplify RTCVideoView constraints and disable adaptive resolution by default 2026-06-04 16:27:08 +08:00
Cowork 3P
4ed77a6d53 Fix WebRTC desktop video stream rendering and inputs 2026-06-04 16:14:15 +08:00
Cowork 3P
de58f438ac 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
a908b5118f 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
fcec31e9a9 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
432a39d28d refactor(skills): fix allowErrorPayload validation, improve auto-refresh guard 2026-06-04 04:26:03 +00:00
Cowork 3P
eb58364db6 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
62a3c8e2af feat: improve webrtc keyboard mapping and add adaptive resolution default 2026-06-04 11:00:31 +08:00
Haitao Pan
e8c1b7deb6 refactor(ui): eliminate unowned helper sprawl in assistant skill picker 2026-06-04 10:08:02 +08:00
Haitao Pan
e269dc55f0 feat: add collapse toggle to desktop control panel 2026-06-04 09:25:20 +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
0fdac8aedd chore: prepare release v1.1.4 (app store compliance, remote desktop fixes, ci verification) 2026-06-03 15:52:44 +08:00
Haitao Pan
fe1502520d feat: add runtime logs tab to settings page 2026-06-03 14:29:37 +08:00