Commit Graph

  • 0f4ae1b5b0 chore(deps): bump wiremock from 0.6.4 to 0.6.5 in /codex-rs (#2666) dependabot[bot] 2025-09-03 23:18:42 -07:00
  • 2b96f9f569 Dividing UserMsgs into categories to send it back to the tui (#3127) Ahmed Ibrahim 2025-09-03 22:34:50 -07:00
  • f2036572b6 Replay EventMsgs from Response Items when resuming a session with history. (#3123) Ahmed Ibrahim 2025-09-03 21:47:00 -07:00
  • bea64569c1 MCP sandbox call (#3128) jif-oai 2025-09-03 17:05:03 -07:00
  • e83c5f429c Include originator in authentication URL parameters (#3117) pakrym-oai 2025-09-03 16:51:00 -07:00
  • ed0d23d560 [tui] Update /mcp output (#3134) Dylan 2025-09-03 16:38:09 -07:00
  • 4ae45a6c8d remove bold the keyword from prompt (#3121) Jeremy Rose 2025-09-03 16:00:33 -07:00
  • 6b83c1c3f3 Fix failing CI (#3130) Ahmed Ibrahim 2025-09-03 15:38:32 -07:00
  • db5276f8e6 chore: Clean up verbosity config (#3056) Dylan 2025-09-03 12:20:31 -07:00
  • 77fb9f3465 [codex] document use_experimental_reasoning_summary toml key config (#3118) Anton Panasenko 2025-09-03 11:16:07 -07:00
  • 0e827b6598 Auto-approve DangerFullAccess patches on non-sandboxed platforms (#2988) Sing303 2025-09-03 18:57:47 +01:00
  • daaadfb260 Introduce Rollout Policy (#3116) Ahmed Ibrahim 2025-09-03 10:37:07 -07:00
  • c636f821ae Add a common way to create HTTP client (#3110) pakrym-oai 2025-09-03 10:11:02 -07:00
  • af338cc505 Improve @ file search: include specific hidden dirs such as .github, .gitlab (#2981) Lionel Cheng 2025-09-03 19:03:57 +02:00
  • 97000c6e6d core: correct sandboxed shell tool description (reads allowed anywhere) (#3069) Jeremy Rose 2025-09-03 10:02:34 -07:00
  • fb5dfe3396 Update guidance on API key permissions (#3112) Gabriel Peal 2025-09-03 09:44:16 -07:00
  • a56eb48195 Use the new search tool (#3086) Ahmed Ibrahim 2025-09-03 01:16:47 -07:00
  • d77b33ded7 core(rollout): extract rollout module, add listing API, and return file heads (#1634) Ahmed Ibrahim 2025-09-03 00:39:19 -07:00
  • 9ad2e726fc chore(deps): bump thiserror from 2.0.12 to 2.0.16 in /codex-rs (#2667) dependabot[bot] 2025-09-02 23:50:53 -07:00
  • 6aa306c584 feat: add stable file locking using std::fs APIs (#2894) pchuri 2025-09-03 15:46:27 +09:00
  • 44dce748b6 feat: add Android/Termux support by gating arboard dependency (#2895) pchuri 2025-09-03 15:36:40 +09:00
  • d489690efe TUI: fix MCP docs hyperlink in empty_mcp_output (#2907) Mitch Fultz 2025-09-03 00:33:50 -06:00
  • 3f76220055 docs: fix typo of config.md (#3082) Zhongsheng Ji 2025-09-03 14:14:57 +08:00
  • 90725fe3d5 docs: update link to point to https://agents.md/ (#3089) Michael Bolin 2025-09-02 23:13:04 -07:00
  • 53413c728e parse cd foo && ... for exec and apply_patch (#3083) Jeremy Rose 2025-09-02 22:26:06 -07:00
  • b127a3643f Improve gpt-oss compatibility (#2461) Dominik Kundel 2025-09-02 19:49:03 -07:00
  • a93a907c7e [feat] use experimental reasoning summary (#3071) Anton Panasenko 2025-09-02 18:47:14 -07:00
  • 03e2796ca4 Move CodexAuth and AuthManager to the core crate (#3074) pakrym-oai 2025-09-02 18:36:19 -07:00
  • 051f185ce3 Added back the logic to handle rate-limit errors when using API key (#3070) Eric Traut 2025-09-02 17:50:15 -07:00
  • 6f75114695 [apply-patch] Fix lark grammar (#2651) Dylan 2025-09-02 17:38:19 -07:00
  • 3baccba0ac Show loading state when @ search results are pending (#3061) Jeremy Rose 2025-09-02 16:38:43 -07:00
  • 578ff09e17 prefer ratatui Stylized for constructing lines/spans (#3068) Jeremy Rose 2025-09-02 16:19:54 -07:00
  • 0d5ffb000e tui: fix occasional UI flicker (#2918) Jeremy Rose 2025-09-02 16:14:47 -07:00
  • 431a10fc50 chore: unify history loading (#2736) Ahmed Ibrahim 2025-09-02 15:44:29 -07:00
  • 8b993b557d fix: include arm64 Windows executable in npm module (#3067) Michael Bolin 2025-09-02 15:43:42 -07:00
  • 60fdfc5f14 tui: catch get_cursor_position errors (#2870) Jeremy Rose 2025-09-02 14:32:42 -07:00
  • 13e5b567f5 fix: install zstd on the windows-11-arm image used to cut a release (#3066) Michael Bolin 2025-09-02 14:23:51 -07:00
  • 46e35a2345 tui: fix extra blank lines in streamed agent messages (#3065) Jeremy Rose 2025-09-02 13:45:51 -07:00
  • 7bcdc5cc7c fix config reference table (#3063) Reuben Narad 2025-09-02 13:03:11 -07:00
  • 4b426f7e1e fix: leverage windows-11-arm for Windows ARM builds (#3062) Michael Bolin 2025-09-02 12:56:09 -07:00
  • fcb62a0fa5 tui: hide '/init' suggestion when AGENTS.md exists (#3038) Jeremy Rose 2025-09-02 12:04:32 -07:00
  • eb40fe3451 Add logs to know when we users are changing the model (#3060) Ahmed Ibrahim 2025-09-02 10:59:07 -07:00
  • b32c79e371 tui: fix laggy typing (#2922) Jeremy Rose 2025-09-02 10:35:29 -07:00
  • e442ecedab rework message styling (#2877) Jeremy Rose 2025-09-02 10:29:58 -07:00
  • 3f8d6021ac Fix: Adapt pr template with correct link following doc refacto (#2982) Lionel Cheng 2025-09-02 19:05:52 +02:00
  • 7ac6194c22 Bug fix: ignore Enter on empty input to avoid queuing blank messages (#3047) Uhyeon Park 2025-09-03 02:05:45 +09:00
  • 619436c58f remove extra quote from disabled-command message (#3035) Jeremy Rose 2025-09-02 09:46:41 -07:00
  • 1cc6b97227 chore(deps): bump regex-lite from 0.1.6 to 0.1.7 in /codex-rs (#3010) dependabot[bot] 2025-09-02 09:09:17 -07:00
  • 7eee69d821 fix: try to populate the Windows cache for release builds when PRs are put up for review (#2884) Michael Bolin 2025-08-28 23:48:29 -07:00
  • 65636802f7 fix: drop Mutexes earlier in MCP server (#2878) Michael Bolin 2025-08-28 22:50:16 -07:00
  • c988ce28fe fix: drop Mutex before calling tx_approve.send() (#2876) Michael Bolin 2025-08-28 22:49:29 -07:00
  • cb2f952143 fix: remove unnecessary flush() calls (#2873) Michael Bolin 2025-08-28 22:41:10 -07:00
  • 7d734bff65 suggest just fix -p in agents.md (#2881) Jeremy Rose 2025-08-28 22:32:53 -07:00
  • 970e466ab3 fix: switch to unbounded channel (#2874) Michael Bolin 2025-08-28 22:20:10 -07:00
  • 5d2d3002ef fix: specify --profile to cargo clippy in CI (#2871) Michael Bolin 2025-08-28 21:43:40 -07:00
  • bb30996f7c Bugfix: Prevents brew install codex in comment to be executed (#2868) agro 2025-08-29 12:40:28 +08:00
  • 3f8184034f Fix CI release build (#2864) dedrisian-oai 2025-08-28 20:06:10 -07:00
  • f7cb2f87a0 Bug fix: clone of incoming_tx can lead to deadlock (#2747) unship 2025-08-29 10:28:17 +08:00
  • 9dbe7284d2 Following up on #2371 post commit feedback (#2852) Ahmed Ibrahim 2025-08-28 19:24:38 -07:00
  • b8e8454b3f Custom /prompts (#2696) dedrisian-oai 2025-08-28 19:16:39 -07:00
  • bbcfd63aba UI: Make slash commands bold in welcome message (#2762) HaxagonusD 2025-08-28 21:12:41 -04:00
  • 6209d49520 Changed OAuth success screen to use the string "Codex" rather than "Codex CLI" (#2737) Eric Traut 2025-08-28 14:21:10 -07:00
  • c3a8b96a60 Add a VS Code Extension issue template (#2853) Gabriel Peal 2025-08-28 13:56:52 -07:00
  • c9ca63dc1e burst paste edge cases (#2683) Ahmed Ibrahim 2025-08-28 12:54:12 -07:00
  • ed06f90fb3 Race condition in compact (#2746) Ahmed Ibrahim 2025-08-28 12:53:00 -07:00
  • f09170b574 chore: print stderr from MCP server to test output using eprintln! (#2849) Michael Bolin 2025-08-28 12:43:13 -07:00
  • 1e9e703b96 chore: try to make it easier to debug the flakiness of test_shell_command_approval_triggers_elicitation (#2848) Michael Bolin 2025-08-28 12:33:33 -07:00
  • 74d2741729 chore: require uninlined_format_args from clippy (#2845) Michael Bolin 2025-08-28 11:25:23 -07:00
  • e5611aab07 disallow some slash commands while a task is running (#2792) Jeremy Rose 2025-08-28 10:15:59 -07:00
  • 4e9ad23864 Add "View Image" tool (#2723) dedrisian-oai 2025-08-27 17:41:23 -07:00
  • 3e309805ae fix cursor after suspend (#2690) Jeremy Rose 2025-08-27 14:17:10 -07:00
  • 488a40211a fix (most) doubled lines and hanging list markers (#2789) Jeremy Rose 2025-08-27 13:55:59 -07:00
  • 903178eeeb Point the CHANGELOG to the releases page (#2780) Gabriel Peal 2025-08-27 11:45:40 -07:00
  • 6e4c9d5243 Added back codex-rs/config.md to link to new location (#2778) Reuben Narad 2025-08-27 11:37:41 -07:00
  • 459363e17b README / docs refactor (#2724) Reuben Narad 2025-08-27 10:30:39 -07:00
  • ffe585387b fix: for now, limit the number of deltas sent back to the UI (#2776) Michael Bolin 2025-08-27 10:23:25 -07:00
  • 0cec0770e2 [mcp-server] Add GetConfig endpoint (#2725) Dylan 2025-08-27 09:59:03 -07:00
  • 2d2f66f9c5 Bug fix: deduplicate assistant messages (#2758) Ahmed Ibrahim 2025-08-27 01:29:16 -07:00
  • d0e06f74e2 send context window with task started (#2752) Ahmed Ibrahim 2025-08-27 00:04:21 -07:00
  • 4b6c6ce98f Make git_diff_against_sha more robust (#2749) Gabriel Peal 2025-08-26 22:53:00 -07:00
  • 5df04c8a13 Cache transcript wraps (#2739) easong-openai 2025-08-26 22:20:09 -07:00
  • 3d8bca7814 feat: decrease testing when running interactively (#2707) ae 2025-08-26 19:57:04 -07:00
  • 3eb11c10d0 Don't send Exec deltas on apply patch (#2742) Ahmed Ibrahim 2025-08-26 19:16:51 -07:00
  • bd65c4db87 Fix crash when backspacing placeholders adjacent to multibyte text (#2674) mattsu 2025-08-27 10:31:49 +09:00
  • b367790d9b fix emoji spacing (#2735) Jeremy Rose 2025-08-26 17:34:24 -07:00
  • 435154ce93 fix transcript lines being added to diff view (#2721) Jeremy Rose 2025-08-26 17:03:11 -07:00
  • fb3f6456cf fix issue #2713: adding support for alt+ctrl+h to delete backward word (#2717) vinaybantupalli 2025-08-27 05:07:46 +05:30
  • f2603a4e50 Esc while there are queued messages drops the messages back into the composer (#2687) Jeremy Rose 2025-08-26 16:26:50 -07:00
  • eb161116f0 tui: render keyboard icon with emoji variation selector (⌨️) (#2728) Jeremy Rose 2025-08-26 16:11:21 -07:00
  • c229a67312 feat(core): Add remove_conversation to ConversationManager for ma… (#2613) Wang 2025-08-27 06:16:43 +08:00
  • aa5fc5855d feat: remove the GitHub action that runs Codex for now (#2729) Michael Bolin 2025-08-26 13:44:23 -07:00
  • db98d2ce25 enable alternate scroll in transcript mode (#2686) Jeremy Rose 2025-08-26 11:47:00 -07:00
  • 274d9b413f [feat] Simplfy command approval UI (#2708) ae 2025-08-26 10:08:06 -07:00
  • 8192cf147e [chore] Tweak AGENTS.md so agent doesn't always have to test (#2706) ae 2025-08-26 00:27:19 -07:00
  • d32e4f25cf Added caps on retry config settings (#2701) Eric Traut 2025-08-25 22:51:01 -07:00
  • a4d34235bc [fix] emoji padding (#2702) ae 2025-08-25 22:49:19 -07:00
  • d085f73a2a [feat] reduce bottom padding to 1 line (#2704) ae 2025-08-25 22:47:26 -07:00
  • ab9250e714 Improved user message for rate-limit errors (#2695) Eric Traut 2025-08-25 21:42:10 -07:00
  • e5283b6126 single control flow for both Esc and Ctrl+C (#2691) Jeremy Rose 2025-08-25 20:15:38 -07:00
  • d63e44ae29 Fixed a bug that causes token refresh to not work in a seamless manner (#2699) Eric Traut 2025-08-25 19:18:16 -07:00