Make the "Worked for" separator clickable to reveal command
executions from the completed turn. Add CSS grid-based height
transition for smooth output panel collapse with 1s delay after
command finishes before animating closed.
Made-with: Cursor
Parse commandExecution items from turn data and handle realtime
item/started, outputDelta, completed events. Render commands as
collapsible one-line rows interleaved with assistant messages.
Auto-expand while running, auto-collapse when finished.
Made-with: Cursor
The ChatGPT backend-api/transcribe endpoint requires ChatGPT-Account-Id,
originator, and User-Agent headers in addition to the bearer token. Auth
tokens are now read directly from the codex CLI auth file instead of
attempting getAuthStatus RPC on the app-server process.
Made-with: Cursor
- Add useDictation composable using MediaRecorder API for audio capture
- Add /codex-api/transcribe proxy endpoint that forwards audio to ChatGPT
backend-api with auth tokens from app-server getAuthStatus RPC
- Add microphone button to ThreadComposer with hold-to-dictate UX matching
Codex desktop app behavior
- Update codex-app-parity SKILL.md with detailed search instructions for
finding features in the minified Codex.app bundle, architecture notes,
and a self-improvement protocol for future sessions
Made-with: Cursor