feat(desktop): refresh compiled React Desktop 2.0 distribution - #779
Merged
lsdefine merged 1 commit intoAug 25, 2026
Merged
Conversation
Rebuild the compiled renderer from abraxas914/GenericAgent source commit 9fe5d69, refreshing: - New-chat default model tag: the selected-model badge in Settings and the composer now read '新会话默认' / 'New chat default'. - Model selectors display the configured profile name (备注名) so the same model served by different providers is distinguishable. - desktop_bridge: syncing mixin llm_nos references when a profile is renamed, preventing orphan references in the mixin config. - Release publisher sets GH_REPO so 'gh release create' resolves the target repository without checking out source, satisfying the publisher security contract while fixing the prerelease step. Provenance and verifier updated to the new source commit and the LF-normalized content manifest (98 generated assets).
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
Refreshes the compiled GenericAgent React Desktop 2.0 distribution from the fork's
source of truth, rebuilt from
9fe5d69.This is a compiled-only delivery:
frontends/desktop/dist/**plus the matching Desktopintegration contracts. No React source tree (
src/,public/,e2e/, Vite/TS config,lockfile) crosses the packaging boundary, and the Agent/LLM/Harness core runtime is untouched.
What changed
the composer now read
新会话默认/New chat default, clarifying that the mark is thedefault a new chat starts from, not a per-session state.
so the same model served by different providers stays distinguishable; the model id
remains available on hover.
name to the new one inside
mixin_config.llm_nos, preventing orphan references that couldnot be displayed or removed from the mixin.
GH_REPO. Thepublish-releasejob setsGH_REPO: ${{ github.repository }}sogh release createresolves the target repositorywithout checking out source. This fixes the prerelease step failing with
fatal: not a git repositorywhile keeping the publisher security contract intact(
verify-compiled-dist.mjsstill enforces that the publisher performs no checkout or buildtooling).
Provenance & verification
dist/build-provenance.jsonrecords source commit9fe5d69…, 98 generated assets, and theLF-normalized content-manifest SHA-256.
frontends/desktop/scripts/verify-compiled-dist.mjsis updated to the new expected sourcecommit;
npm run test:distpasses on a clean LF checkout.Prebuilt release
Portable builds for all three platforms produced from the same source commit by the fork's
atomic release workflow:
Windows
.zip, Linux.tar.gz, and macOS arm64.dmgare attached there with theirSHA-256 manifests. All three artifacts come from one commit and are validated before the
prerelease is exposed.