6work, with examples and links to learn more. For every versioned update, bug fix,6work, with examples and links to learn more. For every versioned update, bug fix,
7and minor improvement, see the [Codex changelog](https://learn.chatgpt.com/docs/changelog).7and minor improvement, see the [Codex changelog](https://learn.chatgpt.com/docs/changelog).
8 8
9## July 27–31, 2026
10
11### Use GPT-5.6 Terra and Luna at lower rates
12
13GPT-5.6 Terra now costs 20% less, and GPT-5.6 Luna costs 80% less. Input,
14cached input, and output rates decreased by the same proportions. The updated
15[usage limits and rates](https://learn.chatgpt.com/docs/pricing) make Terra a stronger fit for everyday
16work and Luna especially useful for focused coding and high-volume tasks.
17
18### Find useful context across your browser and open tabs
19
20In the ChatGPT desktop app, the [built-in browser](https://learn.chatgpt.com/docs/browser) can find
21pages from your browsing history or search Google directly from its address
22bar. ChatGPT can also search your browsing history when a task needs earlier
23context.
24
25The [Chrome extension](https://learn.chatgpt.com/docs/chrome-extension) lets you mention open tabs,
26bring selected page text into a side chat, ask questions about YouTube videos,
27or select **Ask ChatGPT** from a page's context menu. Review and approve
28requests to use browser history before ChatGPT includes that information in a
29task.
30
31### Review changes across repositories
32
33When a [local project contains more than one
34folder](https://learn.chatgpt.com/docs/projects#use-local-projects-for-folders-and-codebases), the
35desktop app shows every repository and the lines changed in each one. Select
36**Review** to inspect their diffs together without switching between separate
37review views.
38
39
40
41**Prompt:**
42
43```text
44Review the changes across every repository in this project, identify integration risks, and summarize the fixes needed before I open a pull request.
45```
46
47### Refine generated images in your conversation
48
49Open a generated image in the expanded viewer, then switch between
50**Focused view** and **Canvas view**. Add comments across images, select the
51versions you want to keep, and ask for targeted edits without leaving the chat.
52Learn more about [image generation](https://learn.chatgpt.com/docs/image-generation).
53
54### Find chats that need your attention
55
56The desktop app's new **Activity view** brings together chats you recently
57engaged with and work that needs your attention. Select the bell in the sidebar
58to open the view.
59
60[Read the July 30 desktop release
61notes](https://learn.chatgpt.com/docs/changelog#codex-2026-07-30-app).
62
63### Connect partner tools with Sign in with ChatGPT
64
65**Sign in with ChatGPT** is rolling out in beta to supported plugins and
66partner sites, beginning with Airtable, GitLab, HubSpot, Notion, Supabase, and
67Vercel. Use it to create or link a partner account with fewer steps, then start
68working with that service in ChatGPT or Codex.
69
70Partners receive only your name, email address, and profile picture when
71available. Each plugin's requested access still requires a separate review
72and approval. Read the [July 29 sign-in
73announcement](https://learn.chatgpt.com/docs/changelog#codex-2026-07-29).
74
75### Collaborate in a dedicated academic research workspace
76
77[ChatGPT for Academic Researchers](https://openai.com/index/chatgpt-for-academic-researchers/)
78offers eligible faculty and postdoctoral researchers 12 months of complimentary
79access to a dedicated ChatGPT workspace. Approved teams can include up to five
80verified researchers from the same institution and receive business data
81protections and ChatGPT Pro-level usage limits. Participants can use GPT-5.6
82across ChatGPT, ChatGPT Work, and Codex for research and coding workflows.
83
84The program covers ChatGPT access, not OpenAI API credits. Eligibility requires
85[institutional verification and a qualifying research
86paper](https://help.openai.com/en/articles/20001406).
87
88### Continue Codex tasks more reliably on iOS
89
90ChatGPT for iOS 1.2026.202 reconnects to tasks more reliably when you return to
91the app or unlock your device with Face ID. Voice conversations use your chosen
92ChatGPT voice and show usage-limit warnings, while the composer now suggests
93installed plugins and their skills consistently with the desktop app.
94
95The release also improves pause and resume controls for goals, inline tables
96and visual themes, large workspace diffs, selected-text references, and model
97restoration. Read the [July 27 iOS release
98notes](https://learn.chatgpt.com/docs/changelog#codex-2026-07-27-mobile).
99
100### Compare security scans and manage findings
101
102Hosted Codex Security plugin releases `0.1.14` and `0.1.15` add scan comparisons,
103false-positive feedback, scoped `SECURITY.md` policies, and clearer repository
104and finding histories. You can select findings for tracking in Linear or GitHub
105Issues, with Codex reviewing the proposed action before you approve it.
106
107Use the existing [Codex Security
108workbench](https://learn.chatgpt.com/docs/security/plugin/workbench) to review saved scans, findings,
109repository history, and remediation in the desktop app. The hosted plugin
110catalog offers version `0.1.15`, while the public CLI plugin marketplace
111offers version `0.1.11`. Check the [Codex Security plugin
112changelog](https://learn.chatgpt.com/docs/security/plugin/changelog) before relying on a new feature.
113
114### Run security scans from the terminal, CI, or TypeScript
115
116The public `@openai/codex-security` CLI and TypeScript SDK reached version
117`0.1.5`, with release numbers separate from the Codex Security plugin. Use the
118package to [run scans from the CLI](https://learn.chatgpt.com/docs/security/cli), review pull-request
119changes and upload SARIF results in [CI](https://learn.chatgpt.com/docs/security/cli/ci), or run
120resumable [bulk scans](https://learn.chatgpt.com/docs/security/cli/bulk-scans) across GitHub
121repositories or a pinned CSV inventory.
122
123The [Codex Security TypeScript SDK](https://learn.chatgpt.com/docs/security/sdk) also lets you build
124scanning, progress reporting, cost controls, and cancellation into your own
125tools. The package is public, but running scans still requires Codex Security
126access. Some full-repository scans also require Trusted Access for Cyber.
127
128### Organize sessions and extend Codex CLI 0.146.0
129
130[Codex CLI 0.146.0](https://github.com/openai/codex/releases/tag/rust-v0.146.0)
131lets you name a new chat with `/new release prep` or `/clear bug bash`, pin
132important threads, and switch between side conversations without closing them.
133It also adds temporary conversation forks, standalone web search for compatible
134custom model providers, executor-provided skills, and support for Agent Plugins
135manifests, workspace plugin publishing, and other plugin marketplaces.
136
137For custom clients, the [app server](https://learn.chatgpt.com/docs/app-server) can filter pinned
138threads, create in-memory forks, inspect installed connector state, and read
139connector metadata. Experimental WebSocket support also connects app-server to
140remote Code Mode hosts. Review the
141[app-server security requirements](https://learn.chatgpt.com/docs/app-server#connect-the-cli-terminal-ui)
142before exposing a remote connection. The release also improves proxy support,
143MCP reconnection, terminal responsiveness, and Windows sandbox reliability.
144
145### Use GPT-5.6 Sol for hosted Codex work
146
147[GPT-5.6 Sol](https://learn.chatgpt.com/docs/models#recommended-models) now powers Codex cloud code
148review and quality assurance for eligible customers. Sol is the flagship
149GPT-5.6 model for complex coding, research, computer use, and security work.
150Codex cloud selects its model automatically; Terra and Luna remain available on
151supported local and web surfaces.
152
153### Prepare for the GPT-5.4 model retirement
154
155On August 31, GPT-5.4 and GPT-5.4 mini will retire from Codex for users signed
156in with ChatGPT. Replace `gpt-5.4` with `gpt-5.6-terra` and `gpt-5.4-mini`
157with `gpt-5.6-luna` in workspace defaults, saved model settings, managed
158configurations, custom agents, and scheduled tasks.
159
160The OpenAI API and Codex sessions authenticated with an API key are not
161affected. Review the [deprecated Codex models](https://learn.chatgpt.com/docs/models#deprecated-codex-models)
162and [workspace model
163availability](https://learn.chatgpt.com/docs/enterprise/workspace-model-availability) before the
164cutoff.
165
9## July 20–24, 2026166## July 20–24, 2026
10 167
11### Talk through work with ChatGPT Voice168### Talk through work with ChatGPT Voice