codex - 💡(How to fix) Fix Add git worktree status-line item (implementation complete on fork) [1 comments, 1 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
openai/codex#19592Fetched 2026-04-26 05:14:15
View on GitHub
Comments
1
Participants
1
Timeline
7
Reactions
0
Participants
Timeline (top)
labeled ×3renamed ×2commented ×1unlabeled ×1
RAW_BUFFERClick to expand / collapse

What variant of Codex are you using?

CLI

What feature would you like to see?

A configurable TUI status-line item named git-worktree that displays the current Git checkout’s worktree root directory name.

The item should be opt-in only and wouldn't change the default status line. When enabled, it renders only in the TUI status line, not in the terminal title. It should resolve the active status-line cwd to its Git repository/worktree root, display only that root directory’s basename, and silently omit itself when the cwd is not inside a Git checkout.

Additional information

The implementation is complete and can be viewed as an open pull requests on my fork: https://github.com/americanhanko/codex/pull/1

I suspect the change is trivial enough that I can be granted temporary contributor permissions to get it merged.

extent analysis

TL;DR

Review and merge the open pull request on the forked repository to add the git-worktree TUI status-line item.

Guidance

  • Review the implementation in the provided pull request to ensure it meets the requirements and does not introduce any regressions.
  • Verify that the git-worktree item is opt-in only and does not change the default status line.
  • Test the feature to confirm it renders correctly in the TUI status line and omits itself when the cwd is not inside a Git checkout.
  • Consider granting temporary contributor permissions to merge the change, as suggested by the contributor.

Notes

The implementation details are not provided in the issue, so it's essential to review the pull request carefully to understand the changes and potential impact.

Recommendation

Apply workaround: Review and merge the open pull request to add the desired feature, as it is already implemented and available for review.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

codex - 💡(How to fix) Fix Add git worktree status-line item (implementation complete on fork) [1 comments, 1 participants]