-
Notifications
You must be signed in to change notification settings - Fork 4k
Insights: openai/codex
Overview
Could not load contribution data
Please try again later
9 Releases published by 1 person
-
rust-v0.21.0-alpha.1 0.21.0-alpha.1
published
Aug 11, 2025 -
rust-v0.21.0 0.21.0
published
Aug 12, 2025 -
rust-v0.22.0-alpha.1 0.22.0-alpha.1
published
Aug 13, 2025 -
rust-v0.22.0-alpha.2 0.22.0-alpha.2
published
Aug 14, 2025 -
rust-v0.22.0-alpha.3 0.22.0-alpha.3
published
Aug 14, 2025 -
rust-v0.22.0-alpha.4 0.22.0-alpha.4
published
Aug 14, 2025 -
rust-v0.22.0-alpha.5 0.22.0-alpha.5
published
Aug 14, 2025 -
rust-v0.22.0 0.22.0
published
Aug 15, 2025 -
rust-v0.23.0-alpha.1 0.23.0-alpha.1
published
Aug 15, 2025
105 Pull requests merged by 17 people
-
Added launch profile for attaching to a running codex CLI process
#2372 merged
Aug 16, 2025 -
replace /prompts with a rotating placeholder
#2314 merged
Aug 16, 2025 -
Show progress indicator for /diff command
#2245 merged
Aug 15, 2025 -
fix: include an entry for windows-x86_64 in the generated DotSlash file
#2361 merged
Aug 15, 2025 -
chore: remove duplicated lockfile
#2336 merged
Aug 15, 2025 -
color the status letter in apply patch summary
#2337 merged
Aug 15, 2025 -
Remove duplicated "Successfully logged in message"
#2357 merged
Aug 15, 2025 -
Fix #2296 Add "minimal" reasoning effort for GPT 5 models
#2326 merged
Aug 15, 2025 -
fix: introduce codex-protocol crate
#2355 merged
Aug 15, 2025 -
tui: skip identical consecutive entries in local composer history
#2352 merged
Aug 15, 2025 -
feat: introduce ClientRequest::SendUserTurn
#2345 merged
Aug 15, 2025 -
feat: introduce Op:UserTurn
#2329 merged
Aug 15, 2025 -
feat: introduce TurnContext
#2343 merged
Aug 15, 2025 -
tui: align diff display by always showing sign char and keeping fixed gutter
#2353 merged
Aug 15, 2025 -
fix: try to fix flakiness in test_shell_command_approval_triggers_elicitation
#2344 merged
Aug 15, 2025 -
fix: introduce MutexExt::lock_unchecked() so we stop ignoring unwrap() throughout codex.rs
#2340 merged
Aug 15, 2025 -
fix: tighten up checks against writable folders for SandboxPolicy
#2338 merged
Aug 15, 2025 -
[tools] Add apply_patch tool
#2303 merged
Aug 15, 2025 -
tui: include optional full command line in history display
#2334 merged
Aug 15, 2025 -
Format multiline commands
#2333 merged
Aug 15, 2025 -
Cleanup rust login server a bit more
#2331 merged
Aug 15, 2025 -
re-implement status
#2332 merged
Aug 15, 2025 -
Added
allow-expect-in-tests
/allow-unwrap-in-tests
#2328 merged
Aug 15, 2025 -
AGENTS.md more strongly suggests running targeted tests first
#2306 merged
Aug 15, 2025 -
fix: trying to simplify rust-ci.yml
#2327 merged
Aug 15, 2025 -
Fix AF_UNIX, sockpair, recvfrom in linux sandbox
#2309 merged
Aug 15, 2025 -
Port login server to rust
#2294 merged
Aug 15, 2025 -
clear running commands in various places
#2325 merged
Aug 15, 2025 -
fix: ensure rust-ci always "runs" when a PR is submitted
#2324 merged
Aug 15, 2025 -
add a timer to running exec commands
#2321 merged
Aug 14, 2025 -
fix: add call_id to ApprovalParams in mcp-server/src/wire_format.rs
#2322 merged
Aug 14, 2025 -
fix: run python_multiprocessing_lock_works integration test on Mac and Linux
#2318 merged
Aug 14, 2025 -
fix: move general sandbox tests to codex-rs/core/tests/sandbox.rs
#2317 merged
Aug 14, 2025 -
test(core): add seatbelt sem lock tests
#1823 merged
Aug 14, 2025 -
fix bash commands being incorrectly quoted in display
#2313 merged
Aug 14, 2025 -
use a central animation loop
#2268 merged
Aug 14, 2025 -
text elements in textarea for pasted content
#2302 merged
Aug 14, 2025 -
fix: do not allow dotenv to create/modify environment variables starting with CODEX_
#2308 merged
Aug 14, 2025 -
fix: parallelize logic in Session::new()
#2305 merged
Aug 14, 2025 -
remove logs from composer by default
#2307 merged
Aug 14, 2025 -
remove the · animation
#2271 merged
Aug 14, 2025 -
[context] Store context messages in rollouts
#2243 merged
Aug 14, 2025 -
remove "status text" in bottom line
#2279 merged
Aug 14, 2025 -
HistoryCell is a trait
#2283 merged
Aug 14, 2025 -
Tag InputItem
#2304 merged
Aug 14, 2025 -
exploration: create Session as part of Codex::spawn()
#2291 merged
Aug 14, 2025 -
feat: add support for an InterruptConversation request
#2287 merged
Aug 14, 2025 -
fix: add support for exec and apply_patch approvals in the new wire format
#2286 merged
Aug 14, 2025 -
fix: make all fields of Session private
#2285 merged
Aug 14, 2025 -
Use enhancement tag for feature requests
#2282 merged
Aug 14, 2025 -
Clarify PR/Contribution guidelines and issue templates
#2281 merged
Aug 14, 2025 -
Parse reasoning text content
#2277 merged
Aug 14, 2025 -
fix: verify notifications are sent with the conversationId set
#2278 merged
Aug 14, 2025 -
feat: support traditional JSON-RPC request/response in MCP server
#2264 merged
Aug 14, 2025 -
Enable reasoning for codex-prefixed models
#2275 merged
Aug 14, 2025 -
tui: standardize tree prefix glyphs to └
#2274 merged
Aug 13, 2025 -
use modifier dim instead of gray and .dim
#2273 merged
Aug 13, 2025 -
Wait for requested delay in rate limit errors
#2266 merged
Aug 13, 2025 -
fix: update
OutgoingMessageSender::send_response()
to takeSerialize
#2263 merged
Aug 13, 2025 -
TUI: change the diff preview to have color fg not bg
#2270 merged
Aug 13, 2025 -
[codex-cli] Add ripgrep as a dependency for node environment
#2237 merged
Aug 13, 2025 -
chore: introduce ConversationManager as a clearinghouse for all conversations
#2240 merged
Aug 13, 2025 -
fix: remove behavioral prompting from update_plan tool def
#2261 merged
Aug 13, 2025 -
Update header from Working once batched commands are done
#2249 merged
Aug 13, 2025 -
feat(tui): add ctrl-b and ctrl-f shortcuts
#2260 merged
Aug 13, 2025 -
fix: display canonical command name in help
#2246 merged
Aug 13, 2025 -
Fix frontend test
#2247 merged
Aug 13, 2025 -
Re-add markdown streaming
#2029 merged
Aug 13, 2025 -
Fix build break and build release
#2242 merged
Aug 12, 2025 -
Better implementation of interrupt on Esc
#2111 merged
Aug 12, 2025 -
Fix release build
#2244 merged
Aug 12, 2025 -
Show "Update plan" in TUI plan updates
#2192 merged
Aug 12, 2025 -
[prompt] Restore important guidance for shell command usage
#2211 merged
Aug 12, 2025 -
Set user-agent
#2230 merged
Aug 12, 2025 -
Support truststore when available and add tracing
#2232 merged
Aug 12, 2025 -
fix: take ExecToolCallOutput by value to avoid clone()
#2197 merged
Aug 12, 2025 -
fix: update ctrl-z to suspend tui
#2113 merged
Aug 12, 2025 -
chore(deps-dev): bump @types/bun from 1.2.19 to 1.2.20 in /.github/actions/codex
#2163 merged
Aug 12, 2025 -
TUI: Show apply patch diff. Stack: [2/2]
#2050 merged
Aug 12, 2025 -
chore(deps): bump clap_complete from 4.5.55 to 4.5.56 in /codex-rs
#2158 merged
Aug 12, 2025 -
chore(deps-dev): bump @types/node from 24.1.0 to 24.2.1 in /.github/actions/codex
#2164 merged
Aug 12, 2025 -
chore(deps): bump clap from 4.5.41 to 4.5.43 in /codex-rs
#2159 merged
Aug 12, 2025 -
docs: update codex-rs/config.md to reflect that gpt-5 is the default model
#2199 merged
Aug 12, 2025 -
chore(deps): bump toml from 0.9.4 to 0.9.5 in /codex-rs
#2157 merged
Aug 12, 2025 -
fix: remove unused import in release mode
#2201 merged
Aug 12, 2025 -
[prompts] integration test prompt caching
#2189 merged
Aug 12, 2025 -
Send prompt_cache_key
#2200 merged
Aug 11, 2025 -
[TUI] Split multiline commands
#2202 merged
Aug 11, 2025 -
fix: change the model used with the GitHub action from o3 to gpt-5
#2198 merged
Aug 11, 2025 -
feat: add a /mention slash command
#2114 merged
Aug 11, 2025 -
[apply-patch] Support applypatch command string
#2186 merged
Aug 11, 2025 -
[3/3] Merge sequential exec commands
#2110 merged
Aug 11, 2025 -
Chores: Refactor approval Patch UI. Stack: [1/2]
#2049 merged
Aug 11, 2025 -
Include output truncation message in tool call results
#2183 merged
Aug 11, 2025 -
[2/3] Retain the TUI last exec history cell so that it can be updated by the next tool call
#2097 merged
Aug 11, 2025 -
[mcp-server] Support CodexToolCallApprovalPolicy::OnRequest
#2187 merged
Aug 11, 2025 -
[1/3] Parse exec commands and format them more nicely in the UI
#2095 merged
Aug 11, 2025 -
show messages if there is no delta. i.e. /Compact command feedback
#2162 merged
Aug 11, 2025 -
Trace RAW sse events
#2056 merged
Aug 11, 2025 -
chore(deps): bump tokio-util from 0.7.15 to 0.7.16 in /codex-rs
#2155 merged
Aug 11, 2025 -
fix: token usage display and context calculation
#2117 merged
Aug 11, 2025 -
Middle-truncate tool output and show more lines
#2096 merged
Aug 11, 2025 -
feat: add JSON schema sanitization for MCP tools to ensure compatibil…
#1975 merged
Aug 11, 2025 -
docs: update the docs to explain how to authenticate on a headless machine
#2121 merged
Aug 10, 2025
48 Pull requests opened by 32 people
-
feat: add theme infrastructure for light/dark mode support
#2082 opened
Aug 9, 2025 -
fix opt delete (emacs word vs whitespace separator)
#2087 opened
Aug 9, 2025 -
core: normalize MCP tool JSON Schema 'integer' to 'number' (minimal)
#2089 opened
Aug 9, 2025 -
core(openai_tools): normalize MCP JSON Schemas to fix tool conversion errors
#2090 opened
Aug 9, 2025 -
tui: add space after ✏️ in ‘Applying patch’ label for readability
#2091 opened
Aug 9, 2025 -
TUI: message queue overlay, streaming spacing fix, and tests
#2102 opened
Aug 9, 2025 -
OpenTelemetry tracing
#2103 opened
Aug 9, 2025 -
tui: refresh context-left after /compact
#2105 opened
Aug 9, 2025 -
feat: add /reasoning slash command to change reasoning effort mid-conversation
#2107 opened
Aug 9, 2025 -
feat(gpt5): add model_verbosity for GPT‑5 via Responses API
#2108 opened
Aug 9, 2025 -
feat: render @-mention suggestions for empty queries
#2115 opened
Aug 10, 2025 -
feat: Add comprehensive image support for TUI mode
#2120 opened
Aug 10, 2025 -
TUI: word-safe wrapping + width cap; stream reflow; stable build
#2122 opened
Aug 10, 2025 -
[WIP] fix: output RS, function calling & assistant messages when delta not streamed
#2141 opened
Aug 10, 2025 -
add branch name w/ sync function for git info
#2142 opened
Aug 10, 2025 -
tui: Fix markdown render and enable soft-wrap in chat output
#2143 opened
Aug 10, 2025 -
chore(deps): bump unicode-width from 0.1.14 to 0.2.1 in /codex-rs
#2156 opened
Aug 11, 2025 -
chore(deps): bump actions/download-artifact from 4 to 5
#2161 opened
Aug 11, 2025 -
fix: chat completion text delta regression
#2168 opened
Aug 11, 2025 -
tui tests for streaming text deltas and final-only renders
#2169 opened
Aug 11, 2025 -
feat: set terminal title to "Codex CLI | {current_dir}"
#2174 opened
Aug 11, 2025 -
initial commit
#2184 opened
Aug 11, 2025 -
TUI: show full patch diff in approval modal
#2185 opened
Aug 11, 2025 -
Add instructions for logging in with a browser in WSL to README.md
#2195 opened
Aug 11, 2025 -
feat: /Help command
#2196 opened
Aug 11, 2025 -
feat: Auto compact
#2207 opened
Aug 12, 2025 -
Fix link to model_providers doc in README.md
#2212 opened
Aug 12, 2025 -
core: ExecCommandEnd summary for concise failures
#2225 opened
Aug 12, 2025 -
core/tui: cap MCP concurrency + TUI exec live-tail and concise TurnDiff logging
#2227 opened
Aug 12, 2025 -
Feat/image attachment chat
#2269 opened
Aug 13, 2025 -
[prompt] xml-format EnvironmentContext
#2272 opened
Aug 13, 2025 -
Fix typo in README
#2284 opened
Aug 14, 2025 -
exploration: rollback #1602
#2289 opened
Aug 14, 2025 -
hide the "/init" hint if there's already an AGENTS.md
#2310 opened
Aug 14, 2025 -
LM Studio OSS Support
#2312 opened
Aug 14, 2025 -
hide CoT by default; show headers in status indicator
#2316 opened
Aug 14, 2025 -
Bridge command generation to powershell when on Windows
#2319 opened
Aug 14, 2025 -
Add support for OPENAI_API_KEY environment variable in account status…
#2342 opened
Aug 15, 2025 -
feat(tui): add yank and undo shortcuts
#2354 opened
Aug 15, 2025 -
feat: Add 'auto' reasoning effort for task planning
#2359 opened
Aug 15, 2025 -
remove mcp-server/src/mcp_protocol.rs and the code that depends on it
#2360 opened
Aug 15, 2025 -
tui: tab-completing a command moves the cursor to the end
#2362 opened
Aug 15, 2025 -
ctrl-t opens a 'transcript' in less
#2363 opened
Aug 15, 2025 -
send-aggregated output
#2364 opened
Aug 15, 2025 -
fix: introduce EventMsg::TurnAborted
#2365 opened
Aug 16, 2025 -
Add web search tool
#2371 opened
Aug 16, 2025 -
Added MCP server command to enable authentication using ChatGPT
#2373 opened
Aug 16, 2025 -
feat: add optional session_id parameter to MCP codex tool
#2377 opened
Aug 16, 2025
87 Issues closed by 22 people
-
Proposed changes not showing as expected, diff is missing
#2092 closed
Aug 16, 2025 -
Give ability to copy paste from previous Codex output
#2369 closed
Aug 16, 2025 -
Copy paste into input doesn't show properly
#2368 closed
Aug 16, 2025 -
Unable to get login prompt w/ Edge Browser + Windows OS
#2315 closed
Aug 16, 2025 -
Latest release not available on npm (yet)
#2356 closed
Aug 15, 2025 -
Add "minimal" reasoning effort for GPT 5 models
#2296 closed
Aug 15, 2025 -
Upgrade to Plus (While being a Plus member)
#2351 closed
Aug 15, 2025 -
MATLAB is not compatible
#1418 closed
Aug 15, 2025 -
`exec` subcommand doesn't detect `--model` argument specified before it.
#2301 closed
Aug 14, 2025 -
Can't set reasoning effort minimal for gpt-5
#2219 closed
Aug 14, 2025 -
WSL Codex CLI - Cannot insert images
#2292 closed
Aug 14, 2025 -
Cannot login to Codex CLI using "Sign in with ChatGPT"
#2238 closed
Aug 14, 2025 -
Myself
#2300 closed
Aug 14, 2025 -
Shared from Bing:
#2298 closed
Aug 14, 2025 -
My base
#2299 closed
Aug 14, 2025 -
[BUG] bash: line 1: applypatch: command not found
#2072 closed
Aug 14, 2025 -
無法使用 API KEY 登入
#2253 closed
Aug 14, 2025 -
Codex CLI Stream Error
#1879 closed
Aug 13, 2025 -
Bug: ignoring rate limits in api response
#2131 closed
Aug 13, 2025 -
New prompt results in error 400 "Instructions are not valid"
#2259 closed
Aug 13, 2025 -
Erroneous tokens per min
#2255 closed
Aug 13, 2025 -
Codex CLI becomes unusable if the working directory from which it was launched is moved or removed
#2252 closed
Aug 13, 2025 -
Unsupported model
#2067 closed
Aug 13, 2025 -
Windows Defender flags @openai/codex Windows binary as Trojan:Win32/Wacatac.H!ml
#2228 closed
Aug 13, 2025 -
Codex CLI consumes OpenAI platform credits despite authenticating with ChatGPT Plus account
#1954 closed
Aug 13, 2025 -
Yes please!
#2222 closed
Aug 12, 2025 -
###
#2220 closed
Aug 12, 2025 -
Ai app
#2217 closed
Aug 12, 2025 -
Network error while contacting OpenAI. Please check your connection and try again.
#1104 closed
Aug 12, 2025 -
Repository has no tags / releases
#514 closed
Aug 12, 2025 -
shift+enter
#545 closed
Aug 12, 2025 -
codex can't be run in amazon linux 2 with npm 16
#1082 closed
Aug 12, 2025 -
i can't login
#1099 closed
Aug 12, 2025 -
`codex -v <rollout>` is not working
#1120 closed
Aug 12, 2025 -
Permissions-Sandbox-Network Access
#1127 closed
Aug 12, 2025 -
Documentation inconsistency: README.md vs. Prompting Guide (AGENTS.md vs. CODEX.md/instructions.md)
#1132 closed
Aug 12, 2025 -
صمم تطبيق موبايل نظام مدرسه
#1210 closed
Aug 12, 2025 -
Error Using o4-mini with Codex CLI: invalid_request_error (400) – Missing Required Item
#1233 closed
Aug 12, 2025 -
ChatGPT 公式 Web サイトと同様に、このコマンドライン アプリケーション用の GUI インターフェイスを開発できますか?
#1114 closed
Aug 12, 2025 -
Empty tool_calls array still triggers Tool Call handling
#1234 closed
Aug 12, 2025 -
OpenAI rejected the request
#1235 closed
Aug 12, 2025 -
Add native Windows support
#1300 closed
Aug 12, 2025 -
My Way - Codex 0
#1311 closed
Aug 12, 2025 -
Pathei Mathos - Codex 1
#1312 closed
Aug 12, 2025 -
Controle - Codex 2
#1313 closed
Aug 12, 2025 -
Ética - Codex 3
#1314 closed
Aug 12, 2025 -
[BUG] I ask to do things but when is time to do a PR just crash?
#1316 closed
Aug 12, 2025 -
UAI
#1326 closed
Aug 12, 2025 -
Codex-rs: Build fail codex tui when using gcc
#1329 closed
Aug 12, 2025 -
brew install for rust version
#1355 closed
Aug 12, 2025 -
Please remove or make the CTRL+arrow key shortcut optional in the UI.
#1394 closed
Aug 12, 2025 -
feat: [rust] support kill line keyboard shortcut
#1399 closed
Aug 12, 2025 -
wow
#1406 closed
Aug 12, 2025 -
Geld sammeln
#1412 closed
Aug 12, 2025 -
Geld einsammeln
#1413 closed
Aug 12, 2025 -
Beijo
#1425 closed
Aug 12, 2025 -
Fly
#1426 closed
Aug 12, 2025 -
Windows 11 with openrouter models
#1434 closed
Aug 12, 2025 -
Version 0.2 automatically crashes the program.
#1446 closed
Aug 12, 2025 -
codex login not working on Windows OS
#1452 closed
Aug 12, 2025 -
Repo README.md providers link error
#1586 closed
Aug 12, 2025 -
Failed to write file - Permission denied (os error 13)
#1829 closed
Aug 12, 2025 -
Adhere to the macOS File System Programming Guide on macOS
#1979 closed
Aug 12, 2025 -
Release build warns about unused EventMsg import in tui
#2063 closed
Aug 12, 2025 -
Issuess open items
#2175 closed
Aug 12, 2025 -
Ratake fun
#2176 closed
Aug 12, 2025 -
should we at least be tracing error in these?
#2180 closed
Aug 12, 2025 -
No tooling is called when using local providers like Ollama
#1558 closed
Aug 11, 2025 -
WSL Browser Login
#2194 closed
Aug 11, 2025 -
Add hints after `/compact` command completes
#2133 closed
Aug 11, 2025 -
Context left is not updated after running /compact command
#2077 closed
Aug 11, 2025 -
Codex refuses to create pull requests including binary file
#2171 closed
Aug 11, 2025 -
Error 400 : No eligible ChatGPT workspaces found.
#1533 closed
Aug 11, 2025 -
MCP Errors: 0.12.0 was last version to load and reliably run most _reference_ MCP servers
#2058 closed
Aug 11, 2025 -
No response when logging into Codex on Windows 11
#2160 closed
Aug 11, 2025 -
MCP server config error
#1973 closed
Aug 11, 2025 -
Request: @ mention files with fuzzy autocomplete
#2099 closed
Aug 10, 2025 -
GPT-5 Team Limit Issue
#2061 closed
Aug 10, 2025 -
>
#2074 closed
Aug 10, 2025 -
Hack
#2086 closed
Aug 9, 2025
75 Issues opened by 61 people
-
VSCode Integration
#2378 opened
Aug 16, 2025 -
GPT-5 does not support 'Concise' Reasoning Summaries
#2376 opened
Aug 16, 2025 -
For the love of god - no MD or seeing uncollapsed thinking. PLEASE!
#2375 opened
Aug 16, 2025 -
Fix/restore `prompting_guide.md`, or remove link to it in `README.md`
#2374 opened
Aug 16, 2025 -
shift enter newline
#2358 opened
Aug 15, 2025 -
Workspace Autonomy
#2350 opened
Aug 15, 2025 -
MATLAB enviroment compatability
#2349 opened
Aug 15, 2025 -
Sandbox breaks coding and debug abilities
#2348 opened
Aug 15, 2025 -
Make MCP Request timeout configurable
#2346 opened
Aug 15, 2025 -
Optional / Lazy Loading of MCP Servers
#2335 opened
Aug 15, 2025 -
Logged in with ChatGPT Pro account, codex says "To use Codex with your ChatGPT plan, upgrade to Plus"
#2330 opened
Aug 15, 2025 -
unable to run in non interactive mode when adding image
#2323 opened
Aug 14, 2025 -
SSE based MCP servers are non-configurable
#2320 opened
Aug 14, 2025 -
Failed to apply patch
#2295 opened
Aug 14, 2025 -
Codex with gpt-oss:120b model appears to forget the task
#2293 opened
Aug 14, 2025 -
[web version] set time how long the assistant is to work for / enable "long runs"
#2290 opened
Aug 14, 2025 -
CLI flag to save trajectory/output as JSON for non-interactive `codex exec` runs
#2288 opened
Aug 14, 2025 -
Login error on "Sign in with ChatGPT"
#2280 opened
Aug 14, 2025 -
panic due to sandbox. error running landlock: Sandbox(LandlockRestrict)
#2267 opened
Aug 13, 2025 -
Colored background text highlighting is unreadable in many settings
#2265 opened
Aug 13, 2025 -
Cannot use "Sign in with ChatGPT" to login on ubuntu server
#2258 opened
Aug 13, 2025 -
Codex not working with OSS running on VLLM
#2257 opened
Aug 13, 2025 -
Messages are not written to codex-tui.log if Codex exits too quickly
#2248 opened
Aug 13, 2025 -
Doesn't timeout when trying to execute git remote, not possible to cancel using ctrl + c
#2241 opened
Aug 12, 2025 -
Latest 0.21 release registers as virus in Windows defender
#2236 opened
Aug 12, 2025 -
apply_patch sometimes invoked as shell command -> 'apply_patch: command not found'
#2235 opened
Aug 12, 2025 -
Help output shows incorrect binary name in Usage section
#2231 opened
Aug 12, 2025 -
qwen2.5-coder is not able to execute any tools
#2229 opened
Aug 12, 2025 -
core/tui: MCP startup/list concurrency caps + TUI exec live-tail
#2226 opened
Aug 12, 2025 -
core: ExecCommandEnd summary for concise failures
#2224 opened
Aug 12, 2025 -
Highlight commands when asking for execution permission
#2223 opened
Aug 12, 2025 -
No Image Pasting/Sharing Capabilities
#2221 opened
Aug 12, 2025 -
Feature Request: Enable Multimodal Capabilities by Supporting Image File Inputs
#2218 opened
Aug 12, 2025 -
Now showing model used on windows
#2216 opened
Aug 12, 2025 -
Mention files
#2215 opened
Aug 12, 2025 -
Allow ctrl+n and ctrl+p to navigate between select options
#2214 opened
Aug 12, 2025 -
usage limit restart
#2213 opened
Aug 12, 2025 -
Format markdown
#2210 opened
Aug 12, 2025 -
[FR] Fallback to GPT 5 Mini/Nano when Plus/Pro limits are reached.
#2209 opened
Aug 12, 2025 -
Codex panicked while editing
#2208 opened
Aug 12, 2025 -
Codex 0.20.0 fails to login due to unable to find Python3.exe on Windows
#2206 opened
Aug 12, 2025 -
[FR] Display when Plus/Pro account usage limits will reset
#2205 opened
Aug 12, 2025 -
Getting ERROR: [Errno 98] Address already in use across npm and brew
#2203 opened
Aug 11, 2025 -
Codex works way better with open ai account than api key
#2190 opened
Aug 11, 2025 -
Error: Permission denied (os error 13) – Codex seems to need $HOME write permission
#2181 opened
Aug 11, 2025 -
Approval Mode: Never still asks for approval on Windows OS
#2179 opened
Aug 11, 2025 -
500 errors on sign in - urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed
#2178 opened
Aug 11, 2025 -
Support dump and resume conversations
#2173 opened
Aug 11, 2025 -
Can't be used in Windows
#2172 opened
Aug 11, 2025 -
Code formatting in "ask for approval" mode is completely broken.
#2167 opened
Aug 11, 2025 -
Request: Allow me to send chats/context to ChatGPT app and back
#2153 opened
Aug 11, 2025 -
Optional text wrapping
#2151 opened
Aug 11, 2025 -
Broken Context Count
#2149 opened
Aug 11, 2025 -
Request: Delimiters for token count
#2148 opened
Aug 11, 2025 -
Request: Enable desktop notifications mid-session
#2147 opened
Aug 11, 2025 -
Backspace key deletes two characters at a time
#2146 opened
Aug 11, 2025 -
Proposal to render "thinking" output in a different color
#2144 opened
Aug 10, 2025 -
Bug: Copying text from a prompt
#2140 opened
Aug 10, 2025 -
codex-cli 0.20.0 cannot read back any output of shell execution w/ macOS 26 beta
#2139 opened
Aug 10, 2025 -
Pasting multi-line text in Codex CIL only keeps first line and auto-submits on Windows
#2137 opened
Aug 10, 2025 -
Sign in with ChatGPT on Windows OS
#2136 opened
Aug 10, 2025 -
No result displayed when using kimi-k2 model
#2134 opened
Aug 10, 2025 -
Cant login with ChatGPT in WSL
#2130 opened
Aug 10, 2025 -
Feature Request: Native SSE transport support for MCP servers
#2129 opened
Aug 10, 2025 -
gpt-5 is overeager in using claude-code MCP, tool failed, despite getting a result
#2125 opened
Aug 10, 2025 -
feat: Add comprehensive image support for TUI mode
#2118 opened
Aug 10, 2025 -
Request: Event Hooks
#2109 opened
Aug 9, 2025 -
Add /reasoning slash command to change reasoning effort mid-conversation
#2106 opened
Aug 9, 2025 -
Request: Plan Mode
#2101 opened
Aug 9, 2025 -
Request: Run inside WASM
#2100 opened
Aug 9, 2025 -
Proposal to add an option to disable text animation in interactive mode for better VoiceOver support
#2084 opened
Aug 9, 2025
145 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.
-
adding ctrl+y emacs style mapping
#2078 commented on
Aug 13, 2025 • 2 new comments -
fix(tui): prevent panic on slicing multi-byte chars
#2060 commented on
Aug 13, 2025 • 1 new comment -
Feature Request: Easy Way to Add/Remove Files for Context And Specify Maximum Context Length
#1116 commented on
Aug 12, 2025 • 0 new comments -
Feature: Implement Extensible Provider Framework & Add Google Vertex AI Support with ADC
#1106 commented on
Aug 12, 2025 • 0 new comments -
Provide JSON Schema for --json flag output
#1673 commented on
Aug 12, 2025 • 0 new comments -
Codex won't run on windows: Thinks forever, API errors, etc.
#1087 commented on
Aug 12, 2025 • 0 new comments -
Codex looses context when a session bombs out. I constancy need to refresh codex as to where we left off
#1083 commented on
Aug 12, 2025 • 0 new comments -
Conda envs
#1068 commented on
Aug 12, 2025 • 0 new comments -
Access problem on GitHub Organization which using IP Allowlist
#1066 commented on
Aug 12, 2025 • 0 new comments -
Feature: Rust Codex CLI: Add in-TUI scroll-navigation (PageUp/PageDown, Home/End), vertical scroll-bar drag-and-drop and a “no-borders” flag
#1064 commented on
Aug 12, 2025 • 0 new comments -
Add ability to add custom commands / tasks
#913 commented on
Aug 12, 2025 • 0 new comments -
sambanova provider
#804 commented on
Aug 12, 2025 • 0 new comments -
Proposal: Implement intelligent context selection for improved code generation
#668 commented on
Aug 12, 2025 • 0 new comments -
feat: add vector-space code indexing and semantic search support
#609 commented on
Aug 12, 2025 • 0 new comments -
feat: yes allowed apps (whitelist) please
#475 commented on
Aug 12, 2025 • 0 new comments -
feat: support passing Github issue as a context
#470 commented on
Aug 12, 2025 • 0 new comments -
npx @openai/codex@native does not find OPENAI_API_KEY
#1344 commented on
Aug 12, 2025 • 0 new comments -
Problem accessing the files.
#1738 commented on
Aug 12, 2025 • 0 new comments -
After the current task execution is interrupted, it is not possible to start the next iteration
#1579 commented on
Aug 12, 2025 • 0 new comments -
"Sign in With ChatGPT" functionality needs to be robust against all account types
#1243 commented on
Aug 15, 2025 • 0 new comments -
Unable to Redeem $50 API Credits via codex --free Command
#1070 commented on
Aug 10, 2025 • 0 new comments -
[Suggestion] Respect branch name given on prompt
#1305 commented on
Aug 12, 2025 • 0 new comments -
Feature Request - Add additional or corrective information
#1294 commented on
Aug 12, 2025 • 0 new comments -
Feature - PRD file support
#1283 commented on
Aug 12, 2025 • 0 new comments -
Microsoft dotnet (.net core) on the environments
#1276 commented on
Aug 12, 2025 • 0 new comments -
Rust CLI Cutover (Burndown List)
#1262 commented on
Aug 12, 2025 • 0 new comments -
How to use o4-mini again?
#1226 commented on
Aug 12, 2025 • 0 new comments -
codex-rs does not run on Ubuntu 20.04, requires libssl3
#1220 commented on
Aug 12, 2025 • 0 new comments -
ChatGPT Codex: How to stop a started task?
#1215 commented on
Aug 12, 2025 • 0 new comments -
CODEX_UNSAFE_ALLOW_NO_SANDBOX env has no effect for linux platform
#1213 commented on
Aug 12, 2025 • 0 new comments -
codex CLI fails to start in non-tty (Jupyter notebook) environments due to raw-mode requirement
#1208 commented on
Aug 12, 2025 • 0 new comments -
Feature request [rust]: Explain shell command
#1398 commented on
Aug 12, 2025 • 0 new comments -
How to configure codex@native with AZURE?
#1197 commented on
Aug 12, 2025 • 0 new comments -
Using an alternate provider requires pasting API key every time
#1194 commented on
Aug 12, 2025 • 0 new comments -
Is the Docker image supposed to be public?
#1175 commented on
Aug 12, 2025 • 0 new comments -
Missing `CONTRIBUTING.md` Document
#1159 commented on
Aug 12, 2025 • 0 new comments -
CODEX_UNSAFE_ALLOW_NO_SANDBOX should move up a little bit
#1124 commented on
Aug 12, 2025 • 0 new comments -
ability not to use "system role" in the prompt
#1674 commented on
Aug 12, 2025 • 0 new comments -
Bug when I send a first message "stream error: ..."
#1481 commented on
Aug 16, 2025 • 0 new comments -
Usage limit on ChatGPT pro-plan single-threaded usage
#1985 commented on
Aug 16, 2025 • 0 new comments -
Pasted newline auto-submits
#2006 commented on
Aug 16, 2025 • 0 new comments -
Can't available Codex CLI with Team Plan subscription
#1977 commented on
Aug 16, 2025 • 0 new comments -
codex CLI fails in CI environments (GitHub Actions) due to Ink raw mode error, even with --quiet, CODEX_QUIET_MODE=1, and --no-terminal
#1080 commented on
Aug 16, 2025 • 0 new comments -
fix: codex-rs/core allow passing query params to model
#1319 commented on
Aug 12, 2025 • 0 new comments -
Add token counts, timestamps, and model to rollouts
#1583 commented on
Aug 13, 2025 • 0 new comments -
Core: initialize session manager to search for session data.
#1634 commented on
Aug 13, 2025 • 0 new comments -
ctrl+v image + @file accepts images
#1695 commented on
Aug 9, 2025 • 0 new comments -
MCP: Add conversation streaming with initial_state + buffered events
#1792 commented on
Aug 13, 2025 • 0 new comments -
Update link to custom providers document in README.md
#1850 commented on
Aug 13, 2025 • 0 new comments -
fix: fix `--oss` support for LM Studio
#1885 commented on
Aug 15, 2025 • 0 new comments -
feat: Enable CTRL-n and CTRL-p for navigating slash commands, files, history
#1994 commented on
Aug 13, 2025 • 0 new comments -
Correct typo in README.md
#2066 commented on
Aug 9, 2025 • 0 new comments -
docs(changelog): update install command to @openai/codex@<version>
#2073 commented on
Aug 11, 2025 • 0 new comments -
adding ctrl+f ctrl+b emacs style mapping
#2076 commented on
Aug 9, 2025 • 0 new comments -
ctrl+l support
#2079 commented on
Aug 9, 2025 • 0 new comments -
Repeated Text Fragment When Scrolling in Codex CLI
#1478 commented on
Aug 12, 2025 • 0 new comments -
Codex CLI doesnt work and runs other strange shells
#1995 commented on
Aug 13, 2025 • 0 new comments -
Error: Failed to fetch OIDC configuration
#2010 commented on
Aug 13, 2025 • 0 new comments -
Codex just not working at all.
#1955 commented on
Aug 13, 2025 • 0 new comments -
Using with ChatGPT Plus/Pro
#35 commented on
Aug 13, 2025 • 0 new comments -
chore: Update Nix hash
#512 commented on
Aug 13, 2025 • 0 new comments -
Local Models (gpt-oss:20b etc.) Unable to Make Edits to Files
#2064 commented on
Aug 13, 2025 • 0 new comments -
Error response Error code: 500 Message: Token exchange failed: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1028)>. Error code explanation: 500 - Server got itself in trouble.
#1849 commented on
Aug 13, 2025 • 0 new comments -
GPT-5 HIGH Reasoning via ChatGPT
#1972 commented on
Aug 14, 2025 • 0 new comments -
When executing multi line commands, indentation seems to be very abnormal
#2001 commented on
Aug 14, 2025 • 0 new comments -
Question: How to sign commits?
#1281 commented on
Aug 14, 2025 • 0 new comments -
Codex Team Account Login Error
#1998 commented on
Aug 14, 2025 • 0 new comments -
Usage limit
#2022 commented on
Aug 15, 2025 • 0 new comments -
stream disconnected before completion: stream closed before response.completed
#1960 commented on
Aug 15, 2025 • 0 new comments -
Support STDIN as PROMPT for large input
#1123 commented on
Aug 15, 2025 • 0 new comments -
Available telemetry?
#1681 commented on
Aug 15, 2025 • 0 new comments -
Program Not Found - Windows
#2057 commented on
Aug 15, 2025 • 0 new comments -
`apply_patch` command generates requests with illegible diff
#2005 commented on
Aug 15, 2025 • 0 new comments -
Feature Request: Double Escape to Clear Input
#2032 commented on
Aug 12, 2025 • 0 new comments -
Intentional change in apply_patch formatting with GPT-5?
#2030 commented on
Aug 12, 2025 • 0 new comments -
Add first-class support for light-background terminals
#2020 commented on
Aug 12, 2025 • 0 new comments -
Support for Custom Endpoints
#2015 commented on
Aug 12, 2025 • 0 new comments -
Respect terminal width
#2012 commented on
Aug 12, 2025 • 0 new comments -
still shows '⚠ Insufficient quota: You exceeded your current quota, please check your plan and billing details.'
#2004 commented on
Aug 12, 2025 • 0 new comments -
GPT-5 Context window
#2002 commented on
Aug 12, 2025 • 0 new comments -
Logging in with chatGPT got an error
#1997 commented on
Aug 12, 2025 • 0 new comments -
Enable CTRL+N and CTRL+P for Navigation Between Slash Commands, File Selector, and History
#1992 commented on
Aug 12, 2025 • 0 new comments -
[Feature Request] Add /resume command to continue after unrecoverable errors without losing context
#1991 commented on
Aug 12, 2025 • 0 new comments -
Show global usage and reset time for 5h/weekly guardrails in Codex CLI
#1986 commented on
Aug 12, 2025 • 0 new comments -
Adhere to XDG Base Desktop Specification on Linux platforms
#1980 commented on
Aug 12, 2025 • 0 new comments -
codex `update` starts conversation instead of updating
#1978 commented on
Aug 12, 2025 • 0 new comments -
Add Langfuse Tracing Integration in Codex CLI
#1721 commented on
Aug 12, 2025 • 0 new comments -
Considerations for Using the Azure OpenAI Services Provider
#1552 commented on
Aug 12, 2025 • 0 new comments -
Feature Request: Add configurable file exclusion patterns for sensitive files (global & project level)
#1397 commented on
Aug 12, 2025 • 0 new comments -
Feature Request – VSCode Extension Integrating Codex with ChatGPT Subscription
#1290 commented on
Aug 12, 2025 • 0 new comments -
feat: API support to complement the CLI
#656 commented on
Aug 12, 2025 • 0 new comments -
Codex spawning multiple node processes that block computer
#1570 commented on
Aug 10, 2025 • 0 new comments -
Codex CLI Image Processing
#1619 commented on
Aug 10, 2025 • 0 new comments -
Add Chat Session Management: chat list, chat resume or --restore-session
#2080 commented on
Aug 11, 2025 • 0 new comments -
Add GitHub Models provider
#2069 commented on
Aug 11, 2025 • 0 new comments -
Request: monitor background services
#2062 commented on
Aug 11, 2025 • 0 new comments -
Changelog references `codex` which is a static site generator last updated 13 years ago
#2059 commented on
Aug 11, 2025 • 0 new comments -
400 Bad Request: {"detail":"Unsupported model"} with --model gpt-5-mini
#2051 commented on
Aug 11, 2025 • 0 new comments -
Initial diff format incorrect (command succeeds after model corrects itself)
#2071 commented on
Aug 11, 2025 • 0 new comments -
Request: enter prompt while codex is working
#2011 commented on
Aug 11, 2025 • 0 new comments -
Custom / commands
#2014 commented on
Aug 11, 2025 • 0 new comments -
Python UV fails in Codex
#1457 commented on
Aug 11, 2025 • 0 new comments -
stream error: stream disconnected before completion: stream closed before response.complete; retrying...
#1581 commented on
Aug 11, 2025 • 0 new comments -
Testing in sandbox is failing often on OSX (asking for running outside sandbox often).
#1532 commented on
Aug 11, 2025 • 0 new comments -
Azure provider: cannot target chat/completions (404 on responses); need explicit config/docs for Azure wire and path construction
#2025 commented on
Aug 11, 2025 • 0 new comments -
"Failed to set up container" almost every time around 30s in
#1648 commented on
Aug 11, 2025 • 0 new comments -
login_with_chatgpt subprocess failed on windows login with web
#2075 commented on
Aug 12, 2025 • 0 new comments -
0 support for windows
#2068 commented on
Aug 12, 2025 • 0 new comments -
Will we be able to use GPT-5 Pro in codex?
#2038 commented on
Aug 12, 2025 • 0 new comments -
Guidance needed on quoting /p:Platform="Any CPU" so AI‑generated msbuild calls always succeed
#1611 commented on
Aug 12, 2025 • 0 new comments -
Codex Fails to respond "Error Banner Populating"
#1607 commented on
Aug 12, 2025 • 0 new comments -
Suggest adding bash mode
#1584 commented on
Aug 12, 2025 • 0 new comments -
EACCESS permission issue with `npm install -g @openai/codex`
#1480 commented on
Aug 12, 2025 • 0 new comments -
[wish] Fail quickly with exec when using openrouter
#1471 commented on
Aug 12, 2025 • 0 new comments -
Add Support for o3-deep-research
#1469 commented on
Aug 12, 2025 • 0 new comments -
Add support for Anthropic's DXT standard / format
#1468 commented on
Aug 12, 2025 • 0 new comments -
image uploads please
#1463 commented on
Aug 12, 2025 • 0 new comments -
Why do I need to provide biometric data via Persona to use Codex?
#1445 commented on
Aug 12, 2025 • 0 new comments -
Azure OpenAI support conflates “deployment name” with “model name”
#1370 commented on
Aug 12, 2025 • 0 new comments -
PR Backlog Blocking Testing – Recommend CI Automation for Alpha Branch
#1359 commented on
Aug 12, 2025 • 0 new comments -
FunctionCall log more verbose
#1347 commented on
Aug 12, 2025 • 0 new comments -
Codex CLI $50 API Credit: Undisclosed Regional Restriction in Official Documentation
#1345 commented on
Aug 12, 2025 • 0 new comments -
The interface outputs a large number of horizontal lines
#1339 commented on
Aug 12, 2025 • 0 new comments -
Provide a way to allow a set of command? such as `safe-commands`?
#1330 commented on
Aug 12, 2025 • 0 new comments -
LFS, CODEX web interface Git History corruption. willing to commit autonomously, but unable to push lfs content,
#1325 commented on
Aug 12, 2025 • 0 new comments -
Confirmation that no training on data is done with custom providers & no telemetry data sent
#1322 commented on
Aug 12, 2025 • 0 new comments -
GH action Codex: codex action is not published?
#1317 commented on
Aug 12, 2025 • 0 new comments -
Any Plans or Interest in File Relationship Analysis?
#647 commented on
Aug 12, 2025 • 0 new comments -
proposal: Standardized Location & Format for Agentic Toolkit Documentation (agents/*.md)
#1974 commented on
Aug 12, 2025 • 0 new comments -
codex-ts fails at markdown / codex-rs doesn't support ChatGPT login?
#1968 commented on
Aug 12, 2025 • 0 new comments -
Unable to Authenticate with ChatGPT account
#1958 commented on
Aug 12, 2025 • 0 new comments -
LM Studio OSS
#1883 commented on
Aug 12, 2025 • 0 new comments -
[Feature request] Adding url of documentation and being able to reference it
#1882 commented on
Aug 12, 2025 • 0 new comments -
[Feature Request] PDF support
#1797 commented on
Aug 12, 2025 • 0 new comments -
Session ID in non-interactive prompts
#1780 commented on
Aug 12, 2025 • 0 new comments -
Enable Signing in with ChatGPT account for browserless machines
#1976 commented on
Aug 12, 2025 • 0 new comments -
configuration file wipped
#1757 commented on
Aug 12, 2025 • 0 new comments -
Autonomous not really Autonomous
#1749 commented on
Aug 12, 2025 • 0 new comments -
Codex sometimes reverting changes
#1736 commented on
Aug 12, 2025 • 0 new comments -
UI - shortcuts popup always gets in the way in Codex.
#1687 commented on
Aug 12, 2025 • 0 new comments -
feature request: exec --output-last-message to stdout
#1670 commented on
Aug 12, 2025 • 0 new comments -
Feature request: simple TUI
#1640 commented on
Aug 12, 2025 • 0 new comments -
Windows 11 WSL Issue
#1632 commented on
Aug 12, 2025 • 0 new comments -
Documentation: Reference Agent Rules Community Standard for AGENTS.md to Promote Interoperability
#1624 commented on
Aug 12, 2025 • 0 new comments -
Codex TUI need to setup theme for better reading
#1618 commented on
Aug 12, 2025 • 0 new comments