Commit/Push buttons disappear after handoff from worktree to local
What version of the Codex App are you using (From About Codex dialog)?
260203.1501 (523)
What subscription do you have?
Pro
What issue are you seeing?
In a worktree thread, after using "Hand off to local" to move changes back to the main branch, the Commit/Push buttons in the top-right header disappear. In a local thread, those buttons are present. After handoff, the only option is to commit via terminal even though changes are in the local checkout.
What steps can reproduce the bug?
- Open a Git-backed project in the Codex app on a local checkout.
- Start a thread in a worktree and make any change.
- Use the "Hand off to local" action to move the worktree changes into the local checkout/main branch.
- Observe the header controls in the worktree thread.
What is the expected behavior?
After handoff to local, the Commit/Push buttons should remain available in the top-right header (same as local), so the user can commit and push from the app UI without switching to a terminal.
Additional information
Environment: OS is macOS (version not provided). App channel (stable/beta) not provided. Network/VPN not provided. Additional notes: The Commit button is visible when working directly in the local checkout. It disappears only when working in a worktree thread after using Hand off to local. Workaround is to commit/push via terminal, but the app should surface the same commit/push UI as local.