Skip to content

fix: open AI file URL links in current Warp build#11566

Draft
oz-for-oss[bot] wants to merge 1 commit into
masterfrom
oz-agent/implement-issue-11550
Draft

fix: open AI file URL links in current Warp build#11566
oz-for-oss[bot] wants to merge 1 commit into
masterfrom
oz-agent/implement-issue-11550

Conversation

@oz-for-oss
Copy link
Copy Markdown
Contributor

@oz-for-oss oz-for-oss Bot commented May 22, 2026

Closes #11550

Summary

  • Route AI conversation file:// links through Warp's internal file opener instead of OS URL dispatch.
  • Preserve line and column hints from :line:column suffixes and #Lline fragments when opening file URLs.
  • Add focused unit tests for file URL handling.

Validation

  • cargo fmt --manifest-path /workspace/warp/Cargo.toml --all -- --check
  • cargo test --manifest-path /workspace/warp/Cargo.toml -p warp file_url_link_target --lib -j 1

Notes

  • A broader cargo nextest run --manifest-path /workspace/warp/Cargo.toml -E 'test(file_url_link_target)' attempt was killed by the sandbox during full workspace compilation (SIGKILL), so the targeted single-job cargo test was used for validation and passed.

Co-Authored-By: Roland Huang <seemeroland@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

File links from non-production conversations open in production app

1 participant