What feature would you like to see?
Feature Request: Add a Simple “Feature Workflow” to Codex CLI
Summary
Introduce a small set of commands that handle the most common Git workflow around AI-assisted edits:
start a feature → work → open PR → finish/merge — without leaving the CLI.
Why
Codex CLI already handles local edits well, but users still have to drop down into git or provider CLIs to:
- create a feature branch,
- push it
- open a PR
- merge it safely once CI passes
That glue work is repetitive and inconsistent. A built-in workflow would streamline this and enforce best practices.
Proposed UX
Are you interested in implementing this feature?
No response
Additional information
No response
What feature would you like to see?
Feature Request: Add a Simple “Feature Workflow” to Codex CLI
Summary
Introduce a small set of commands that handle the most common Git workflow around AI-assisted edits:
start a feature → work → open PR → finish/merge — without leaving the CLI.
Why
Codex CLI already handles local edits well, but users still have to drop down into
gitor provider CLIs to:That glue work is repetitive and inconsistent. A built-in workflow would streamline this and enforce best practices.
Proposed UX
codex feature start <name>feature/<slug>from the base branch.codex feature prcodex feature finishsquash|merge|rebase) if not configured.codex feature statusAre you interested in implementing this feature?
No response
Additional information
No response