Commit Graph

  • bf430ad9fe TUI: collaboration mode UX + always submit UserTurn when enabled (#9461) Ahmed Ibrahim 2026-01-19 09:32:04 -08:00
  • 3788e2cc0f Fixed stale link to MCP documentation (#9490) Eric Traut 2026-01-19 09:10:54 -08:00
  • 92cf2a1c3a chore: warning metric (#9487) jif-oai 2026-01-19 18:07:04 +01:00
  • 31415ebfcf Remove unused protocol collaboration mode prompts (#9463) Ahmed Ibrahim 2026-01-19 08:54:19 -08:00
  • 264d40efdc Fix invalid input error on Azure endpoint (#9387) Eric Traut 2026-01-19 08:21:27 -08:00
  • 3c28c85063 prompt 3 (#9479) jif-oai 2026-01-19 12:56:38 +01:00
  • dc1b62acbd feat: detach non-tty childs (#9477) jif-oai 2026-01-19 12:35:34 +01:00
  • 186794dbb3 feat: close all threads in /new (#9478) jif-oai 2026-01-19 12:35:03 +01:00
  • 7ebe13f692 feat: timer total turn metrics (#9382) jif-oai 2026-01-19 11:44:31 +01:00
  • a803467f52 Fixed TUI regression related to image paste in WSL (#9473) Eric Traut 2026-01-18 23:02:02 -08:00
  • a5e5d7a384 chore(deps): bump chrono from 0.4.42 to 0.4.43 in /codex-rs (#9465) dependabot[bot] 2026-01-19 06:43:34 +00:00
  • 66b74efbc6 chore(deps): bump ctor from 0.5.0 to 0.6.3 in /codex-rs (#9469) dependabot[bot] 2026-01-18 22:37:11 -08:00
  • 78a359f7fa chore(deps): bump arc-swap from 1.7.1 to 1.8.0 in /codex-rs (#9468) dependabot[bot] 2026-01-18 22:25:23 -08:00
  • 274af30525 chore(deps): bump tokio from 1.48.0 to 1.49.0 in /codex-rs (#9467) dependabot[bot] 2026-01-18 22:24:55 -08:00
  • efa9326f08 chore(deps): bump log from 0.4.28 to 0.4.29 in /codex-rs (#9466) dependabot[bot] 2026-01-18 22:24:34 -08:00
  • 1271d450b1 Fixed symlink support for config.toml (#9445) Eric Traut 2026-01-18 19:22:28 -08:00
  • c87a7d9043 fix(tui2): running /mcp was not printing any output until another event triggered a flush (#9457) Michael Bolin 2026-01-18 19:19:37 -08:00
  • f72f87fbee Add collaboration modes test prompts (#9443) Ahmed Ibrahim 2026-01-18 11:39:08 -08:00
  • 0a568a47fd tui: allow forward navigation in backtrack preview (#9059) SlKzᵍᵐ 2026-01-18 05:10:24 +01:00
  • aeaff26451 Preserve slash command order in search (#9425) Ahmed Ibrahim 2026-01-17 19:46:07 -08:00
  • 1478a88eb0 Add collaboration developer instructions (#9424) Ahmed Ibrahim 2026-01-17 17:31:14 -08:00
  • 80d7a5d7fe chore(instructions) Remove unread SessionMeta.instructions field (#9423) Dylan Hurd 2026-01-17 16:02:28 -08:00
  • bffe9b33e9 chore(core) Create instructions module (#9422) Dylan Hurd 2026-01-17 16:01:26 -08:00
  • 8f0e0300d2 Expose collaboration presets (#9421) Ahmed Ibrahim 2026-01-17 12:32:50 -08:00
  • b877a2041e fix unified_exec::tests::unified_exec_timeouts to use a more unique match value (#9414) Alex Hornby 2026-01-17 17:05:53 +00:00
  • 764f3c7d03 fix(tui) Defer backtrack trim until rollback confirms (#9401) Ahmed Ibrahim 2026-01-16 22:29:41 -08:00
  • 93a5e0fe1c fix(codex-api): treat invalid_prompt as non-retryable (#9400) Fouad Matin 2026-01-16 22:22:08 -08:00
  • 146d54cede Add collaboration_mode override to turns (#9408) Ahmed Ibrahim 2026-01-16 21:51:25 -08:00
  • ad8bf59cbf Support enable/disable skill via config/api. (#9328) xl-openai 2026-01-16 20:22:05 -08:00
  • 246f506551 Introduce collaboration modes (#9340) Ahmed Ibrahim 2026-01-16 16:28:22 -08:00
  • c26fe64539 feat: show forked from session id in /status (#9330) Anton Panasenko 2026-01-16 13:41:46 -08:00
  • f1653dd4d3 feat(app-server, core): return threads by created_at or updated_at (#9247) Owen Lin 2026-01-16 12:58:55 -08:00
  • e893e83eb9 feat: /fork the current session instead of opening session picker (#9385) Anton Panasenko 2026-01-16 11:28:52 -08:00
  • f89a40a849 chore: upgrade to Rust 1.92.0 (#8860) viyatb-oai 2026-01-16 11:12:52 -08:00
  • e650d4b02c feat: tool call duration metric (#9364) jif-oai 2026-01-16 18:33:14 +01:00
  • ebdd8795e9 Turn-state sticky routing per turn (#9332) Ahmed Ibrahim 2026-01-16 09:30:11 -08:00
  • 4125c825f9 add codex cloud list (#9324) Jeremy Rose 2026-01-16 08:56:38 -08:00
  • 9147df0e60 Made codex exec resume --last consistent with codex resume --last (#9352) Eric Traut 2026-01-16 08:53:47 -08:00
  • 131590066e [device-auth] Add device code auth as a standalone option when headless environment is detected. (#9333) Matthew Zeng 2026-01-16 08:35:03 -08:00
  • 2691e1ce21 fix: flaky tests (#9373) jif-oai 2026-01-16 17:24:41 +01:00
  • 1668ca726f chore: close pipe on non-pty processes (#9369) jif-oai 2026-01-16 15:54:32 +01:00
  • 7905e99d03 prompt collab (#9367) jif-oai 2026-01-16 15:12:41 +01:00
  • 7fc49697dd feat: CODEX_CI (#9366) jif-oai 2026-01-16 14:52:16 +01:00
  • c576756c81 feat: collab wait multiple IDs (#9294) jif-oai 2026-01-16 12:05:04 +01:00
  • c1ac5223e1 feat: run user commands under user snapshot (#9357) jif-oai 2026-01-16 11:49:28 +01:00
  • f5b3e738fb feat: propagate approval request of unsubscribed threads (#9232) jif-oai 2026-01-16 11:23:01 +01:00
  • 0cce6ebd83 rename model turn to sampling request (#9336) Ahmed Ibrahim 2026-01-16 01:06:24 -08:00
  • 1fc72c647f Fix token estimate during compaction (#9337) Eric Traut 2026-01-15 19:48:11 -08:00
  • 99f47d6e9a fix(mcp): include threadId in both content and structuredContent in CallToolResult (#9338) Michael Bolin 2026-01-15 18:33:11 -08:00
  • a6324ab34b fix(tui): only show 'Worked for' separator when actual work was performed (#8958) Thanh Nguyen 2026-01-15 20:41:43 -05:00
  • 3cabb24210 chore(windows) Enable Powershell UTF8 feature (#9195) Dylan Hurd 2026-01-15 17:29:12 -08:00
  • 1fa8350ae7 Add text element metadata to protocol, app server, and core (#9331) charley-oai 2026-01-15 17:26:41 -08:00
  • 004a74940a fix: send non-null content on elicitation Accept (#9196) Yuvraj Angad Singh 2026-01-16 03:50:57 +05:30
  • 749b58366c Revert empty paste image handling (#9318) Ahmed Ibrahim 2026-01-15 14:16:09 -08:00
  • d886a8646c remove needs_follow_up error log (#9272) pap-openai 2026-01-15 21:20:54 +00:00
  • 169201b1b5 [search] allow explicitly disabling web search (#9249) sayan-oai 2026-01-15 11:28:57 -08:00
  • 42fa4c237f Support SKILL.toml file. (#9125) xl-openai 2026-01-15 11:20:04 -08:00
  • 5f10548772 Revert recent styling change for input prompt placeholder text (#9307) Eric Traut 2026-01-15 10:58:12 -08:00
  • da44569fef nit: clean unified exec background processes (#9304) jif-oai 2026-01-15 18:34:33 +00:00
  • 393a5a0311 chore: better orchestrator prompt (#9301) jif-oai 2026-01-15 18:11:43 +00:00
  • 55bda1a0f2 revert: remove pre-Landlock bind mounts apply (#9300) viyatb-oai 2026-01-15 09:47:57 -08:00
  • b4d240c3ae fix(exec): improve stdin prompt decoding (#9151) 李琼羽 2026-01-16 01:29:05 +08:00
  • f6df1596eb Propagate MCP disabled reason (#9207) gt-oai 2026-01-15 17:24:00 +00:00
  • ae96a15312 Changed codex resume --last to honor the current cwd (#9245) Eric Traut 2026-01-15 09:05:08 -08:00
  • 3fc487e0e0 feat: basic tui for event emission (#9209) jif-oai 2026-01-15 15:53:02 +00:00
  • faeb08c1e1 feat: add interrupt capabilities to send_input (#9276) jif-oai 2026-01-15 14:59:07 +00:00
  • 05b960671d feat: add agent roles to collab tools (#9275) jif-oai 2026-01-15 13:33:52 +00:00
  • bad4c12b9d feat: collab tools app-server event mapping (#9213) jif-oai 2026-01-15 09:03:26 +00:00
  • 2259031d64 fix: fallback to Landlock-only when user namespaces unavailable and set PR_SET_NO_NEW_PRIVS early (#9250) viyatb-oai 2026-01-14 22:24:34 -08:00
  • a09711332a Add migration_markdown in model_info (#9219) Ahmed Ibrahim 2026-01-14 17:55:22 -08:00
  • 4a9c2bcc5a Add text element metadata to types (#9235) charley-oai 2026-01-14 16:41:50 -08:00
  • 2a68b74b9b fix: increase timeout for release builds from 30 to 60 minutes (#9242) Michael Bolin 2026-01-14 16:38:25 -08:00
  • 3728db11b8 fix: eliminate unnecessary clone() for each SSE event (#9238) Michael Bolin 2026-01-14 16:06:09 -08:00
  • e59e7d163d fix: correct linux sandbox uid/gid mapping after unshare (#9234) viyatb-oai 2026-01-14 15:35:53 -08:00
  • 71a2973fd9 upgrade runners in rust-ci.yml to use the larger runners (#9106) willwang-openai 2026-01-14 15:22:59 -08:00
  • 24b88890cb Updated issue template to ask for terminal emulator (#9231) Eric Traut 2026-01-14 15:00:15 -08:00
  • 5e426ac270 add WebSearchMode enum (#9216) sayan-oai 2026-01-14 12:51:42 -08:00
  • 27da8a68d3 fix(tui): disable double-press quit shortcut (#9220) Josh McKinney 2026-01-14 12:28:18 -08:00
  • 0471ddbe74 fix(tui2): align Steer submit keys (#9218) Josh McKinney 2026-01-14 11:35:55 -08:00
  • e6d2ef432d Rename hierarchical_agents to child_agents_md (#9215) pakrym-oai 2026-01-14 11:14:24 -08:00
  • 577e1fd1b2 feat: adding piped process to replace PTY when needed (#8797) jif-oai 2026-01-14 18:44:04 +00:00
  • fe1e0da102 s/mcp_server_requirements/mcp_servers (#9212) gt-oai 2026-01-14 18:41:52 +00:00
  • e958d0337e Log headers in trace mode (#9214) pakrym-oai 2026-01-14 10:38:12 -08:00
  • 8e937fbba9 Get model on session configured (#9191) Ahmed Ibrahim 2026-01-14 10:20:41 -08:00
  • 02f67bace8 fix: Emit response.completed immediately for Responses SSE (#9170) Celia Chen 2026-01-14 10:05:00 -08:00
  • 3d322fa9d8 feat: add collab prompt (#9208) jif-oai 2026-01-14 17:58:15 +00:00
  • 6a939ed7a4 feat: emit events around collab tools (#9095) jif-oai 2026-01-14 17:55:57 +00:00
  • 4283a7432b tui: double-press Ctrl+C/Ctrl+D to quit (#8936) Josh McKinney 2026-01-14 09:42:52 -08:00
  • 92472e7baa Use current model for review (#9179) pakrym-oai 2026-01-14 08:59:41 -08:00
  • e1447c3009 feat: add support for read-only bind mounts in the linux sandbox (#9112) viyatb-oai 2026-01-14 08:30:46 -08:00
  • bcd7858ced feat: add auto refresh on thread listeners (#9105) jif-oai 2026-01-14 16:26:01 +00:00
  • 32b1795ff4 chore: clamp min yield time for empty write_stdin (#9156) jif-oai 2026-01-14 16:25:40 +00:00
  • bdae0035ec Render exec output deltas inline (#9194) Ahmed Ibrahim 2026-01-14 08:11:12 -08:00
  • 7532f34699 fix: drop double waiting header in TUI (#9145) jif-oai 2026-01-14 09:52:34 +00:00
  • bc6d9ef6fc feat: only source shell snapshot if the file exists (#9197) jif-oai 2026-01-14 09:28:25 +00:00
  • dc3deaa3e7 feat: return an error if the image sent by the user is a bad image (#9146) jif-oai 2026-01-14 09:07:45 +00:00
  • 6fbb89e858 fix: shell snapshot clean-up (#9155) jif-oai 2026-01-14 09:05:46 +00:00
  • 258fc4b401 feat: add sourcing of rc files to shell snapshot (#9150) jif-oai 2026-01-14 08:58:10 +00:00
  • b9ff4ec830 change api default model (#9188) Ahmed Ibrahim 2026-01-13 22:33:34 -08:00
  • 0c09dc3c03 feat: add threadId to MCP server messages (#9192) Michael Bolin 2026-01-13 22:14:41 -08:00