feat(result-page): complete formal delivery and dashboard open flow for browser results#490
Merged
jinyu918 merged 15 commits into1024XEngineer:mainfrom May 10, 2026
Conversation
Codecov Report❌ Patch coverage is 📢 Thoughts on this report? Let us know! |
Collaborator
Author
|
@xgopilot 现在看看还有什么问题 |
This comment was marked as resolved.
This comment was marked as resolved.
Collaborator
Author
@xgopilot 对于你提的第一点,我已经修复了,不过第二点我觉得并未被本分支真正触发,不属于这次必须修的内容,所以我不认同把这件事定性成“这个 PR 还没把 shared desktop open flow 做完”,现在重新进行review一下,看看还有没有别的问题 |
This comment was marked as resolved.
This comment was marked as resolved.
Collaborator
Author
|
@xgopilot 现在重新进行review一下,看看还有没有别的问题 |
This comment was marked as resolved.
This comment was marked as resolved.
Collaborator
Author
|
@xgopilot 现在重新进行review一下,看看还有没有别的问题 |
This comment was marked as resolved.
This comment was marked as resolved.
Collaborator
Author
|
@xgopilot 看看还有没有别的问题 |
This comment was marked as resolved.
This comment was marked as resolved.
Collaborator
Author
|
@xgopilot 现在看看还有什么问题 |
Contributor
FindingsNo new blocking issues found in this revision. Notes
|
gdemonc
approved these changes
May 10, 2026
Blackcloudss
approved these changes
May 10, 2026
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
result_pagepayloads in the delivery layer.payload.urlnow points to the dashboard delivery route, andpayload.pathstays null to avoid workspace-file semantics.page_read,page_search,structured_dom,browser_snapshot,browser_tabs_list) to default toresult_pageinstead ofbubble.agent.delivery.openreturnsopen_action = result_pagewith a stableresolved_payload.url, even for historical or sparse records.requestDashboardTaskDeliveryOpeninstead of opening an external browser tab.docs/work-priority-plan.md:244as complete.Risk
./dashboard.html#/tasks/delivery/. BackendResolveResultPageURL()and frontendisDashboardTaskDeliveryHref()must stay in sync if the route shape ever changes.delivery_result/resolved_payloadstill flow throughmap[string]anynormalization. Schema drift remains possible if new fields are added without typed DTOs.page_read,page_search,browser_snapshot. Reviewers may ask for clarification.Test Notes
go test ./services/local-service/internal/delivery ./services/local-service/internal/execution ./services/local-service/internal/orchestratorgo test ./services/local-service/internal/execution ./services/local-service/internal/rpcpnpm --dir apps/desktop typecheckpnpm --dir apps/desktop lintpnpm exec tsc -p tsconfig.dashboard-test.jsonpnpm --dir apps/desktop test:dashboardblocked by an existingsecurity-pagestyle assertion.pnpm --dir apps/desktop test:shell-ballblocked byFloatingPet.tsxTS7018 implicit any.go test ./...,go vet ./...,staticcheck ./...not run in this iteration.Reviewer Watchpoints
services/local-service/internal/delivery/service.goservices/local-service/internal/orchestrator/task_delivery.goservices/local-service/internal/execution/service.goapps/desktop/src/features/dashboard/tasks/taskOutput.service.tsapps/desktop/src/features/dashboard/tasks/taskDeliveryNavigation.tsapps/desktop/src/app/dashboard/DashboardRoot.tsxClosed #411