mirror of
https://github.com/stablyai/orca.git
synced 2026-09-22 08:02:28 +00:00
* Make Create PR intent resilient to worktree switching Co-authored-by: Orca <help@stably.ai> * Restrict PR creation sidebar actions to foreground worktrees - Prevent switching tabs and opening the PR URL when a background worktree's PR creation finishes. - Extract commit eligibility checking into a dedicated module and disable the commit message textarea during operations or when ineligible. - Fix flakiness in the remote runtime request connection test. * Abort Create PR if branch changes during details generation If the branch changes within the active worktree while review details are being generated, the Create PR flow now aborts and shows a muted notice prompting the user to retry. - Allows worktree navigation during PR details generation without treating it as an intent conflict. - Adds localized strings for the new retry notice. - Uses platform-independent paths in tests for cross-platform support. --------- Co-authored-by: Orca <help@stably.ai>