|
All checks were successful
Build & Sign Wraith / Build Windows + Sign (push) Successful in 1m4s
Four-agent parallel deployment: 1. Settings persistence — all 5 settings wired to SettingsService.Set/Get, theme picker persists, update check calls real UpdateService, external links use Browser.OpenURL, SFTP file open/save calls real service, Quick Connect creates real connection + session, exit uses Wails quit 2. SSH key management — credential dropdown in ConnectionEditDialog, collapsible "Add New Credential" panel with password/SSH key modes, CredentialService proxied through WraithApp (vault-locked guard), new CreateSSHKeyCredential method for atomic key+credential creation 3. RDP frontend wiring — useRdp.ts calls real RDPGetFrame/SendMouse/ SendKey/SendClipboard via Wails bindings, ConnectRDP on WraithApp resolves credentials and builds RDPConfig, session store handles RDP protocol, frame pipeline uses polling at 30fps 4. FreeRDP3 callback registration — PostConnect and BitmapUpdate callbacks via syscall.NewCallback, GDI mode for automatic frame decoding, freerdp_context_new() call added, settings/input/context pointers extracted from struct offsets, BGRA→RGBA channel swap in frame copy, event loop fixed to pass context not instance 11 files changed. Zero build errors. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| freerdp_factory.go | ||
| freerdp_stub.go | ||
| freerdp_windows.go | ||
| input_test.go | ||
| input.go | ||
| mock_backend.go | ||
| pixelbuffer_test.go | ||
| pixelbuffer.go | ||
| service_test.go | ||
| service.go | ||
| types.go | ||