feat(desktop): introduce React Desktop 2.0 - #775
Closed
abraxas914 wants to merge 4 commits into
Closed
Conversation
Contributor
Author
|
Closing this draft because the integration must be reviewed and merged in the fork first. An upstream PR will be prepared only after the fork integration and package validation are complete. |
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 draft introduces the React-based GenericAgent Desktop 2.0 on top of the current upstream
mainwhile preserving the existing static desktop as an independent v1 implementation.The integration uses upstream commit
b0d270394d7f2852ac33d71217217bb37e31e1b6as its base and squashes the fork's desktop work into four reviewable commits. It retains upstream conductor, runtime, Hub/P2P, LLM, Streamlit, memory-import, and security changes rather than importing the fork's historical merge graph.Architecture and scope
frontends/desktop/src/**,public/**, the Vite build, and the packageddistentry point.frontends/desktop/static/**remains byte-for-byte identical to upstream and is not used as a source tree for React v2.desktop_bridge.py; an external core is selected only throughGA_ROOTafter a compatibility probe.move_ga_runtimeremains registered and authorized, with asynchronous copy/switch/rollback semantics; React v2 does not expose a migration UI in this PR.0.2.0.Conflict resolution highlights
Validation completed on candidate
Candidate commit:
07763ab07922c7a9ba5c8074dafec66b8ad316aestatic/**andmemory/**have zero diff from upstream; no local Codex/Trellis/agent files, old QR images, or nightly workflow are present.GA_ROOTswitch/clear and foreign-port recovery.The three-platform same-SHA package workflow and release-package acceptance evidence are being collected while this PR remains a draft. A real-model canary is intentionally non-blocking.
Known non-blocking observations
npm cicurrently reports 20 inherited dependency audit findings (2 moderate, 18 high). No lockfile-mutating forced audit fix is included in this integration PR..app.中文摘要
本 Draft PR 将 React Desktop 2.0 集成到当前 upstream
main,同时严格保留原有 static v1,二者源码边界完全解耦。集成保留 upstream 最近的 conductor、运行时、Hub/P2P、LLM、Streamlit、记忆导入及安全更新;桌面始终运行包内 bridge,外部仓库只通过兼容性探测后的GA_ROOT接入。候选 SHA 已通过本机 L0–L4:React 345、Python 149、Rust 11+11、浏览器 4 条、原生 Tauri 3 条。三平台同 SHA 打包和真包验收证据将在 Draft 阶段继续补齐;完成前不会转为 Ready。