fix: refine markdown file links and remote artifact delivery#1104
Merged
Conversation
- stop remapping links by shared display text in Markdown renderer - recover missing href values from source positions for Windows paths and computer links - add focused regression coverage for duplicate README.md links with sample paths
- Add a remote file delivery helper that centralizes when `computer://` links are required and how user-facing file links are generated. - Inject a remote-only internal reminder for mobile and bot submissions so downloadable artifacts are referenced with `computer://`. - Make CreatePlan and DeepResearch choose user-facing links based on the remote delivery channel instead of hard-coding `computer://`. - Update agent prompts to prefer normal workspace-relative markdown links by default and clarify file reference formatting rules. - Let desktop markdown links open editor-supported `computer://` files in the built-in editor while still revealing unsupported files in the file manager. - Add focused tests for remote file delivery link selection, DeepResearch report link expansion, and desktop markdown file-link routing.
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
computer://URLs.computer://usage to remote mobile/bot artifact delivery instead of treating it as the default desktop file-reference format.computer://files in the built-in editor while still revealing unsupported files in the file manager.