-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Insights: openai/codex
Overview
Could not load contribution data
Please try again later
13 Releases published by 1 person
-
rust-v0.11.0-alpha.4 0.11.0-alpha.4
published
Aug 1, 2025 -
rust-v0.11.0-alpha.5 0.11.0-alpha.5
published
Aug 1, 2025 -
rust-v0.11.0 0.11.0
published
Aug 2, 2025 -
rust-v0.12.0 0.12.0
published
Aug 5, 2025 -
rust-v0.13.0 0.13.0
published
Aug 5, 2025 -
rust-v0.14.0-alpha.1 0.14.0-alpha.1
published
Aug 6, 2025 -
rust-v0.14.0-alpha.2 0.14.0-alpha.2
published
Aug 6, 2025 -
rust-v0.14.0-alpha.3 0.14.0-alpha.3
published
Aug 6, 2025 -
rust-v0.14.0 0.14.0
published
Aug 6, 2025 -
rust-v0.15.0-alpha.1 0.15.0-alpha.1
published
Aug 6, 2025 -
rust-v0.15.0 0.15.0
published
Aug 7, 2025 -
rust-v0.16.0 0.16.0
published
Aug 7, 2025 -
rust-v0.19.0 0.19.0
published
Aug 8, 2025
129 Pull requests merged by 13 people
-
Remove part of the error message
#1983 merged
Aug 8, 2025 -
Revert "Streaming markdown (#1920)"
#1981 merged
Aug 8, 2025 -
Streaming markdown
#1920 merged
Aug 8, 2025 -
Adjust error messages
#1969 merged
Aug 8, 2025 -
fix: default to credits from ChatGPT auth, when possible
#1971 merged
Aug 8, 2025 -
chore: change CodexAuth::from_api_key() to take &str instead of String
#1970 merged
Aug 7, 2025 -
chore: move top-level load_auth() to CodexAuth::from_codex_home()
#1966 merged
Aug 7, 2025 -
chore: make CodexAuth::api_key a private field
#1965 merged
Aug 7, 2025 -
[client] Tune retries and backoff
#1956 merged
Aug 7, 2025 -
fix: public load_auth() fn always called with include_env_var=true
#1961 merged
Aug 7, 2025 -
fix: fix mistaken bitwise OR in #1949
#1957 merged
Aug 7, 2025 -
ctrl+arrows also move words
#1949 merged
Aug 7, 2025 -
update readme
#1948 merged
Aug 7, 2025 -
Add capacity error
#1947 merged
Aug 7, 2025 -
Use different field for error type
#1945 merged
Aug 7, 2025 -
no code fence in markdown
#1934 merged
Aug 7, 2025 -
fix: change OPENAI_DEFAULT_MODEL to "gpt-5"
#1943 merged
Aug 7, 2025 -
remove composer bg
#1944 merged
Aug 7, 2025 -
Better usage errors
#1941 merged
Aug 7, 2025 -
[config] Onboarding flow with persistence
#1929 merged
Aug 7, 2025 -
Rename the model
#1942 merged
Aug 7, 2025 -
Calculate remaining context based on last token usage
#1940 merged
Aug 7, 2025 -
feat: update system prompt
#1939 merged
Aug 7, 2025 -
feat: add tip to upgrade to ChatGPT plan
#1938 merged
Aug 7, 2025 -
feat: improve output of /status
#1936 merged
Aug 7, 2025 -
feat: /prompts slash command
#1937 merged
Aug 7, 2025 -
Update copy
#1935 merged
Aug 7, 2025 -
approval ui
#1933 merged
Aug 7, 2025 -
feat: change shell_environment_policy to default to inherit="all"
#1904 merged
Aug 7, 2025 -
Add spinner animation to TUI status indicator
#1917 merged
Aug 7, 2025 -
chore: fix outstanding review comments from the bot on #1919
#1928 merged
Aug 7, 2025 -
feat: parse info from auth.json and show in /status
#1923 merged
Aug 7, 2025 -
Add logout command to CLI and TUI
#1932 merged
Aug 7, 2025 -
[fix] fix absolute and % token counts
#1931 merged
Aug 7, 2025 -
Tint chat composer background
#1921 merged
Aug 7, 2025 -
Move used tokens next to the hints
#1930 merged
Aug 7, 2025 -
Add a UI hint when you press @
#1903 merged
Aug 7, 2025 -
feat: add /tmp by default
#1919 merged
Aug 7, 2025 -
change todo
#1925 merged
Aug 7, 2025 -
Ensure exec command end always emitted
#1908 merged
Aug 7, 2025 -
feat: use ctrl c in interrupt hint
#1926 merged
Aug 7, 2025 -
feat: >_
#1924 merged
Aug 7, 2025 -
Change the UI of apply patch
#1907 merged
Aug 7, 2025 -
Scrollable slash commands
#1830 merged
Aug 7, 2025 -
Show timing and token counts in status indicator
#1909 merged
Aug 7, 2025 -
Migrate GitWarning to OnboardingScreen
#1915 merged
Aug 7, 2025 -
Run command UI
#1897 merged
Aug 7, 2025 -
fix cursor file name insert
#1896 merged
Aug 6, 2025 -
fix meta+b meta+f (option+left/right)
#1895 merged
Aug 6, 2025 -
Add 2025-08-06 model family
#1899 merged
Aug 6, 2025 -
First pass at a TUI onboarding
#1876 merged
Aug 6, 2025 -
Propagate apply_patch filesystem errors
#1892 merged
Aug 6, 2025 -
feat: interrupt running task on ctrl-z
#1880 merged
Aug 6, 2025 -
feat: update launch screen
#1881 merged
Aug 6, 2025 -
Prefer env var auth over default codex auth
#1861 merged
Aug 6, 2025 -
show a transient history cell for commands
#1824 merged
Aug 6, 2025 -
chore: rename INIT.md to prompt_for_init_command.md and move closer to usage
#1886 merged
Aug 6, 2025 -
fix: support $CODEX_HOME/AGENTS.md instead of $CODEX_HOME/instructions.md
#1891 merged
Aug 6, 2025 -
fix: add more instructions to ensure GitHub Action reviews only the necessary code
#1887 merged
Aug 6, 2025 -
Initial implementation of /init
#1822 merged
Aug 6, 2025 -
[env] Remove git config for now
#1884 merged
Aug 6, 2025 -
[prompts] Add <environment_context>
#1869 merged
Aug 6, 2025 -
[tests] Investigate flakey mcp-server test
#1877 merged
Aug 6, 2025 -
[feat] add /status slash command
#1873 merged
Aug 6, 2025 -
docs: add more detail to the codex-rust-review
#1875 merged
Aug 6, 2025 -
fix: add stricter checks and better error messages to create_github_release.sh
#1874 merged
Aug 6, 2025 -
fix: only tag as prerelease when the version has an -alpha or -beta suffix
#1872 merged
Aug 6, 2025 -
tweak comment
#1871 merged
Aug 6, 2025 -
fix: fully enumerate EventMsg in chatwidget.rs
#1866 merged
Aug 6, 2025 -
Add OSS model info
#1860 merged
Aug 6, 2025 -
fixes no git repo warning
#1863 merged
Aug 6, 2025 -
clear terminal on launch
#1870 merged
Aug 6, 2025 -
Remove Turndiff and Apply patch from the render
#1868 merged
Aug 6, 2025 -
[approval_policy] Add OnRequest approval_policy
#1865 merged
Aug 6, 2025 -
[core] Separate tools config from openai client
#1858 merged
Aug 6, 2025 -
fix: exit cleanly when ShutdownComplete is received
#1864 merged
Aug 6, 2025 -
[core] Stop escalating timeouts
#1853 merged
Aug 6, 2025 -
[feat] make approval key matching case insensitive
#1862 merged
Aug 5, 2025 -
chore: remove unnecessary default_ prefix
#1854 merged
Aug 5, 2025 -
fix: when using
--oss
, ensure correct configuration is threaded through correctly#1859 merged
Aug 5, 2025 -
fix: README ToC did not match contents
#1857 merged
Aug 5, 2025 -
fix: clean out some ASCII
#1856 merged
Aug 5, 2025 -
fix: correct spelling error that sneaked through
#1855 merged
Aug 5, 2025 -
Introduce
--oss
flag to use gpt-oss models#1848 merged
Aug 5, 2025 -
Rescue chat completion changes
#1846 merged
Aug 5, 2025 -
fmt, reenable test
#1845 merged
Aug 5, 2025 -
Fix denials showing status bar
#1844 merged
Aug 5, 2025 -
Fix chat completions tui
#1843 merged
Aug 5, 2025 -
Easong/quick reasoning merge
#1841 merged
Aug 5, 2025 -
[prompt] Update prompt.md
#1839 merged
Aug 5, 2025 -
fix streaming for ollama
#1840 merged
Aug 5, 2025 -
chore: introduce ModelFamily abstraction
#1838 merged
Aug 5, 2025 -
fix: disable reorderArrays in tamasfe.even-better-toml
#1837 merged
Aug 5, 2025 -
Stream model responses
#1810 merged
Aug 5, 2025 -
[prompts] Better user_instructions handling
#1836 merged
Aug 5, 2025 -
Request the simplified auth flow
#1834 merged
Aug 5, 2025 -
Restore API key and query param overrides
#1826 merged
Aug 5, 2025 -
[codex] stop printing error message when --output-last-message is not specified
#1828 merged
Aug 4, 2025 -
chore(deps): bump tokio from 1.46.1 to 1.47.1 in /codex-rs
#1816 merged
Aug 4, 2025 -
chore(deps): bump serde_json from 1.0.141 to 1.0.142 in /codex-rs
#1817 merged
Aug 4, 2025 -
chore(deps-dev): bump typescript from 5.8.3 to 5.9.2 in /.github/actions/codex
#1814 merged
Aug 4, 2025 -
chore(deps): bump toml from 0.9.2 to 0.9.4 in /codex-rs
#1815 merged
Aug 4, 2025 -
support more keys in textarea
#1820 merged
Aug 4, 2025 -
Update prompt.md
#1819 merged
Aug 4, 2025 -
feat: accept custom instructions in profiles
#1803 merged
Aug 4, 2025 -
Add a TurnDiffTracker to create a unified diff for an entire turn
#1770 merged
Aug 4, 2025 -
[sandbox] Filter out certain non-sandbox errors
#1804 merged
Aug 3, 2025 -
shimmer on working
#1807 merged
Aug 3, 2025 -
fix command duration display
#1806 merged
Aug 3, 2025 -
custom textarea
#1794 merged
Aug 3, 2025 -
Fix flaky test_shell_command_approval_triggers_elicitation test
#1802 merged
Aug 3, 2025 -
Fix MacOS multiprocessing by relaxing sandbox
#1808 merged
Aug 3, 2025 -
Refactor TUI to stream by re-rendering history
#1777 merged
Aug 3, 2025 -
Fix compact
#1798 merged
Aug 2, 2025 -
check for updates
#1764 merged
Aug 2, 2025 -
Easong/check updates
#1791 merged
Aug 2, 2025 -
Update succesfull login page look
#1789 merged
Aug 1, 2025 -
Add managed by npm flag to update check
#1788 merged
Aug 1, 2025 -
feat: make .git read-only within a writable root when using Seatbelt
#1765 merged
Aug 1, 2025 -
MCP: add conversation.create tool [Stack 2/2]
#1783 merged
Aug 1, 2025 -
Add Error variant to ConversationCreateResult [Stack 1/2]
#1784 merged
Aug 1, 2025 -
chore: introduce SandboxPolicy::WorkspaceWrite::include_default_writable_roots
#1785 merged
Aug 1, 2025 -
collabse
stdout
andstderr
delta events into one#1787 merged
Aug 1, 2025 -
feat: stream exec stdout events
#1786 merged
Aug 1, 2025 -
fix insert_history modifier handling
#1774 merged
Aug 1, 2025 -
Introduce a new function to just send user message [Stack 3/3]
#1686 merged
Aug 1, 2025 -
Add a custom originator setting
#1781 merged
Aug 1, 2025 -
ci fix
#1782 merged
Aug 1, 2025
31 Pull requests opened by 20 people
-
feat: honor git metadata in Linux sandbox
#1790 opened
Aug 1, 2025 -
MCP: Add conversation streaming with initial_state + buffered events
#1792 opened
Aug 2, 2025 -
WIP – Agent multiplexing / worktrees support
#1801 opened
Aug 2, 2025 -
Scrollable slash commands - change approval mode, change model
#1805 opened
Aug 3, 2025 -
Store rollouts in /sessions
#1809 opened
Aug 3, 2025 -
hide the log in the composer for release builds
#1821 opened
Aug 4, 2025 -
test(core): add seatbelt sem lock tests
#1823 opened
Aug 4, 2025 -
handle PatchApplyEnd
#1831 opened
Aug 4, 2025 -
shimmer text for running commands
#1832 opened
Aug 4, 2025 -
wrap user message
#1833 opened
Aug 4, 2025 -
Update link to custom providers document in README.md
#1850 opened
Aug 5, 2025 -
exec: timeout on grandchildren
#1852 opened
Aug 5, 2025 -
fix: try to reduce public API of crates to speed up incremental builds
#1878 opened
Aug 6, 2025 -
fix: fix `--oss` support for LM Studio
#1885 opened
Aug 6, 2025 -
feat: include path to rollout file in /status output
#1889 opened
Aug 6, 2025 -
Implemented fix for Azure OpenAI 401 error.
#1890 opened
Aug 6, 2025 -
docs: add install script for release binaries
#1893 opened
Aug 6, 2025 -
feat: show agents.md in /status
#1901 opened
Aug 6, 2025 -
feat: add syntax highlighting when displaying bash commands
#1902 opened
Aug 7, 2025 -
feat: show diff for apply_patch in a nicer way
#1906 opened
Aug 7, 2025 -
Reorganize README + move usage & contributing to /docs.
#1927 opened
Aug 7, 2025 -
fix wrap width for terminals < 80 cols
#1950 opened
Aug 7, 2025 -
Fix for openrouter model messages (i.e. chatCompletion api) not showing
#1964 opened
Aug 7, 2025 -
feat: add JSON schema sanitization for MCP tools to ensure compatibil…
#1975 opened
Aug 7, 2025 -
Fix "codex login" on Windows
#1987 opened
Aug 8, 2025 -
fix: update server binding to listen on all interfaces
#1988 opened
Aug 8, 2025 -
Update README.md
#1989 opened
Aug 8, 2025 -
Remove login_with_chatgpt script and replace with native implementation
#1990 opened
Aug 8, 2025 -
feat: render messages in markdown
#1993 opened
Aug 8, 2025 -
feat: Enable CTRL-n and CTRL-p for navigating slash commands, files, history
#1994 opened
Aug 8, 2025 -
README.md: Correct information
#2007 opened
Aug 8, 2025
273 Issues closed by 11 people
-
Azure OpenAI Returns 401 Unauthorized After Upgrading to Codex 0.12.0
#1842 closed
Aug 8, 2025 -
Clarification on OpenAI Pro Plan Login Behavior
#1466 closed
Aug 8, 2025 -
Login with 'Team' plan incorrectly detected as 'Free' plan and usage prohibited
#1984 closed
Aug 8, 2025 -
`config.toml` missing/not recognized
#1894 closed
Aug 7, 2025 -
Logging in with ChatGPT failing
#1951 closed
Aug 7, 2025 -
Codex does not respect API keys specified through environment variables for other vendors
#1057 closed
Aug 7, 2025 -
Feature: Entra authentication for Azure OpenAI provider
#1056 closed
Aug 7, 2025 -
bug: Unable to continue due to rejections of calls with tools
#1055 closed
Aug 7, 2025 -
Fails to connect to llm proxy in secured network.
#1048 closed
Aug 7, 2025 -
Display the current session's cumulative token usage (input/output)
#1047 closed
Aug 7, 2025 -
When reading a file using sed or tail, it takes output from the terminal as content of the file
#1045 closed
Aug 7, 2025 -
Pasting secret values pastes it to key instead
#1044 closed
Aug 7, 2025 -
codex-mini-latest thinks for a long time then eventually times out on WSL
#1032 closed
Aug 7, 2025 -
Feature Request: Allow switching model mid-session
#1029 closed
Aug 7, 2025 -
Sign in with ChatGPT does not work (windows wsl)
#1023 closed
Aug 7, 2025 -
⚠️ Connection closed prematurely while waiting for the model. Please try again.
#1018 closed
Aug 7, 2025 -
Ubuntu 24
#1014 closed
Aug 7, 2025 -
When using another provider, setting the OPENAI_API_KEY should not be necessary.
#1005 closed
Aug 7, 2025 -
An error occurred while processing your request
#1002 closed
Aug 7, 2025 -
Problem with logic when it comes to change providers
#999 closed
Aug 7, 2025 -
Codex mini stuck thinking
#997 closed
Aug 7, 2025 -
Allow sign in via link instead of trying to use XDG to open a system browser
#994 closed
Aug 7, 2025 -
Can't use other provider model
#987 closed
Aug 7, 2025 -
Cannot redeem credits when using log with ChatGPT (PRO)
#986 closed
Aug 7, 2025 -
Azure Open AI not supported(?)
#975 closed
Aug 7, 2025 -
[TypeScript] Unable to skip sandboxing on platforms Codex considers supported
#973 closed
Aug 7, 2025 -
Minor Enhancement Request: Would be nice to add a model_name or alias attribute to model config
#679 closed
Aug 7, 2025 -
Add /init slash command to bootstrap repository context for sessions
#689 closed
Aug 7, 2025 -
feat(run_in_container): optionally mount `~/.codex` so Linux users keep configs & logs
#789 closed
Aug 7, 2025 -
failed to run codex on a remote server
#794 closed
Aug 7, 2025 -
codex ends without doing something
#796 closed
Aug 7, 2025 -
rate_limit_exceeded Version 0.1.2504301751
#797 closed
Aug 7, 2025 -
Show token counts similar to `claude-code`
#807 closed
Aug 7, 2025 -
Support TODO/task management ability
#823 closed
Aug 7, 2025 -
codex fails on sandbox error
#830 closed
Aug 7, 2025 -
Non-reasoning OAI model API calls have an extraneous reasoning_effort parameter
#837 closed
Aug 7, 2025 -
Feature Request: Add /save command to store sessions for later review
#846 closed
Aug 7, 2025 -
Add logging input and output of LLM requests
#847 closed
Aug 7, 2025 -
Codex faills with sandbox error trying to execute python file
#848 closed
Aug 7, 2025 -
Azure OpenAI Integration is not working
#891 closed
Aug 7, 2025 -
Codex ignores its system prompt after the first message
#900 closed
Aug 7, 2025 -
`history` doesn't work in headless mode
#950 closed
Aug 7, 2025 -
Hang / Freeze / No thinking
#940 closed
Aug 7, 2025 -
readme points to wrong file for personal global guidance
#960 closed
Aug 7, 2025 -
finish with InternalAgentDied
#1918 closed
Aug 7, 2025 -
Codex Incredibly Slow - How to Debug?
#1811 closed
Aug 7, 2025 -
Cut and Paste from Terminal
#1799 closed
Aug 7, 2025 -
feat: add a dev changelog
#208 closed
Aug 7, 2025 -
Supporting Azure OpenAI
#11 closed
Aug 7, 2025 -
Support for ChatGPT account
#1946 closed
Aug 7, 2025 -
docs: duplicate -q --json call in example cli reference
#737 closed
Aug 7, 2025 -
OpenAI rejected the request
#731 closed
Aug 7, 2025 -
Feature Request: Add /cost and /doctor commands for usage stats and health checks
#727 closed
Aug 7, 2025 -
Shell cmds not working
#694 closed
Aug 7, 2025 -
Codex CLI exits abruptly on `rate_limit_exceeded`; should back-off & retry instead of closing
#690 closed
Aug 7, 2025 -
feat: word-based text navigation and deletion
#687 closed
Aug 7, 2025 -
Azure Open AI
#681 closed
Aug 7, 2025 -
Environment variables for custom providers are not getting picked up
#652 closed
Aug 7, 2025 -
bug: codex doesn't recover from loss of connectivity
#649 closed
Aug 7, 2025 -
bug: hangs for groq provider
#623 closed
Aug 7, 2025 -
PATH is overwritten inside of the sandbox
#622 closed
Aug 7, 2025 -
[Error]: 400 No tool output found for function
#620 closed
Aug 7, 2025 -
bug: quiet mode still printing json formatted text to terminal
#585 closed
Aug 7, 2025 -
feat: support for dedicated configuration file for API keys
#567 closed
Aug 7, 2025 -
feat: model registry
#548 closed
Aug 7, 2025 -
Request - Add Support For Github Copilot
#527 closed
Aug 7, 2025 -
Build failure due to missing package-lock.json using provided nix flake
#515 closed
Aug 7, 2025 -
feat: Print /bug info to terminal if opening a browser is not available.
#510 closed
Aug 7, 2025 -
network connection error
#464 closed
Aug 7, 2025 -
feat: /flex-mode command
#457 closed
Aug 7, 2025 -
GPT-4.1 for quick answers
#454 closed
Aug 7, 2025 -
allow config per repo
#430 closed
Aug 7, 2025 -
feat: Add a voice input mode
#418 closed
Aug 7, 2025 -
Need CLA‑assistant unlock for PR #348 (Windows support)
#408 closed
Aug 7, 2025 -
feat: add codex.md in this repository
#337 closed
Aug 7, 2025 -
feat: allow sandbox to read/write some files/directories anywhere on the machine
#335 closed
Aug 7, 2025 -
feat: verbose output mode
#331 closed
Aug 7, 2025 -
Error: ENOENT: no such file or directory, lstat '/Users/{$profile}/.pyenv'
#330 closed
Aug 7, 2025 -
MaxListenersExceededWarning
#329 closed
Aug 7, 2025 -
Unexpected token import
#321 closed
Aug 7, 2025 -
Can touch files and dirs, and run npm commands but will not write to files - macOS
#320 closed
Aug 7, 2025 -
Create releases for an easier diff between versions
#309 closed
Aug 7, 2025 -
feat: multimodal inputs in REPL mode
#305 closed
Aug 7, 2025 -
feat: enable api/llm model to converse in between each step
#290 closed
Aug 7, 2025 -
Bug: Read-only sed and grep commands should not ask for permission to run
#281 closed
Aug 7, 2025 -
Modernize Monorepo Structure with pnpm Workspaces and Turborepo
#278 closed
Aug 7, 2025 -
Request for --semi-quiet option to allow user interaction while showing normal output
#265 closed
Aug 7, 2025 -
feat: lessons
#260 closed
Aug 7, 2025 -
feat: grounding in documentation
#259 closed
Aug 7, 2025 -
Add ability to interrupt a request without exiting the process completely
#256 closed
Aug 7, 2025 -
Unclear Running Instruction - Was not able to use.
#251 closed
Aug 7, 2025 -
error: can't create new files
#250 closed
Aug 7, 2025 -
Instead of editing my files, it deleted them
#240 closed
Aug 7, 2025 -
(feat) create log file with all actions executed
#238 closed
Aug 7, 2025 -
Home/End keys not working in Codex on Windows Terminal with WSL
#236 closed
Aug 7, 2025 -
feat: Add the ability to run `/compact`
#230 closed
Aug 7, 2025 -
WIN/PS - Insists on using sh - assumes linux/mac - assumes chat wants to tool
#229 closed
Aug 7, 2025 -
OpenAI rejected the request
#224 closed
Aug 7, 2025 -
option - backspace (to delete the previous word) actually deletes all text in the prompt box
#222 closed
Aug 7, 2025 -
How to set web proxy for the GPT api inside codex?
#220 closed
Aug 7, 2025 -
[Feature Request] .codexignore file
#205 closed
Aug 7, 2025 -
no o3 model in list
#204 closed
Aug 7, 2025 -
Setup information missing from documentation?
#306 closed
Aug 7, 2025 -
Error when Codex has to install libraries
#199 closed
Aug 7, 2025 -
feat: make it work with large codebases
#192 closed
Aug 7, 2025 -
git fails to access tmp directory
#191 closed
Aug 7, 2025 -
Keep thinking
#183 closed
Aug 7, 2025 -
Azure OpenAI Python SDK works, but codex CLI fails with 404
#174 closed
Aug 7, 2025 -
[Feature request] More structure for diffs
#168 closed
Aug 7, 2025 -
[Feature request] Rules
#167 closed
Aug 7, 2025 -
Support Windows
#166 closed
Aug 7, 2025 -
relax node 22 or newer requirement
#164 closed
Aug 7, 2025 -
can't see user prompt or much of response from LLM
#159 closed
Aug 7, 2025 -
Sandbox was mandated, but no sandbox is available!
#156 closed
Aug 7, 2025 -
Can you add MacOS alerts when it's the user's turn?
#148 closed
Aug 7, 2025 -
feat: session persistence
#146 closed
Aug 7, 2025 -
Adhere to the macOS File System Programming Guide on macOS
#143 closed
Aug 7, 2025 -
bug: No such file or directory
#121 closed
Aug 7, 2025 -
Feat: Support streaming all outputs and also support passing history with -q
#118 closed
Aug 7, 2025 -
Implement /cost command and track session usage
#117 closed
Aug 7, 2025 -
feat: don't close program when out of credits or when API key is missing
#115 closed
Aug 7, 2025 -
bug: unable to continue after hitting esc esc to interrupt assistant
#114 closed
Aug 7, 2025 -
"Previous response cannot be used for this organization due to Zero Data Retention"
#106 closed
Aug 7, 2025 -
vim-like input mode
#104 closed
Aug 7, 2025 -
handle node_modules dir correctly
#101 closed
Aug 7, 2025 -
Add ability to hide sensitive files from agent
#85 closed
Aug 7, 2025 -
apply_patch aborted
#62 closed
Aug 7, 2025 -
npm warns about deprecated packages
#18 closed
Aug 7, 2025 -
Openrouter api support
#14 closed
Aug 7, 2025 -
API Key Security Feature Requests
#9 closed
Aug 7, 2025 -
Support for local / other LLMs
#26 closed
Aug 7, 2025 -
init_firewall.sh fail at container start
#1428 closed
Aug 7, 2025 -
codex will silently ignore malformed config.json instead of alerting that its malformed
#1408 closed
Aug 7, 2025 -
Request for understanding, updating and search failed.
#1396 closed
Aug 7, 2025 -
codex cli crashes on rate_limit_exceeded
#1395 closed
Aug 7, 2025 -
BUG: Codex does not look at project type, assumes python project
#1393 closed
Aug 7, 2025 -
Crashed on first prompt to run unit tests
#1392 closed
Aug 7, 2025 -
wrong files created and broken syntax error
#1380 closed
Aug 7, 2025 -
No API key configured for provider
#1377 closed
Aug 7, 2025 -
Cannot use Azure as a Provider post #1324 fix
#1369 closed
Aug 7, 2025 -
codex-rs: codex cannot obtain error information when receiving non-zero exit codes
#1367 closed
Aug 7, 2025 -
Configuration per documentation does not work. Connecting to Azure AI Foundry OpenAI models
#1363 closed
Aug 7, 2025 -
Error status code 400 when trying to use MistralAI Devstral
#1356 closed
Aug 7, 2025 -
Azure OpenAI integration: 401 and 429 errors with o4-mini deployment (valid key/endpoint)
#1354 closed
Aug 7, 2025 -
400 Errors when attempting to use xAI
#1352 closed
Aug 7, 2025 -
escape does not work to exit help menu
#1348 closed
Aug 7, 2025 -
Quiet mode (-q) not truly non-interactive due to git warning prompt
#1340 closed
Aug 7, 2025 -
401 Unauthorized from v0.dev API when using Codex CLI (`--provider vercel`)
#1332 closed
Aug 7, 2025 -
Bug on codex-cli/tests/apply-patch.test.ts L328
#1331 closed
Aug 7, 2025 -
Can't explain empty command on default settings
#1323 closed
Aug 7, 2025 -
sandboxing? no files seem to be written
#1308 closed
Aug 7, 2025 -
OpenAI rejected the request
#1306 closed
Aug 7, 2025 -
Asks for ChatGPT key when `-p azure`
#1284 closed
Aug 7, 2025 -
cannot read files on my install
#1277 closed
Aug 7, 2025 -
Commands not executed
#1273 closed
Aug 7, 2025 -
In environments where username not in /etc/passwd codex errors out
#1269 closed
Aug 7, 2025 -
Provide suggested prompts
#1259 closed
Aug 7, 2025 -
Support the `/bug` command
#1258 closed
Aug 7, 2025 -
Support the `/model` command
#1251 closed
Aug 7, 2025 -
Improve Markdown rendering
#1246 closed
Aug 7, 2025 -
OpenAI rejected the request
#1239 closed
Aug 7, 2025 -
Invalid URL (POST /v1/engines/codex-mini-latest/completions)
#1237 closed
Aug 7, 2025 -
ChatGPT plus user can use Codex but not CLI?
#1236 closed
Aug 7, 2025 -
Server error - falls flat
#1224 closed
Aug 7, 2025 -
Codex re-prints the thinking block multiple times if the terminal window is resized
#1214 closed
Aug 7, 2025 -
Terminal output isn't echoed properly
#1206 closed
Aug 7, 2025 -
Keeps getting 401 issue when using Azure instance even everything is being passed correctly
#1192 closed
Aug 7, 2025 -
blank output with workaround forced providers
#1189 closed
Aug 7, 2025 -
Deprecated node-domexception@1.0.0: Use your platform's native DOMException instead
#1184 closed
Aug 7, 2025 -
Quiet mode doesn't seem to work for me. At least not with provider set to azure.
#1156 closed
Aug 7, 2025 -
codex --model accepts any model name and codex will report it is using it
#1155 closed
Aug 7, 2025 -
"Please pass patch text through stdin" Error When Using -q Parameter
#1154 closed
Aug 7, 2025 -
Codex with V0 unauthorized
#1145 closed
Aug 7, 2025 -
Codex model stuck in thinking after success
#1140 closed
Aug 7, 2025 -
Paths with parentheses often not escaped
#1117 closed
Aug 7, 2025 -
"Rate limit reached" crashes the codex instance instead of sleeping/waiting
#1115 closed
Aug 7, 2025 -
Network Error
#1103 closed
Aug 7, 2025 -
codex --history display incorrect tool calls for codex-mini
#1097 closed
Aug 7, 2025 -
OpenAI API Key Authentication Fails when OpenRouter as provider
#1094 closed
Aug 7, 2025 -
404 on `--image` with codex-mini-latest
#1081 closed
Aug 7, 2025 -
Azure OpenAI: TypeError: Cannot use 'in' operator to search for 'tool_calls' in undefined
#1077 closed
Aug 7, 2025 -
Cannot execute commands in Windows 10 Pro with legacy Powershell
#1074 closed
Aug 7, 2025 -
"explain" feature non-functional when using `codex-mini-latest` model
#1063 closed
Aug 7, 2025 -
Codex CLI can not edit file while VS Code is open (WSL)
#1046 closed
Aug 7, 2025 -
Context does not seem to update effectively using codex-mini-latest
#1038 closed
Aug 7, 2025 -
Allow setting default model per provider
#1031 closed
Aug 7, 2025 -
Asked to use `openai` CLI commands instead of `codex`
#1017 closed
Aug 7, 2025 -
The `--image` seems not working
#1010 closed
Aug 7, 2025 -
The log file name should not use the colon character
#1003 closed
Aug 7, 2025 -
TimeoutOverflowWarning
#992 closed
Aug 7, 2025 -
Bug application crashes
#985 closed
Aug 7, 2025 -
Cannot use codex-mini
#982 closed
Aug 7, 2025 -
Openrouter Openai/codex-mini not support
#979 closed
Aug 7, 2025 -
sandbox required to us eth ecli
#962 closed
Aug 7, 2025 -
Bug or Question clear text in
#901 closed
Aug 7, 2025 -
Show/hide menu erases/shifts output
#899 closed
Aug 7, 2025 -
command completions broken
#897 closed
Aug 7, 2025 -
More elaborate error description
#890 closed
Aug 7, 2025 -
ERROR crypto is not defined
#887 closed
Aug 7, 2025 -
Message box isn't displayed in the terminal
#861 closed
Aug 7, 2025 -
Multiple thinking processes within terminal
#838 closed
Aug 7, 2025 -
No file saves using DeepSeek
#826 closed
Aug 7, 2025 -
Status: 400 No tool output found (breaks conversation)
#825 closed
Aug 7, 2025 -
`Failed to parse JSON result` endless loop
#820 closed
Aug 7, 2025 -
Failed to call a function. Please adjust your prompt. See 'failed_generation' for more details.
#819 closed
Aug 7, 2025 -
Unexpected error when writing a .md
#801 closed
Aug 7, 2025 -
esc esc to "cancel" completely wipes chat history
#784 closed
Aug 7, 2025 -
run_in_container.sh forces --full-auto and discards user flags for approval-mode
#781 closed
Aug 7, 2025 -
Process, spend money and nothing is outputed
#778 closed
Aug 7, 2025 -
Error occurred while processing the request
#777 closed
Aug 7, 2025 -
apply_patch bug is occur when the patch has long context
#771 closed
Aug 7, 2025 -
Codex breaks down in a python SDK to typescript conversion
#765 closed
Aug 7, 2025 -
Codex not see settings file
#721 closed
Aug 7, 2025 -
bug: codex doesn't answer anymore after asking to fix/improve a code (Gemini)
#706 closed
Aug 7, 2025 -
Models not using apply patch or other cli tools correctly then crashing (Gemini)
#693 closed
Aug 7, 2025 -
o4-mini: unusually high token count (71 k) for moderate-sized prompt – guidance?
#692 closed
Aug 7, 2025 -
Feature request: automatic back-off + prompt/token optimiser to avoid rate-limit exits
#691 closed
Aug 7, 2025 -
File Write Operations Not Reflected in Codex CLI Environment
#683 closed
Aug 7, 2025 -
Codex cannot find things when running on WSL2
#682 closed
Aug 7, 2025 -
Invalid Context error from patching
#678 closed
Aug 7, 2025 -
bug: server error after a long session.
#646 closed
Aug 7, 2025 -
bug: codex "cannot parse json" and "cannot iterate over a consumed stream" errors
#607 closed
Aug 7, 2025 -
Codex hangs
#584 closed
Aug 7, 2025 -
bug: non-openai model is not streaming output
#574 closed
Aug 7, 2025 -
bug: non-openai model provider stops responding after a few turns
#566 closed
Aug 7, 2025 -
config.yaml not respected (approvalMode ignored), error spawn ENOTDIR and ENAMETOOLONG
#561 closed
Aug 7, 2025 -
Schema error in 0.1.2504220136
#538 closed
Aug 7, 2025 -
bug: add readline to support history, tab completion, and key bindings
#534 closed
Aug 7, 2025 -
bug: Output truncated: too many lines or bytes
#509 closed
Aug 7, 2025 -
bug: invalid _request error when exiting the tool via user interruption (2x ESC).
#501 closed
Aug 7, 2025 -
bug: reproducible ENOENT for missing image
#466 closed
Aug 7, 2025 -
Non o4-mini models all fail
#447 closed
Aug 7, 2025 -
applyPatch function doesn't handle creating directories properly
#439 closed
Aug 7, 2025 -
Model assumes Windows PowerShell is running on WSL resulting in seeing an "empty directory"
#413 closed
Aug 7, 2025 -
Codex hang using ~99% CPU after thinking for a few seconds on long conversation
#410 closed
Aug 7, 2025 -
Codex not able to write in files in full auto mode
#409 closed
Aug 7, 2025 -
`/clear – clear screen & context` does not clear the screen
#405 closed
Aug 7, 2025 -
on arch host, codex thinks it is in debian sandbox
#404 closed
Aug 7, 2025 -
unify file‐globbing under CODEX_SEARCH_CMD
#375 closed
Aug 7, 2025 -
bug: agent sometimes forgets he has tools
#362 closed
Aug 7, 2025 -
bug: resizing terminal leads to bad artifacts
#355 closed
Aug 7, 2025 -
Rate limit causes process to abort
#353 closed
Aug 7, 2025 -
Certain Large Models Fail
#340 closed
Aug 7, 2025 -
Bug: Quota exhausted reading in symbols from DerivedData
#311 closed
Aug 7, 2025 -
[Bug] Bad interaction with GPG `pinentry`.
#193 closed
Aug 7, 2025 -
Closing and LOCKING stale PRs via bot, which is bad UX
#1913 closed
Aug 7, 2025 -
Codex CLI Overwrites Existing AGENTS.md Due to Missing Enforcement Layer
#1410 closed
Aug 7, 2025 -
codex-cli is crashing in software development prompt
#1427 closed
Aug 7, 2025 -
How to use Azure provider
#1669 closed
Aug 5, 2025 -
Backspace key deletes two characters at a time
#1800 closed
Aug 2, 2025 -
Has this project been half-abandoned?
#1349 closed
Aug 2, 2025 -
Support the `/compact` command
#1257 closed
Aug 2, 2025 -
Mouse mode scrolling is not smooth
#1502 closed
Aug 2, 2025 -
Improve copy/paste in the Rust TUI, or at least make the existing solution more discoverable
#1247 closed
Aug 2, 2025
47 Issues opened by 38 people
-
Custom / commands
#2014 opened
Aug 8, 2025 -
Request: typical macOS keyboard shortcuts
#2013 opened
Aug 8, 2025 -
Respect terminal width
#2012 opened
Aug 8, 2025 -
Request: enter prompt while codex is working
#2011 opened
Aug 8, 2025 -
Error: Failed to fetch OIDC configuration
#2010 opened
Aug 8, 2025 -
Rate-limit banner typo + opaque limits
#2009 opened
Aug 8, 2025 -
No soft "Stop" - must use Ctrl+C
#2008 opened
Aug 8, 2025 -
Pasted newline auto-submits
#2006 opened
Aug 8, 2025 -
`apply_patch` command generates requests with illegible diff
#2005 opened
Aug 8, 2025 -
Overwriting files not checked in version control
#2003 opened
Aug 8, 2025 -
GPT-5 Context window
#2002 opened
Aug 8, 2025 -
When executing multi line commands, indentation seems to be very abnormal
#2001 opened
Aug 8, 2025 -
Codex Team Account Login Error
#1998 opened
Aug 8, 2025 -
Logging in with chatGPT got an error
#1997 opened
Aug 8, 2025 -
stderr is not seen if command exits with success
#1996 opened
Aug 8, 2025 -
Codex CLI doesnt work and runs other strange shells
#1995 opened
Aug 8, 2025 -
Enable CTRL+N and CTRL+P for Navigation Between Slash Commands, File Selector, and History
#1992 opened
Aug 8, 2025 -
[Feature Request] Add /resume command to continue after unrecoverable errors without losing context
#1991 opened
Aug 8, 2025 -
Show global usage and reset time for 5h/weekly guardrails in Codex CLI
#1986 opened
Aug 8, 2025 -
Usage limit on ChatGPT pro-plan single-threaded usage
#1985 opened
Aug 8, 2025 -
Adhere to XDG Base Desktop Specification on Linux platforms
#1980 opened
Aug 8, 2025 -
Adhere to the macOS File System Programming Guide on macOS
#1979 opened
Aug 8, 2025 -
codex `update` starts conversation instead of updating
#1978 opened
Aug 8, 2025 -
Can't available Codex CLI with Team Plan subscription
#1977 opened
Aug 7, 2025 -
Enable Log In With Chat Gpt Account for browserless machines
#1976 opened
Aug 7, 2025 -
proposal: Standardized Location & Format for Agentic Toolkit Documentation (agents/*.md)
#1974 opened
Aug 7, 2025 -
MCP server config error
#1973 opened
Aug 7, 2025 -
GPT-5 HIGH Reasoning via ChatGPT
#1972 opened
Aug 7, 2025 -
codex-ts fails at markdown / codex-rs doesn't support ChatGPT login?
#1968 opened
Aug 7, 2025 -
When running models from openrouter providers the model messages are not displayed
#1963 opened
Aug 7, 2025 -
Error when using Codex
#1960 opened
Aug 7, 2025 -
Unable to Authenticate with ChatGPT account
#1958 opened
Aug 7, 2025 -
Codex just not working at all.
#1955 opened
Aug 7, 2025 -
Codex CLI consumes OpenAI platform credits despite authenticating with ChatGPT Plus account
#1954 opened
Aug 7, 2025 -
codex exec failing with & without update_plan
#1952 opened
Aug 7, 2025 -
LM Studio OSS
#1883 opened
Aug 6, 2025 -
[Feature request] Adding url of documentation and being able to reference it
#1882 opened
Aug 6, 2025 -
Codex CLI Stream Error
#1879 opened
Aug 6, 2025 -
Cannot transcribe text into prompt using macos accessibility tools
#1851 opened
Aug 5, 2025 -
Failed to write file - Permission denied (os error 13)
#1829 opened
Aug 4, 2025 -
[Feature Request] PDF support
#1797 opened
Aug 2, 2025 -
Session ID in non-interactive prompts
#1780 opened
Aug 1, 2025
25 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
agents.md path shown at tui launch
#1730 commented on
Aug 6, 2025 • 2 new comments -
Added Microsoft Entra ID Support for Keyless Auth
#1778 commented on
Aug 1, 2025 • 1 new comment -
Core: initialize session manager to search for session data.
#1634 commented on
Aug 4, 2025 • 1 new comment -
Ctrl+R history search
#1773 commented on
Aug 2, 2025 • 0 new comments -
Initial environment context feeding
#1755 commented on
Aug 2, 2025 • 0 new comments -
agents.md behavior doc (readme) fix
#1729 commented on
Aug 6, 2025 • 0 new comments -
adding /model to set the current model in TUI
#1714 commented on
Aug 2, 2025 • 0 new comments -
ctrl+v image + @file accepts images
#1695 commented on
Aug 8, 2025 • 0 new comments -
Update config.md to clarify the configuration for Azure OpenAI provider
#1693 commented on
Aug 7, 2025 • 0 new comments -
Add raw reasoning display option
#1564 commented on
Aug 4, 2025 • 0 new comments -
configuration file wipped
#1757 commented on
Aug 7, 2025 • 0 new comments -
Codex sometimes reverting changes
#1736 commented on
Aug 5, 2025 • 0 new comments -
Resource not found
#1628 commented on
Aug 5, 2025 • 0 new comments -
stream error: stream disconnected before completion: stream closed before response.complete; retrying...
#1581 commented on
Aug 8, 2025 • 0 new comments -
After the current task execution is interrupted, it is not possible to start the next iteration
#1579 commented on
Aug 5, 2025 • 0 new comments -
Error 400 : No eligible ChatGPT workspaces found.
#1533 commented on
Aug 8, 2025 • 0 new comments -
Testing in sandbox is failing often on OSX (asking for running outside sandbox often).
#1532 commented on
Aug 7, 2025 • 0 new comments -
Include Codex CLI usage in ChatGPT subscription
#1458 commented on
Aug 8, 2025 • 0 new comments -
Python UV fails in Codex
#1457 commented on
Aug 2, 2025 • 0 new comments -
codex login not working
#1452 commented on
Aug 8, 2025 • 0 new comments -
`codex login` failed
#1448 commented on
Aug 1, 2025 • 0 new comments -
Rust CLI Cutover (Burndown List)
#1262 commented on
Aug 7, 2025 • 0 new comments -
"Sign in With ChatGPT" functionality needs to be robust against all account types
#1243 commented on
Aug 8, 2025 • 0 new comments -
Adhere to XDG Base Desktop Specification on Linux platforms
#142 commented on
Aug 5, 2025 • 0 new comments -
Using with ChatGPT Plus/Pro
#35 commented on
Aug 8, 2025 • 0 new comments