fix(desktop): restore backups and align macOS titlebar for v0.2.1 - #784
Closed
abraxas914 wants to merge 3 commits into
Closed
fix(desktop): restore backups and align macOS titlebar for v0.2.1#784abraxas914 wants to merge 3 commits into
abraxas914 wants to merge 3 commits into
Conversation
Contributor
Author
|
Closing temporarily while we complete additional desktop v0.2.1 iterations. The fork branch and validated commits are retained; a reviewed final PR will be opened after the remaining changes and candidate validation. |
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.
Summary
This prepares GenericAgent Desktop portable v0.2.1 and fixes two regressions present in v0.2.0:
HEAD /memory/import/inspect, while the real aiohttp bridge returns404for that POST-only route.Commit structure
fix(desktop): expose explicit backup capabilitiesGET /services/capabilitieswithdataBackup: true.HEAD404 and verifies all three POST backup routes remain registered.fix(desktop): align titlebar controls with native metricsmacos-26, Xcode 26.5 build 17F42, and macOS SDK 26.5, with a hard pre-build check.release(desktop): prepare portable v0.2.1e7bfb038b972c7cc5fda7134c777ef2df7ac222d.The upstream repository boundary is preserved: this PR does not submit the fork's TypeScript source, E2E source, Vite configuration, or source lockfile.
frontends/desktop/static/**andmemory/**are unchanged.Validation
npm run test:distpassed with 98 generated assets and manifest SHA-2567e7f8c59fe84a5d1a49e6b7a4014aa320d3b1c458af7afeb2f78075946e153bc.95c03fe8cda573c8b357722ba86a6dbeca9d0979c58a7399e46ab8bc23aa164e153fa8d588e05833686d8346354c14e0a05fb480ef7163eacc42fe03a0ab89826ea3a3198fa952f4a25fbf937e41bcec48966a5db59c8fdb04510ff67ad752deCFBundleShortVersionString=0.2.1,CFBundleVersion=0.2.1, and packaged bridge route inspection.Release handling
After merge, create
desktop-portable-v0.2.1on the exact upstream merge SHA. The workflow publishes one prerelease only after all three builders succeed. Re-verify the official assets before changing that same Release to stable; do not move the tag or replace assets if verification fails.