Skip to content

Commit ae4c349

Browse files
committed
Note the Codex connect fixes in the changelog
1 parent 4d40cd3 commit ae4c349

1 file changed

Lines changed: 33 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,39 @@ matching `## [X.Y.Z]` section (plus install instructions). Do not maintain
1111
parallel copies under `docs/` or `scripts/notes/`. At cut time: rename
1212
`## [Unreleased]` to `## [X.Y.Z] - YYYY-MM-DD`, then run the release script.
1313

14+
## [Unreleased]
15+
16+
Codex connect works again: streaming responses no longer die on a missing
17+
header, multiple ChatGPT accounts can be connected by name, and providers are
18+
added from the model picker with Alt+A.
19+
20+
### Providers
21+
22+
- **Codex streaming repaired.** Some Codex models (the gpt-5.6 family) stream
23+
valid responses with no Content-Type header, which failed every turn with
24+
"Cannot detect response kind". The response protocol is now recovered from
25+
what the request asked for, so those models work; genuinely malformed
26+
responses still fail loudly.
27+
- **Named accounts with re-auth.** Browser sign-in asks for an account name
28+
first, so any number of ChatGPT or Grok accounts can be connected side by
29+
side (`codex/work`, `codex/personal`, …). Reusing an existing name
30+
re-authorizes that account after an explicit confirmation — the recovery
31+
path for expired sign-ins. Second sign-ins can no longer silently overwrite
32+
an existing account's credentials.
33+
34+
### TUI
35+
36+
- **Alt+A adds providers.** The model picker lists only connected accounts
37+
and their models; Alt+A opens an add-provider selector that always shows
38+
every provider with its connected-account count, so adding a second account
39+
is never blocked. After connecting, the picker reopens focused on the new
40+
account.
41+
- **Connect works mid-session.** Adding a provider from a running session no
42+
longer crashes with a renderer conflict; the sign-in surface shares the
43+
session's screen and hands control back when done.
44+
- **Pickers stay on screen.** Overlays opened after using one on the launch
45+
screen no longer render below the prompt box.
46+
1447
## [0.2.96] - 2026-09-08
1548

1649
Drag-select auto-copy, a flat type-to-filter model picker, install-aware upgrade

0 commit comments

Comments
 (0)