You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(codex): simplify Codex to single-key mode with DisableCooling
- Remove apiKeyEntries and name from ProviderKeyConfig, add disableCooling
- Simplify CodexSection to single key display with disableCooling badge
- Rewrite CodexEditPage from multi-key table to simple key+proxy input
- Update transformers/serializers for single-key format
- Add i18n translations for disable-cooling (en/zh-CN/ru)
- Fix downstream references in CredentialStatsCard, sourceResolver, utils
Copy file name to clipboardExpand all lines: src/i18n/locales/en.json
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -273,6 +273,8 @@
273
273
"codex_keys_count": "Keys Count",
274
274
"codex_websockets_label": "Websockets",
275
275
"codex_websockets_hint": "Enable Responses API websocket transport for this key.",
276
+
"codex_disable_cooling_label": "Disable Cooling",
277
+
"codex_disable_cooling_hint": "When enabled, this key will not be cooled down in round-robin scheduling. Suitable for keys with no concurrency limits.",
0 commit comments