Skip to main content

Submitting Feedback

We welcome your feedback to help improve Codex! There are several ways to share your thoughts, report bugs, or request features.

How to Provide Feedback

Report issues or request features on our GitHub repository: Repository: https://github.com/openai/codex

In-App Feedback

While using Codex interactively, press Ctrl+P and select “Give Feedback” to:
  • Report bugs
  • Request features
  • Share suggestions
  • Report security issues

What to Include

When submitting feedback, please include:

For Bug Reports

  1. Codex Version:
  2. Operating System:
    • macOS version
    • Linux distribution and version
    • Windows version (if using WSL)
  3. Steps to Reproduce:
    • Exact commands run
    • Expected behavior
    • Actual behavior
  4. Error Messages:
    • Full error output
    • Relevant logs from stderr
  5. Configuration:
    • Relevant sections from ~/.codex/config.toml
    • Any -c overrides used

For Feature Requests

  1. Use Case: Describe what you’re trying to accomplish
  2. Current Workaround: How you’re handling it now (if applicable)
  3. Proposed Solution: Your idea for how it should work
  4. Examples: Show how it would be used

Example Bug Report

[stderr output here]
This is repetitive and error-prone.

Proposed Solution

Add a --template flag:
Where quality-report.md contains:

Examples