Skip to content

Commit ad0be8b

Browse files
committed
docs: drop empty-endpoint note from checklist
1 parent 23d83fd commit ad0be8b

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

docs/CUSTOM_BINARY.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -168,11 +168,8 @@ actually usable/visible everywhere else. Search each repo for
168168
| 5 | `todoforai/packages` `shared-fbe/src/thinkingLevels.ts``THINKING_LEVELS_BY_MODEL` | Add `'<normalized-id>': [...levels]` (normalized = lowercase, dots→dashes, last path segment). Mirror the registry's `thinking.levels`. Without this the UI shows no thinking badges. |
169169
| 6 | `todoforai/frontend` `src/constants/recommendedModels.ts``RECOMMENDED_MODELS` | Add the model if it should appear in the recommended list (place by tier). |
170170

171-
Notes:
172-
- Empty-endpoint models (e.g. OpenRouter `~…-latest` aliases) are dropped by the
173-
export script and won't ship to the frontend — use the concrete pinned id.
174-
- `MODEL_MAP` keys are the proxy's **native** ids (`claude-fable-5`); values are
175-
**OpenRouter-style** ids (`anthropic/claude-fable-5`).
171+
Note: `MODEL_MAP` keys are the proxy's **native** ids (`claude-fable-5`); values
172+
are **OpenRouter-style** ids (`anthropic/claude-fable-5`).
176173

177174
## Rollback
178175

0 commit comments

Comments
 (0)