Skip to content

feat(ui): make edited file references clickable in desktop session UI#2

Closed
anduimagui wants to merge 51 commits intodevfrom
feat/desktop-clickable-file-links
Closed

feat(ui): make edited file references clickable in desktop session UI#2
anduimagui wants to merge 51 commits intodevfrom
feat/desktop-clickable-file-links

Conversation

@anduimagui
Copy link
Copy Markdown
Owner

Summary

  • add openFilePath support to the shared UI data context and wire it in app-level providers
  • detect inline code file references (including path:line and file:// forms) in markdown, render them as clickable in-message links, and route clicks to open files in the session panel
  • make file names in edit, write, and apply_patch tool cards clickable so users can open changed/created files directly from tool output

Verification

  • bun run typecheck in packages/ui
  • pre-push hook (bun turbo typecheck) completed successfully before push

fwang and others added 30 commits February 24, 2026 14:49
When merging PRs into the beta branch, the sync script now attempts to automatically resolve merge conflicts using opencode before failing. This reduces manual intervention needed for beta releases when multiple PRs have overlapping changes.
adamdotdevin and others added 20 commits February 25, 2026 10:29
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Add clickable file links for inline markdown path references and edit/write/apply_patch file entries so desktop and web users can open changed files directly from the timeline.
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Feb 26, 2026

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch feat/desktop-clickable-file-links

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions
Copy link
Copy Markdown

This PR doesn't fully meet our contributing guidelines and PR template.

What needs to be fixed:

  • PR description is missing required template sections. Please use the PR template.

Please edit this PR description to address the above within 2 hours, or it will be automatically closed.

If you believe this was flagged incorrectly, please let a maintainer know.

@github-actions
Copy link
Copy Markdown

This pull request has been automatically closed because it was not updated to meet our contributing guidelines within the 2-hour window.

Feel free to open a new pull request that follows our guidelines.

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.