feat(ui): make edited file references clickable in desktop session UI#2
feat(ui): make edited file references clickable in desktop session UI#2anduimagui wants to merge 51 commits intodevfrom
Conversation
…switches during task execution
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.
…ent PR processing
…nomalyco#13320) Co-authored-by: Brendan Allan <[email protected]> Co-authored-by: Brendan Allan <[email protected]>
…ultiple languages (anomalyco#15114)
) Co-authored-by: adamelmore <[email protected]>
…vent hang on macOS (anomalyco#15136) Co-authored-by: kil-penguin <[email protected]>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: adamelmore <[email protected]>
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.
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
|
This PR doesn't fully meet our contributing guidelines and PR template. What needs to be fixed:
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. |
|
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. |
Summary
openFilePathsupport to the shared UI data context and wire it in app-level providerspath:lineandfile://forms) in markdown, render them as clickable in-message links, and route clicks to open files in the session paneledit,write, andapply_patchtool cards clickable so users can open changed/created files directly from tool outputVerification
bun run typecheckinpackages/uibun turbo typecheck) completed successfully before push