Commit f46918a
protocol: drop Fable 5 from the model table — Anthropic withdrew it [skip-proto-bump]
Fable 5 (claude-fable-5 + the [1m] variant) was pulled by Anthropic, so a
session created with it now errors at the SDK. Delete both entries rather
than mark them deprecated: a withdrawn model isn't a superseded one we
keep around for historical-session labels — it's gone, and leaving it in
the picker only lets users select a dead model.
Wire-neutral: the protocol `model` field is `z.string()` (free passthrough,
not a closed enum), so removing table entries changes no wire schema —
only the iOS picker contents + `/model` validation + prettyModel labels,
all app-bundled. Hence [skip-proto-bump]; daemon/menubar need no re-release
(they treat model as an opaque string and don't surface the picker).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent babd52e commit f46918a
1 file changed
Lines changed: 0 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | 95 | | |
106 | 96 | | |
107 | 97 | | |
| |||
0 commit comments