chore: sync desktop updates from qwen-code#3
Merged
DragonnZhang merged 7 commits intoJun 8, 2026
Conversation
OpenWork-Sync-Mode: export Qwen-Code-Base: 053cf453dc963e982fbdac5163bc5509a297e5f4 Qwen-Code-Commit: 7295a1b2ff1e6c5ddcf44363f550ec5e34a29565 OpenWork-Base: da290c7
OpenWork-Sync-Mode: export Qwen-Code-Base: 7295a1b2ff1e6c5ddcf44363f550ec5e34a29565 Qwen-Code-Commit: 076d6b519ad1242d7779304447e4c61c74ed9590 OpenWork-Base: da290c7
OpenWork-Sync-Mode: export Qwen-Code-Base: 076d6b519ad1242d7779304447e4c61c74ed9590 Qwen-Code-Commit: d39b6b983e8c730dc499a04f03e45c31f9e2d168 OpenWork-Base: da290c7
…orkspaces OpenWork-Sync-Mode: export Qwen-Code-Base: d39b6b983e8c730dc499a04f03e45c31f9e2d168 Qwen-Code-Commit: 37e8a6edfda4a077114b0a40d300b9c60a60ba9b OpenWork-Base: da290c7
OpenWork-Sync-Mode: export Qwen-Code-Base: 37e8a6edfda4a077114b0a40d300b9c60a60ba9b Qwen-Code-Commit: 2419040d59cafdd75dd0ec3b7c8d848dd33dce97 OpenWork-Base: da290c7
OpenWork-Sync-Mode: export Qwen-Code-Base: 2419040d59cafdd75dd0ec3b7c8d848dd33dce97 Qwen-Code-Commit: 3a99bb3f6d164093a482cb146f868e2527c5e356 OpenWork-Base: da290c7
OpenWork-Sync-Mode: export Qwen-Code-Base: 3a99bb3f6d164093a482cb146f868e2527c5e356 Qwen-Code-Commit: 3968e6dc6b3de8901026ce6b0f32d32793e9ba66 OpenWork-Base: da290c7
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.
What this PR does
This migrates the latest desktop updates from qwen-code into OpenWork as a commit-by-commit patch sync. It brings over the floating pet companion, centralized brand configuration, OpenWork brand rename, Dock icon fixes, floating pet control improvements, and permanent worktree project support while preserving OpenWork-owned repository files.
Why it's needed
qwen-code is now carrying active desktop maintenance, and OpenWork needs the same desktop behavior without replacing repository-specific files. This PR keeps OpenWork current while avoiding the earlier full-tree overwrite behavior that reverted OpenWork metadata.
Reviewer Test Plan
How to verify
Review the seven migrated commits and confirm OpenWork still keeps its repository-specific overlay files. In particular, README.md and .github/ISSUE_TEMPLATE/bug_report.yml should have no diff from main, and the bug report template should still say OpenWork Version. Launch or build validation can be done through the existing OpenWork desktop workflow if desired.
Evidence (Before & After)
Local verification:
git rev-list --left-right --count main...HEAD->0 7git diff --name-only main..HEAD -- README.md .github/ISSUE_TEMPLATE/bug_report.yml-> no outputgit diff --check main..HEAD-> no outputTested on
Environment (optional)
Local sync verification on macOS using the OpenWork checkout at
/Users/dragon/Documents/openwork.Risk & Scope
Linked Issues
N/A