<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>OpenAI Codex Changelog</title><description>Release notes for OpenAI Codex, synced from GitHub releases.</description><link>https://refcard.dev/</link><language>en-us</language><item><title>OpenAI Codex v0.131.0-alpha.4</title><link>https://refcard.dev/codex/changelog#0.131.0-alpha.4</link><guid isPermaLink="true">https://refcard.dev/codex/changelog#0.131.0-alpha.4</guid><description>&lt;ul&gt;&lt;li&gt;Release 0.131.0-alpha.4&lt;/li&gt;&lt;/ul&gt;</description><pubDate>Sat, 09 May 2026 00:00:00 GMT</pubDate></item><item><title>OpenAI Codex v0.131.0-alpha.2</title><link>https://refcard.dev/codex/changelog#0.131.0-alpha.2</link><guid isPermaLink="true">https://refcard.dev/codex/changelog#0.131.0-alpha.2</guid><description>&lt;ul&gt;&lt;li&gt;Release 0.131.0-alpha.2&lt;/li&gt;&lt;/ul&gt;</description><pubDate>Sat, 09 May 2026 00:00:00 GMT</pubDate></item><item><title>OpenAI Codex v0.130.0</title><link>https://refcard.dev/codex/changelog#0.130.0</link><guid isPermaLink="true">https://refcard.dev/codex/changelog#0.130.0</guid><description>&lt;ul&gt;&lt;li&gt;Plugin details now show bundled hooks, and plugin sharing exposes link metadata plus discoverability controls. (#21447, #21495, #21637)&lt;/li&gt;&lt;li&gt;Added `codex remote-control` as a simpler entrypoint for starting a headless, remotely controllable app-server. (#21424)&lt;/li&gt;&lt;li&gt;App-server clients can page large threads with unloaded, summary, or full turn item views. (#21566)&lt;/li&gt;&lt;li&gt;Bedrock auth can now use AWS console-login credentials from `aws login` profiles. (#21623)&lt;/li&gt;&lt;li&gt;`view_image` can resolve files through the selected environment for multi-environment sessions. (#21143)&lt;/li&gt;&lt;li&gt;Live app-server threads now pick up config changes without requiring a restart. (#21187)&lt;/li&gt;&lt;li&gt;Turn diffs stay accurate across apply-patch operations, including partial failures that still mutated files. (#21180, #21518)&lt;/li&gt;&lt;li&gt;Thread summaries, renames, resume, and fork paths work better through `ThreadStore`, including threads without local rollout paths. (#21264, #21265, #21266)&lt;/li&gt;&lt;/ul&gt;</description><pubDate>Fri, 08 May 2026 00:00:00 GMT</pubDate></item><item><title>OpenAI Codex v0.131.0-alpha.1</title><link>https://refcard.dev/codex/changelog#0.131.0-alpha.1</link><guid isPermaLink="true">https://refcard.dev/codex/changelog#0.131.0-alpha.1</guid><description>&lt;ul&gt;&lt;li&gt;Release 0.131.0-alpha.1&lt;/li&gt;&lt;/ul&gt;</description><pubDate>Sat, 09 May 2026 00:00:00 GMT</pubDate></item><item><title>OpenAI Codex v0.130.0-alpha.7</title><link>https://refcard.dev/codex/changelog#0.130.0-alpha.7</link><guid isPermaLink="true">https://refcard.dev/codex/changelog#0.130.0-alpha.7</guid><description>&lt;ul&gt;&lt;li&gt;Release 0.130.0-alpha.7&lt;/li&gt;&lt;/ul&gt;</description><pubDate>Fri, 08 May 2026 00:00:00 GMT</pubDate></item><item><title>OpenAI Codex v0.130.0-alpha.5</title><link>https://refcard.dev/codex/changelog#0.130.0-alpha.5</link><guid isPermaLink="true">https://refcard.dev/codex/changelog#0.130.0-alpha.5</guid><description>&lt;ul&gt;&lt;li&gt;Release 0.130.0-alpha.5&lt;/li&gt;&lt;/ul&gt;</description><pubDate>Fri, 08 May 2026 00:00:00 GMT</pubDate></item><item><title>OpenAI Codex v0.130.0-alpha.4</title><link>https://refcard.dev/codex/changelog#0.130.0-alpha.4</link><guid isPermaLink="true">https://refcard.dev/codex/changelog#0.130.0-alpha.4</guid><description>&lt;ul&gt;&lt;li&gt;Release 0.130.0-alpha.4&lt;/li&gt;&lt;/ul&gt;</description><pubDate>Fri, 08 May 2026 00:00:00 GMT</pubDate></item><item><title>OpenAI Codex v0.130.0-alpha.3</title><link>https://refcard.dev/codex/changelog#0.130.0-alpha.3</link><guid isPermaLink="true">https://refcard.dev/codex/changelog#0.130.0-alpha.3</guid><description>&lt;ul&gt;&lt;li&gt;Release 0.130.0-alpha.3&lt;/li&gt;&lt;/ul&gt;</description><pubDate>Fri, 08 May 2026 00:00:00 GMT</pubDate></item><item><title>OpenAI Codex v0.130.0-alpha.10</title><link>https://refcard.dev/codex/changelog#0.130.0-alpha.10</link><guid isPermaLink="true">https://refcard.dev/codex/changelog#0.130.0-alpha.10</guid><description>&lt;ul&gt;&lt;li&gt;Release 0.130.0-alpha.10&lt;/li&gt;&lt;/ul&gt;</description><pubDate>Fri, 08 May 2026 00:00:00 GMT</pubDate></item><item><title>OpenAI Codex v0.129.0</title><link>https://refcard.dev/codex/changelog#0.129.0</link><guid isPermaLink="true">https://refcard.dev/codex/changelog#0.129.0</guid><description>&lt;ul&gt;&lt;li&gt;The TUI now supports modal Vim editing in the composer, including `/vim`, default-mode config, and Vim-specific keymap contexts. (#18595)&lt;/li&gt;&lt;li&gt;TUI workflows are easier to resume and copy from with a redesigned resume/fork picker, raw scrollback mode, `/ide` context injection, and workspace-aware `/diff`. (#20065, #20819, #20294, #21001)&lt;/li&gt;&lt;li&gt;The status line can show theme-aware colors plus optional PR and branch-change summaries, and `/keymap debug` helps inspect terminal key events. (#19631, #20892, #20794)&lt;/li&gt;&lt;li&gt;Plugin management now supports workspace sharing, share access controls, source filtering, local share path tracking, marketplace removal/upgrades, remote bundle sync, and admin-disabled status handling. (#20278, #21124, #21419, #20560, #19843, #20478, #20268, #20298)&lt;/li&gt;&lt;li&gt;Hooks can be browsed and toggled from `/hooks`, can run before/after compaction, and can add `PreToolUse` context; Codex Apps auth and eligible MCP elicitations now surface through TUI/Guardian flows. (#19882, #19905, #20692, #19193, #19431)&lt;/li&gt;&lt;li&gt;Experimental goals are now discoverable, stay paused across resume unless the user opts back in, and show clearer validation and multi-day duration output. (#20083, #20790, #20746, #20558)&lt;/li&gt;&lt;li&gt;`/copy` works better in tmux, Alt+Enter and modified Delete/Backspace keys behave correctly, and Windows typing/paste latency was reduced. (#20207, #20535, #21058, #18914)&lt;/li&gt;&lt;li&gt;Large paste placeholders and Ctrl+C-stashed drafts now survive clear/editor workflows without corrupting draft history. (#21091, #21190, #21351, #21397)&lt;/li&gt;&lt;/ul&gt;</description><pubDate>Thu, 07 May 2026 00:00:00 GMT</pubDate></item><item><title>OpenAI Codex v0.130.0-alpha.1</title><link>https://refcard.dev/codex/changelog#0.130.0-alpha.1</link><guid isPermaLink="true">https://refcard.dev/codex/changelog#0.130.0-alpha.1</guid><description>&lt;ul&gt;&lt;li&gt;Release 0.130.0-alpha.1&lt;/li&gt;&lt;/ul&gt;</description><pubDate>Thu, 07 May 2026 00:00:00 GMT</pubDate></item><item><title>OpenAI Codex v0.129.0-alpha.15</title><link>https://refcard.dev/codex/changelog#0.129.0-alpha.15</link><guid isPermaLink="true">https://refcard.dev/codex/changelog#0.129.0-alpha.15</guid><description>&lt;ul&gt;&lt;li&gt;Release 0.129.0-alpha.15&lt;/li&gt;&lt;/ul&gt;</description><pubDate>Thu, 07 May 2026 00:00:00 GMT</pubDate></item><item><title>OpenAI Codex v0.129.0-alpha.14</title><link>https://refcard.dev/codex/changelog#0.129.0-alpha.14</link><guid isPermaLink="true">https://refcard.dev/codex/changelog#0.129.0-alpha.14</guid><description>&lt;ul&gt;&lt;li&gt;Release 0.129.0-alpha.14&lt;/li&gt;&lt;/ul&gt;</description><pubDate>Thu, 07 May 2026 00:00:00 GMT</pubDate></item><item><title>OpenAI Codex v0.129.0-alpha.13</title><link>https://refcard.dev/codex/changelog#0.129.0-alpha.13</link><guid isPermaLink="true">https://refcard.dev/codex/changelog#0.129.0-alpha.13</guid><description>&lt;ul&gt;&lt;li&gt;Release 0.129.0-alpha.13&lt;/li&gt;&lt;/ul&gt;</description><pubDate>Thu, 07 May 2026 00:00:00 GMT</pubDate></item><item><title>OpenAI Codex v0.129.0-alpha.9</title><link>https://refcard.dev/codex/changelog#0.129.0-alpha.9</link><guid isPermaLink="true">https://refcard.dev/codex/changelog#0.129.0-alpha.9</guid><description>&lt;ul&gt;&lt;li&gt;Release 0.129.0-alpha.9&lt;/li&gt;&lt;/ul&gt;</description><pubDate>Wed, 06 May 2026 00:00:00 GMT</pubDate></item><item><title>OpenAI Codex v0.129.0-alpha.12</title><link>https://refcard.dev/codex/changelog#0.129.0-alpha.12</link><guid isPermaLink="true">https://refcard.dev/codex/changelog#0.129.0-alpha.12</guid><description>&lt;ul&gt;&lt;li&gt;Release 0.129.0-alpha.12&lt;/li&gt;&lt;/ul&gt;</description><pubDate>Wed, 06 May 2026 00:00:00 GMT</pubDate></item><item><title>OpenAI Codex v0.129.0-alpha.10</title><link>https://refcard.dev/codex/changelog#0.129.0-alpha.10</link><guid isPermaLink="true">https://refcard.dev/codex/changelog#0.129.0-alpha.10</guid><description>&lt;ul&gt;&lt;li&gt;Release 0.129.0-alpha.10&lt;/li&gt;&lt;/ul&gt;</description><pubDate>Wed, 06 May 2026 00:00:00 GMT</pubDate></item><item><title>OpenAI Codex v0.129.0-alpha.8</title><link>https://refcard.dev/codex/changelog#0.129.0-alpha.8</link><guid isPermaLink="true">https://refcard.dev/codex/changelog#0.129.0-alpha.8</guid><description>&lt;ul&gt;&lt;li&gt;Release 0.129.0-alpha.8&lt;/li&gt;&lt;/ul&gt;</description><pubDate>Tue, 05 May 2026 00:00:00 GMT</pubDate></item><item><title>OpenAI Codex v0.129.0-alpha.7</title><link>https://refcard.dev/codex/changelog#0.129.0-alpha.7</link><guid isPermaLink="true">https://refcard.dev/codex/changelog#0.129.0-alpha.7</guid><description>&lt;ul&gt;&lt;li&gt;Release 0.129.0-alpha.7&lt;/li&gt;&lt;/ul&gt;</description><pubDate>Tue, 05 May 2026 00:00:00 GMT</pubDate></item><item><title>OpenAI Codex v0.129.0-alpha.6</title><link>https://refcard.dev/codex/changelog#0.129.0-alpha.6</link><guid isPermaLink="true">https://refcard.dev/codex/changelog#0.129.0-alpha.6</guid><description>&lt;ul&gt;&lt;li&gt;Release 0.129.0-alpha.6&lt;/li&gt;&lt;/ul&gt;</description><pubDate>Tue, 05 May 2026 00:00:00 GMT</pubDate></item><item><title>OpenAI Codex v0.129.0-alpha.5</title><link>https://refcard.dev/codex/changelog#0.129.0-alpha.5</link><guid isPermaLink="true">https://refcard.dev/codex/changelog#0.129.0-alpha.5</guid><description>&lt;ul&gt;&lt;li&gt;Release 0.129.0-alpha.5&lt;/li&gt;&lt;/ul&gt;</description><pubDate>Mon, 04 May 2026 00:00:00 GMT</pubDate></item><item><title>OpenAI Codex v0.129.0-alpha.4</title><link>https://refcard.dev/codex/changelog#0.129.0-alpha.4</link><guid isPermaLink="true">https://refcard.dev/codex/changelog#0.129.0-alpha.4</guid><description>&lt;ul&gt;&lt;li&gt;Release 0.129.0-alpha.4&lt;/li&gt;&lt;/ul&gt;</description><pubDate>Mon, 04 May 2026 00:00:00 GMT</pubDate></item><item><title>OpenAI Codex v0.129.0-alpha.2</title><link>https://refcard.dev/codex/changelog#0.129.0-alpha.2</link><guid isPermaLink="true">https://refcard.dev/codex/changelog#0.129.0-alpha.2</guid><description>&lt;ul&gt;&lt;li&gt;Release 0.129.0-alpha.2&lt;/li&gt;&lt;/ul&gt;</description><pubDate>Fri, 01 May 2026 00:00:00 GMT</pubDate></item><item><title>OpenAI Codex v0.128.0</title><link>https://refcard.dev/codex/changelog#0.128.0</link><guid isPermaLink="true">https://refcard.dev/codex/changelog#0.128.0</guid><description>&lt;ul&gt;&lt;li&gt;Added persisted `/goal` workflows with app-server APIs, model tools, runtime continuation, and TUI controls for create, pause, resume, and clear. (#18073, #18074, #18075, #18076, #18077, #20082)&lt;/li&gt;&lt;li&gt;Added `codex update`, configurable TUI keymaps, plan-mode nudges, action-required terminal titles, and active-turn `/statusline` and `/title` edits. (#19933, #18593, #19901, #18372, #19917)&lt;/li&gt;&lt;li&gt;Expanded permission profiles with built-in defaults, sandbox CLI profile selection, cwd controls, and active-profile metadata for clients. (#19900, #20117, #20118, #20095)&lt;/li&gt;&lt;li&gt;Improved plugin workflows with marketplace installation, remote bundle caching, remote uninstall, plugin-bundled hooks, hook enablement state, and external-agent config import. (#18704, #19914, #19456, #19705, #19840, #19949)&lt;/li&gt;&lt;li&gt;Added external agent session import, including background imports and imported-session title handling. (#19895, #20284, #20261)&lt;/li&gt;&lt;li&gt;Made MultiAgentV2 configuration more explicit with thread caps, wait-time controls, root/subagent hints, and v2-specific depth handling. (#19360, #19792, #19805, #20052, #20180)&lt;/li&gt;&lt;li&gt;Fixed several resume and interruption issues, including stale interrupt hangs, persisted provider restoration, large remote resume responses, and slow filtered resume lists. (#18392, #19287, #19920, #19591)&lt;/li&gt;&lt;li&gt;Improved TUI reliability around terminal resize reflow, markdown list spacing, slash-command popup layout, keyboard cleanup, shell-mode escape, and working status updates. (#18575, #19706, #19511, #19625, #19986, #19939)&lt;/li&gt;&lt;/ul&gt;</description><pubDate>Thu, 30 Apr 2026 00:00:00 GMT</pubDate></item><item><title>OpenAI Codex v0.129.0-alpha.1</title><link>https://refcard.dev/codex/changelog#0.129.0-alpha.1</link><guid isPermaLink="true">https://refcard.dev/codex/changelog#0.129.0-alpha.1</guid><description>&lt;ul&gt;&lt;li&gt;Release 0.129.0-alpha.1&lt;/li&gt;&lt;/ul&gt;</description><pubDate>Thu, 30 Apr 2026 00:00:00 GMT</pubDate></item><item><title>OpenAI Codex v0.128.0-alpha.1</title><link>https://refcard.dev/codex/changelog#0.128.0-alpha.1</link><guid isPermaLink="true">https://refcard.dev/codex/changelog#0.128.0-alpha.1</guid><description>&lt;ul&gt;&lt;li&gt;Release 0.128.0-alpha.1&lt;/li&gt;&lt;/ul&gt;</description><pubDate>Thu, 30 Apr 2026 00:00:00 GMT</pubDate></item><item><title>OpenAI Codex v0.126.0-alpha.17</title><link>https://refcard.dev/codex/changelog#0.126.0-alpha.17</link><guid isPermaLink="true">https://refcard.dev/codex/changelog#0.126.0-alpha.17</guid><description>&lt;ul&gt;&lt;li&gt;Release 0.126.0-alpha.17&lt;/li&gt;&lt;/ul&gt;</description><pubDate>Thu, 30 Apr 2026 00:00:00 GMT</pubDate></item><item><title>OpenAI Codex v0.126.0-alpha.16</title><link>https://refcard.dev/codex/changelog#0.126.0-alpha.16</link><guid isPermaLink="true">https://refcard.dev/codex/changelog#0.126.0-alpha.16</guid><description>&lt;ul&gt;&lt;li&gt;Release 0.126.0-alpha.16&lt;/li&gt;&lt;/ul&gt;</description><pubDate>Wed, 29 Apr 2026 00:00:00 GMT</pubDate></item><item><title>OpenAI Codex v0.126.0-alpha.15</title><link>https://refcard.dev/codex/changelog#0.126.0-alpha.15</link><guid isPermaLink="true">https://refcard.dev/codex/changelog#0.126.0-alpha.15</guid><description>&lt;ul&gt;&lt;li&gt;Release 0.126.0-alpha.15&lt;/li&gt;&lt;/ul&gt;</description><pubDate>Wed, 29 Apr 2026 00:00:00 GMT</pubDate></item></channel></rss>