feat: add validated Linux desktop packages - #38
Merged
Conversation
… key Regression test for issue #18: an app-shaped SDK session (explicit providerSessionId, persisted transcript) must expose the logical, path-safe session id through getSessionId() while the async endpoint key lives on getAsyncEndpointId(), and no encoded _session-["async-job-endpoint",...] tree may appear. RED on the current 0.15.6 pin (getSessionId() returns the JSON tuple, reproducing the issue); turns GREEN once the pin carries Yeachan-Heo/gajae-code#5282.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add native Linux x86_64
.deband AppImage packages with bundled Node/Bun, an Ubuntu 22.04/glibc 2.35 build, and package/GUI/install qualification on Ubuntu 22.04 and 24.04.The changes fix terminal reconnect/output ownership, desktop activation and Retry/shutdown races, Workspace Browser availability/external links, AppImage environment leakage into child tools, native hash preservation, package dependencies and URI registration. Independent review additionally reproduced and fixed a replaced terminal connection reclaiming control after PTY exit, and packaging commands silently skipping execution through symlinked checkout paths.
The latest source integrates the provider catalog fix and SDK 0.16.4 qualification. Local
npm run verifypassed: 61 Rust core, 709 server Node, 97 server Bun, 469 client Node, 196 client Bun and 97 script tests. Tauri formatting and 27 macOS tests passed with bundle inputs disabled. Fresh CI must qualify packages from this updated head; older published checksums in the audit are explicitly historical.CI builds identical packages for server/auth/WS/terminal/data/AppRun, OCR GUI and installed Debian/URI checks on both Ubuntu versions. A bounded native Wayland probe is covered; complete interactive GNOME/KDE sessions and real provider-account login are not claimed.
Details:
docs/LINUX-DESKTOP-AUDIT.md,docs/DESKTOP-LINUX.md. This PR does not publish a release.