fix(workbench): 错误态接线补齐——docs/contacts 错误态 + 原始异常文案治理 - #2163
Merged
Conversation
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Team Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
UIUX 探索 lane P1/P2 收口(#1821 合同写好了但消费端没接): - docs:documentsError 全链接线(AgentHubWorkbench→WorkbenchFrame→WorkbenchRoutes→DocsPageProps→DocTable),失败渲染 docs.error 占位而非空列表;desktop shell 传入 documentListError - contacts:contactsError 全链接线(resolveHubContacts loadError 已由 shell 传入 + hook 短路 mock 回退 + ContactsPage 错误占位);web/desktop 两 shell 都传查询错误 - DevicesPage / TerminalPanel 原始 error.message 统一过 friendlyErrorMessage,技术噪声不再直接上屏 - i18n:shared workbench zh/en 新增 docs.error / contacts.error 键 验证:web/desktop/workbench tsc 全绿;web vitest 258、desktop 588、workbench 1659 全绿;git diff --check 干净 Co-authored-by: Cursor <cursor@vectorcontrol.tech>
DeliciousBuding
force-pushed
the
chore/cleanup-round-20
branch
from
August 31, 2026 23:19
66e33c4 to
8ff0351
Compare
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.
范围(UIUX 探索 lane P1/P2,round-20)
documentsError全链接线(AgentHubWorkbench→WorkbenchFrame→WorkbenchRoutes→DocsPageProps→DocTable),失败时渲染docs.error占位而不是「暂无文档」;desktop shell 传入documentListError。contactsError全链接线——两 shell 把查询错误传入resolveHubContacts的loadError,hook 短路 mock 回退,ContactsPage 渲染contacts.error占位。error.message统一过friendlyErrorMessage(技术噪声不直接上屏)。docs.error/contacts.error键。验证(本地已跑)
tsc --noEmit全绿git diff --check干净