Commit Graph

  • 9d87b771ce Add session delete commands in CLI and TUI (#27476) Eric Traut 2026-06-10 18:04:02 -07:00
  • 36fc79c6f4 Remove TUI legacy core test_support dependencies (#27484) Eric Traut 2026-06-10 17:55:49 -07:00
  • 1a9efd473b [codex] Remove redundant plugin app auth state (#27465) xl-openai 2026-06-10 17:33:56 -07:00
  • b389b950e1 core: cache turn diff rendering (#27489) Jeremy Rose 2026-06-10 17:17:44 -07:00
  • ac9c534c21 [codex] Preserve build-script dependencies in rules_rs annotations (#27322) Adam Perry @ OpenAI 2026-06-10 17:08:35 -07:00
  • b39f943a63 [codex-analytics] emit internally started turn events (#27392) marksteinbrick-oai 2026-06-10 15:35:41 -07:00
  • c72205239f image: add shared data URL preparation utilities (#27245) Curtis 'Fjord' Hawthorne 2026-06-10 15:27:34 -07:00
  • 7e5e41daea [codex] Add reusable OTEL gauge instruments (#27057) richardopenai 2026-06-10 14:36:38 -07:00
  • 22dd6ebc7d Forward standalone assistant output to realtime (#27319) guinness-oai 2026-06-10 14:32:29 -07:00
  • 387adc6c4b [codex] reuse release artifacts for npm staging (#27312) Tamir Duberstein 2026-06-10 13:15:43 -07:00
  • 980f60b664 [codex] Preserve disabled MCP servers across runtime overlays (#27414) e-provencher 2026-06-10 16:11:20 -04:00
  • 7011044c1c [codex] Skip local curated discovery for remote plugins (#27311) xl-openai 2026-06-10 13:11:09 -07:00
  • b4445f2758 [codex] add /import for external agents (#27071) stefanstokic-oai 2026-06-10 15:53:15 -04:00
  • 1deae7bd4a [codex] Move release platform rules into bazel package (#27321) Adam Perry @ OpenAI 2026-06-10 12:45:29 -07:00
  • e3528434cd [codex] add external agent import picker UX (#27070) stefanstokic-oai 2026-06-10 15:19:37 -04:00
  • 13468115fc Guard core test subprocess cleanup (#27343) Eric Traut 2026-06-10 12:19:26 -07:00
  • 2e377ce5e5 feat: make ThreadStore available on ThreadExtensionDependencies (#27439) Michael Bolin 2026-06-10 12:17:15 -07:00
  • 020bf49346 [plugins] Inject remote_plugin_id into install elicitations (#26409) Alex Daley 2026-06-10 12:01:03 -07:00
  • 72667f4f41 [codex] extract external agent import picker renderer (#27065) stefanstokic-oai 2026-06-10 14:48:30 -04:00
  • ccf1a18518 [codex] Retry transient Guardian review failures (#27062) kbazzi 2026-06-10 11:46:57 -07:00
  • 42415443d0 [codex] Raise app-server recursion limit (#27421) Adam Perry @ OpenAI 2026-06-10 11:37:14 -07:00
  • 636cc11398 [codex] remove blocking external agent migration flow (#27064) stefanstokic-oai 2026-06-10 14:25:04 -04:00
  • 3691fe5b76 fix: Auto-recover from corrupted sqlite databases (#26859) David de Regt 2026-06-10 11:24:29 -07:00
  • a19d43a40a Add app-server thread/delete API (#25018) Eric Traut 2026-06-10 11:22:12 -07:00
  • a1a8807e9d Add app-server background terminal process APIs (#26041) Eric Traut 2026-06-10 11:18:09 -07:00
  • 2704ecea9a [codex] Remove async_trait from ToolExecutor (#27304) Adam Perry @ OpenAI 2026-06-10 10:26:53 -07:00
  • d3abd8774e Fix compressed rollout search path matching (#27407) jif 2026-06-10 18:23:42 +01:00
  • 2ef007dc1a Index visible thread list ordering (#27391) Zanie Blue 2026-06-10 11:52:17 -05:00
  • db531b4a6c [codex] Outline ToolExecutor handler bodies (#27299) Adam Perry @ OpenAI 2026-06-10 09:40:41 -07:00
  • c365b8a4ab Reduce archive rollout lookup CPU (#27276) Eric Traut 2026-06-10 09:28:12 -07:00
  • 24aee3eb5e [codex] link Windows releases with LLD (#27315) Tamir Duberstein 2026-06-10 09:18:19 -07:00
  • 0428e20a0b [codex] add io PathUri native conversion APIs (#27280) Adam Perry @ OpenAI 2026-06-10 08:51:17 -07:00
  • 30ddb3325e [codex] Store compact window id in rollout (#27264) pakrym-oai 2026-06-10 08:47:16 -07:00
  • 41b4fabbb4 Use latest-wins MCP manager replacement (#27259) Charlie Marsh 2026-06-10 08:33:21 -07:00
  • d2f6d23c6c Remove async-trait from extension contributors (#27383) jif 2026-06-10 13:31:09 +01:00
  • ced1b8aa88 [codex] Tag multi-agent spawn metrics with version (#27375) jif 2026-06-10 13:06:48 +02:00
  • 9cd11e9e62 Use plugin-service MCP as the hosted plugin runtime (#27198) jif 2026-06-10 12:54:21 +02:00
  • 0ffcefaf3d feat: keep child MCP warnings out of parent transcript (#27174) jif 2026-06-10 11:45:49 +02:00
  • a7b6baecc6 [codex] Make MCP connection startup fallible (#27261) Ahmed Ibrahim 2026-06-10 00:17:58 -07:00
  • 00a25e1e0c Add spans to run_turn (#27107) mchen-oai 2026-06-09 21:41:06 -07:00
  • e0cb4ede4e [codex] Fix post-merge analytics integration failures (#27285) Adam Perry @ OpenAI 2026-06-09 20:52:09 -07:00
  • 608b8b1cc6 [codex-analytics] emit goal lifecycle analytics (#27078) marksteinbrick-oai 2026-06-09 18:45:54 -07:00
  • 4a3eac2144 Add per-session realtime model and version overrides (#24999) guinness-oai 2026-06-09 17:54:32 -07:00
  • 5ac640ac49 Add spans to build_tool_router (#27094) mchen-oai 2026-06-09 17:49:59 -07:00
  • 51fc4b0559 feat: use provider defaults for memory models (#27129) Celia Chen 2026-06-09 16:49:09 -07:00
  • fb8f1ea0d5 TUI Plugin Sharing 1 - add remote plugin identity (#26701) canvrno-oai 2026-06-09 16:34:38 -07:00
  • 51b3cd51f6 [codex] Tighten MCP connection manager API visibility and order (#27257) Ahmed Ibrahim 2026-06-09 16:07:34 -07:00
  • 490340ffcf [codex] Retry streamable HTTP initialize failures (#25147) ssetty-oai 2026-06-09 15:49:48 -07:00
  • 9316acf9b2 [2/4] Add private Python goal operations (#27111) Ahmed Ibrahim 2026-06-09 15:32:15 -07:00
  • cc8325f181 Stop mirroring Codex user input into realtime (#27116) guinness-oai 2026-06-09 15:20:01 -07:00
  • f2969f36e8 [codex] Handle Ctrl-C for non-TTY unified exec (#26734) pakrym-oai 2026-06-09 15:10:17 -07:00
  • f574946960 [codex] Report unusable MCP OAuth credentials as logged out (#26713) Adam Perry @ OpenAI 2026-06-09 14:18:24 -07:00
  • 9e3081be96 [codex] Characterize global instruction lifecycle (#26830) Adam Perry @ OpenAI 2026-06-09 13:51:57 -07:00
  • 4ec3b8eeea Route hosted Apps MCP through extensions (#27191) jif 2026-06-09 22:44:16 +02:00
  • 5a0f913426 [1/4] Add Python goal routing foundation (#27110) Ahmed Ibrahim 2026-06-09 13:35:29 -07:00
  • 8e69d29521 Reduce TUI legacy core dependencies (#26711) Eric Traut 2026-06-09 13:26:00 -07:00
  • 36bf63a5cf Allow creating a new goal after completion (#26681) Eric Traut 2026-06-09 13:23:31 -07:00
  • 472619f9fc Add SOCKS5 TCP MITM coverage (#22685) Winston Howes 2026-06-09 13:08:01 -07:00
  • 7a7cee1be4 fix: use plugin service route for remote uninstall (#27223) Eric Ning 2026-06-09 12:52:05 -07:00
  • 6e7ab52929 [codex] Speed up local nextest runs (#26479) Adam Perry @ OpenAI 2026-06-09 12:48:04 -07:00
  • a71e040df5 [codex-analytics] add extensible feature thread sources (#27063) marksteinbrick-oai 2026-06-09 12:27:10 -07:00
  • 99da697e4c [codex] Test extension API contracts (#26835) Adam Perry @ OpenAI 2026-06-09 11:30:24 -07:00
  • 89ac3ec27c Load selected executor skills through extensions (#27184) jif 2026-06-09 19:51:54 +02:00
  • 1026e9de1b app-server: reject direct input to multi-agent v2 sub-agents (#27173) jif 2026-06-09 19:40:40 +02:00
  • 8a299fb704 fix: Prevent /review crash when entering Esc on steer message (#22879) canvrno-oai 2026-06-09 09:41:58 -07:00
  • 6a9a49b334 Avoid rereading rollout history during cold resume (#27031) Zanie Blue 2026-06-09 11:16:27 -05:00
  • 18ce671fed Avoid no-op backfill state writes (#26420) Zanie Blue 2026-06-09 10:50:13 -05:00
  • a770e5b847 [codex] Ignore pending PR review comments (#27080) Adam Perry @ OpenAI 2026-06-09 08:29:32 -07:00
  • 1547785657 app-server: clear stale thread watches after v2 agent interruption (#27166) jif 2026-06-09 13:27:53 +02:00
  • fae2709320 multi-agent: add path-based v2 activity tracking (#27007) jif 2026-06-09 12:14:48 +02:00
  • a304569c79 [codex] Return workspace directory installed plugins (#27098) xl-openai 2026-06-09 01:23:16 -07:00
  • 14660c22d1 Use server app auth requirements for remote plugin install (#27085) xl-openai 2026-06-08 21:39:35 -07:00
  • dffc4bf75d [codex] preserve fsmonitor for worktree Git reads (#26880) Tamir Duberstein 2026-06-08 21:32:46 -07:00
  • 08cb633c06 [codex] Remove remote compaction failure log (#27106) pakrym-oai 2026-06-08 19:23:35 -07:00
  • 0beb5c7f32 Preserve cloud requirements across TUI thread resets (#25177) canvrno-oai 2026-06-08 18:08:48 -07:00
  • c656cc4a83 Update web search citation prompt (#27096) yuning-oai 2026-06-08 17:55:00 -07:00
  • e127a0cf99 Add extra config to StoredThread, leave empty for now (#27092) Boyang Niu 2026-06-08 17:38:35 -07:00
  • 8534912df9 Show effective sandbox modes in /debug-config (#27068) canvrno-oai 2026-06-08 17:03:52 -07:00
  • 4ca2e436e5 fix(tui): linkify complete bare URLs with tildes (#27088) Felipe Coury 2026-06-08 17:02:36 -07:00
  • ffec7c0933 Add typed file URIs (#26840) Adam Perry @ OpenAI 2026-06-08 16:33:41 -07:00
  • 6042e5810e chore: preserve one more schema layer during large tool compaction (#27084) Celia Chen 2026-06-08 16:07:56 -07:00
  • 0473a5cc52 feat(doctor): report editor and pager environment (#27081) Felipe Coury 2026-06-08 15:43:08 -07:00
  • feca160da4 [codex] Add OTEL counter descriptions (#26091) richardopenai 2026-06-08 15:29:51 -07:00
  • 381f0de531 Use cached remote plugin catalog for plugin list (#26932) xl-openai 2026-06-08 14:47:09 -07:00
  • daf76a57d2 [codex] Prune stale curated plugin caches (#26934) xl-openai 2026-06-08 14:46:59 -07:00
  • b89d91f6ff feat: support oneOf and allOf in tool input schemas (#24118) Celia Chen 2026-06-08 14:41:05 -07:00
  • 56554904ba [codex] Require complete main-agent skill reads (#27044) fchen-oai 2026-06-08 14:33:57 -07:00
  • ee6c91d5cf [codex-analytics] stop sending codex error subreason (#27060) rhan-oai 2026-06-08 14:29:06 -07:00
  • 123cf62a48 Route image edits through referenced file paths (#26486) Won Park 2026-06-08 14:23:55 -07:00
  • 85fd52f7e4 Enforce configured network proxy in codex sandbox (#27035) viyatb-oai 2026-06-08 14:03:37 -07:00
  • e0ee491df3 cli: add -P sandbox permissions profile alias (#27054) Michael Bolin 2026-06-08 13:59:23 -07:00
  • f3c1283411 Pair thread environment settings (#26687) pakrym-oai 2026-06-08 13:55:15 -07:00
  • f9a680b907 [codex] Calm multi-agent v2 usage prompts (#27037) jif 2026-06-08 22:32:10 +02:00
  • f3a8074975 [codex] Clarify PR babysitter state mutations (#27038) Adam Perry @ OpenAI 2026-06-08 13:09:06 -07:00
  • 9e0d7f02c9 fix: preserve auto review across config and delegation (#26230) viyatb-oai 2026-06-08 11:59:50 -07:00
  • 2375cb6449 ci: template custom runner names by repo (#27024) Michael Bolin 2026-06-08 11:47:23 -07:00
  • 0aa9931aea [plugins] Expose marketplace source in marketplace list JSON (#27009) mpc-oai 2026-06-08 13:37:55 -05:00
  • 6d8e12ac42 [codex] Speed up external agent session imports (#26637) stefanstokic-oai 2026-06-08 14:16:32 -04:00
  • f1c18df9ae [codex-analytics] report compaction analytics details (#26680) rhan-oai 2026-06-08 10:52:31 -07:00
  • a815311466 Add HTTP window ID to Responses client metadata (#26923) ningyi-oai 2026-06-08 10:49:59 -07:00