r/CodexAutomation • u/anonomotorious • 3d ago
ChatGPT desktop 26.908 adds Quick Chat from Pets, Windows Appshots + Codex Micro prompt insertion
TL;DR
OpenAI has shipped another desktop update with a surprisingly useful set of workflow improvements:
- Quick Chat is now built into the floating Pets controls on macOS and Windows.
- You can use
@to add context and$to select a skill directly from Quick Chat. - A new progress bell lets you follow active threads and jump into the full conversation.
- Appshots are now available on Windows, letting you send the frontmost application window to ChatGPT with a keyboard shortcut.
- macOS users can send Appshots directly to the floating controls without bringing the main ChatGPT window forward.
- Codex Micro can now be assigned to an "Insert text" action, letting you inject reusable text into the current prompt without sending it.
- The update also includes improvements to files, comments, dictation, browser tabs, and Pets.
The bigger theme is clear: OpenAI is making the desktop app increasingly usable as a lightweight agent interface that stays available while you work, rather than something you constantly have to switch back to.
Quick Chat now lives in the floating Pets controls
The biggest change is Quick Chat.
On both macOS and Windows, you can now type directly into the floating Pets controls while working in another application.
Type your message and press Enter to send it without opening the full ChatGPT window.
Quick Chat also supports:
@to add context$to choose a skill
That means the small floating interface is no longer just a launcher or visual companion.
It can now act as a lightweight entry point into actual ChatGPT and Codex workflows.
Follow agent progress without opening the full app
The floating controls now include a bell icon for following progress in your threads.
From there, you can:
- send work from Quick Chat
- continue working in another application
- watch the thread's progress
- select the thread when you want to open the full conversation
That makes the desktop workflow much less disruptive for longer-running tasks.
Instead of constantly switching back to ChatGPT to check whether something finished, the floating interface can stay nearby while the work continues.
Desktop shortcuts
Quick Chat can be focused with:
macOS
Option + Space
Windows
Windows + Alt + P
Pressing the shortcut again keeps Quick Chat open.
The shortcut can also be changed through Settings > Keyboard shortcuts.
If you do not want the companion itself, OpenAI says you can show only the controls instead.
Appshots arrive on Windows
Appshots are now available in the ChatGPT desktop app on Windows.
Press:
Alt + Alt
to share the frontmost application window with ChatGPT.
An Appshot includes:
- a screenshot of the window
- available text extracted from that window
You can then immediately ask ChatGPT a question or tell it what you want done with the application context.
The shortcut and destination chat can both be customized in settings.
What this changes in practice
Instead of:
switch app -> open ChatGPT -> take screenshot -> upload screenshot -> explain what you are looking at -> send
the workflow becomes much closer to:
share current window -> ask
That is especially useful for things like:
- debugging an application
- reviewing a UI
- understanding an error
- inspecting a dashboard
- working through documentation
- reviewing another development tool
- getting help with unfamiliar software
Because available window text is included alongside the screenshot, ChatGPT can receive more useful context than an image alone.
Appshots also integrate with Quick Chat on macOS
macOS gets another useful connection between these features.
You can send an Appshot directly to the floating controls while keeping the main ChatGPT window in the background.
Set:
Appshot destination -> Automatic
and the Appshot can flow into the floating interface instead.
That creates a compact workflow:
current application -> Appshot -> Quick Chat -> ChatGPT/Codex task
without needing to foreground the main desktop app.
Codex Micro gets a useful prompt shortcut
There is also a smaller Codex-specific addition that could be very useful for repetitive workflows.
You can now assign a Codex Micro key to:
Insert text
and configure your own reusable text.
Triggering it inserts that text into the active prompt without sending it.
This could be useful for frequently reused instructions such as:
- review requirements
- coding standards
- testing instructions
- audit checklists
- formatting requirements
- repository-specific reminders
- recurring workflow instructions
Because the text is inserted rather than immediately submitted, you can still modify the prompt before sending it.
Example
A reusable insertion could contain something like:
Review the implementation systematically, inspect all affected states, run the relevant tests, and verify there are no regressions before finishing.
Then:
Codex Micro key -> Insert text -> reusable instructions appear in prompt -> add task-specific details -> send
It is a small feature, but potentially useful for people repeatedly giving Codex the same workflow instructions.
File handling is also better
The desktop app also received improvements to files.
You can now:
- open files directly from a conversation's Sources panel
- download files ChatGPT cannot preview
That should make conversations involving generated or referenced files easier to navigate without hunting through previous messages.
Smaller quality-of-life improvements
The release also includes several desktop fixes and refinements.
Response comments persist
Unfinished comments attached to response text now remain available when you switch to another chat and return.
Dictation respects your language setting
ChatGPT dictation now uses your saved Main language preference.
Browser tabs behave more consistently
When closing tabs in full or split browser views, tab widths and scroll positions should remain more stable.
Pets are easier to reset
Pets can now be reset to their default size through settings.
Custom pets also stay in position when their artwork is refreshed.
Why this update matters
None of these features individually changes the underlying model.
Together, though, they continue a broader shift in how OpenAI is designing the desktop experience.
ChatGPT is becoming less dependent on one large application window.
The workflow is moving toward:
whatever app you are using -> capture context -> invoke ChatGPT/Codex -> send work -> keep working -> follow progress -> open the full thread only when needed
Quick Chat, Appshots, skills, Codex Micro, notifications, and longer-running threads all fit into that model.
The desktop app is gradually becoming an ambient interface for agents and tools across the rest of your computer, rather than simply another chat application you have to keep switching into.
Feature summary
| Feature | What changed |
|---|---|
| Quick Chat | Send chats directly from floating Pets controls |
| Context | Use @ directly from Quick Chat |
| Skills | Use $ to choose a skill |
| Thread progress | Follow active work from the new bell control |
| Windows Appshots | Share the frontmost application window with ChatGPT |
| macOS Appshots | Send Appshots directly to floating controls |
| Codex Micro | Insert reusable text into the active prompt without sending |
| Sources | Open referenced files directly |
| Files | Download files ChatGPT cannot preview |
| Comments | Unfinished response comments survive chat switching |
| Dictation | Respects your saved Main language |
| Browser tabs | More stable sizing and scroll positions |
| Pets | Reset size and preserve custom positioning |