feat(dingtalk): reuse authentication through native cloud adapters - #9
Merged
qdaxb merged 8 commits intoSep 9, 2026
Merged
Conversation
added 6 commits
September 8, 2026 16:06
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.
DingTalk currently keeps authentication in the source machine’s DWS store, so commands on another device require another login. This change adds the native account-auth adapter and routes supported cloud commands through Wegent’s credential broker.
Validation: public plugin suite 24 passed / 1 platform skip; SDK suite 23 passed; DWS build companion 16 passed; vendored source/checksum checks passed. Real Backend/Electron/remote-executor E2E passed all 17 assertions using synthetic providers, including DWS migration, cloud execution and revocation. Native Windows and real DingTalk-account acceptance remain separate from these tests.
Requires Wegent wecode-ai/Wegent#3341 and internal declarative build support https://git.intra.weibo.com/weibo_rd/common/wecode/wework-plugins/-/merge_requests/51. Companion email: https://git.intra.weibo.com/weibo_rd/common/wecode/wework-plugins/-/merge_requests/50. Creating this PR does not publish a marketplace release.