Commit b6eac8b
fix: prefer requested_model over SDK-resolved model in status bar
chat/page.tsx used statusData.model (the SDK's resolved wire ID like
claude-opus-4-20250514) instead of statusData.requested_model (the
alias the user selected). This caused the "Connected (...)" status
to flash a stale/misleading model ID.
useSSEStream.ts already had the correct priority — this aligns
chat/page.tsx to match.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 790c553 commit b6eac8b
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
260 | 260 | | |
261 | 261 | | |
262 | 262 | | |
263 | | - | |
| 263 | + | |
264 | 264 | | |
265 | 265 | | |
266 | 266 | | |
| |||
0 commit comments