Commit Graph

27 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
Haitao Pan
b63a9c1dbb chore(security): remove historical secret fixtures 2026-06-29 12:29:37 +08:00
Haitao Pan
f35274ffd0 fix(macos): suppress file selector deprecation warning 2026-06-27 11:48:51 +08:00
Haitao Pan
bc459d10c9 Add AI workspace management provisioning flow 2026-06-08 13:20:38 +08:00
Haitao Pan
046020d8d7 Remove Patrol from macOS package 2026-06-05 21:47:08 +08:00
Haitao Pan
81ecfba85a feat: Remote Desktop UI and Client WebRTC Integration 2026-06-03 10:50:06 +08:00
Haitao Pan
3160ab3eb5 refactor: remove mobile approval surface 2026-05-24 12:15:54 +08:00
Haitao Pan
b9a9999291 chore: remove stale gateway settings and app ffi paths 2026-05-13 16:45:54 +08:00
Haitao Pan
53d411fb9e Refactor bridge provider readiness and trim stale tests 2026-04-12 15:42:15 +08:00
Haitao Pan
ea4abe350b build: add test-all make targets 2026-04-08 16:37:12 +08:00
Haitao Pan
319d7a383f test: add automation suite coverage 2026-04-08 16:35:25 +08:00
Haitao Pan
88786e2310 Fix macOS archive symbols and packaging settings 2026-03-27 16:32:23 +08:00
Haitao Pan
48cb2ff517 fix(build): stabilize super_native_extensions packaging downloads 2026-03-25 20:18:50 +08:00
Haitao Pan
2965deb43f Add assistant artifact sidebar 2026-03-25 13:38:40 +08:00
Haitao Pan
332ee750b3 feat: add mobile gateway pairing guide 2026-03-24 15:12:32 +08:00
Haitao Pan
0ae901babd feat(assistant): paste clipboard images as attachments 2026-03-24 13:02:01 +08:00
Haitao Pan
170fd3ee0f Rebuild desktop persistence as file stores 2026-03-23 21:45:36 +08:00
Haitao Pan
1ca505408a Merge branch 'codex/windows-parity' 2026-03-21 21:53:59 +08:00
Haitao Pan
a41ac51103 Add Flutter web assistant shell 2026-03-21 15:52:25 +08:00
Haitao Pan
1b0d6dbedd fix(windows): vendor secure storage plugin without ATL 2026-03-21 01:53:24 +08:00
Haitao Pan
50b8a4dc98 Synchronize assistant threads and markdown view 2026-03-20 12:37:19 +08:00
Haitao Pan
f5efd84864 Repair codex integration test baseline 2026-03-19 23:47:04 +08:00
Haitao Pan
d524c74047 Finish secure settings storage and refresh workspace UI 2026-03-18 17:04:00 +08:00
Haitao Pan
1eb48e5547 fix: stabilize remote gateway pairing identity 2026-03-12 09:55:17 +08:00
Haitao Pan
e954af8468 feat: complete gateway-driven assistant baseline 2026-03-11 23:01:47 +08:00
Haitao Pan
51e225ffc0 Add global language toggle and app localization 2026-03-11 15:15:47 +08:00
Haitao Pan
9720b1fc65 Initial Flutter workspace shell 2026-03-11 07:32:52 +08:00