Open
Conversation
Add an "Open In" dropdown button to the after-pane (current view) header in the diff viewer. Shows available editors that can open the file, filtered to exclude terminals and Finder (directory-only openers). - Add afterHeaderExtra snippet prop to DiffViewer for extensible headers - Create OpenInDropdown component with click-to-toggle dropdown - Pass worktreePath from BranchCard through DiffModal to construct full file paths for opening Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Add `kind` field to OpenerApp (editor/terminal/file-browser) so the frontend filters by kind instead of maintaining a hardcoded blocklist - Use position:fixed with getBoundingClientRect() to prevent the dropdown menu from being clipped by overflow:hidden on diff panes - Add .catch() handler on getAvailableOpeners() to log failures Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
When opening a file from the diff viewer or branch actions bar, editors that support it (VS Code, Cursor, Zed) now receive the worktree path as a project argument via `open -b <bundle_id> --args <project> <file>`. This opens the file within the worktree workspace context, enabling search, go-to-definition, and git integration scoped to the worktree. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Replace `open -b <bundle_id> --args` with dedicated CLI tools (`code`, `cursor`, `zed`) that properly handle window reuse, IPC, and workspace resolution. Falls back to `open -b` without `--args` when the CLI is not installed or for other apps. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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: