Skip to content

fix: refine markdown file links and remote artifact delivery#1104

Merged
wsp1911 merged 2 commits into
GCWing:mainfrom
wsp1911:main
Jun 8, 2026
Merged

fix: refine markdown file links and remote artifact delivery#1104
wsp1911 merged 2 commits into
GCWing:mainfrom
wsp1911:main

Conversation

@wsp1911

@wsp1911 wsp1911 commented Jun 8, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Fix Markdown file-link routing when multiple links share the same display label, including Windows paths and computer:// URLs.
  • Scope computer:// usage to remote mobile/bot artifact delivery instead of treating it as the default desktop file-reference format.
  • Add remote-only file delivery reminders so generated/referenced downloadable artifacts can be clicked and downloaded from mobile-web or bot channels.
  • Make CreatePlan and DeepResearch choose user-facing artifact links based on the delivery channel.
  • Update agent prompts to prefer normal workspace-relative Markdown links by default and clarify file-reference rules, including line targets and avoiding backticks.
  • Let desktop Markdown links open editor-supported computer:// files in the built-in editor while still revealing unsupported files in the file manager.

wsp1911 added 2 commits June 8, 2026 20:26
- 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.
@wsp1911 wsp1911 marked this pull request as ready for review June 8, 2026 12:33
@wsp1911 wsp1911 merged commit 8e160a8 into GCWing:main Jun 8, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant