fix(codex): resolve PR review contract and i18n drift

This commit is contained in:
Tam Nhu Tran
2026-04-26 11:24:08 -04:00
parent 82c92aa940
commit 8911906e9f
3 changed files with 30 additions and 25 deletions
@@ -113,19 +113,13 @@ export function CodexDocsTab({ diagnostics }: CodexDocsTabProps) {
<CardContent className="space-y-3 text-sm text-muted-foreground">
<div className="space-y-1.5">
<p>
{/* TODO i18n: missing key codex.builtInLabel */}
<strong>Built-in:</strong> Use <code>ccsxp</code> for native Codex with the{' '}
<code>cliproxy</code> provider shortcut.
<strong>{t('codex.builtInLabel')}</strong> {t('codex.builtInCcsxpDesc')}
</p>
<p>
{/* TODO i18n: missing key codex.nativeLabelRecipe */}
<strong>Native:</strong> Configure the recipe below to use CLIProxy directly with{' '}
<code>codex</code>.
<strong>{t('codex.nativeRecipeLabel')}</strong> {t('codex.nativeRecipeDesc')}
</p>
<p>
{/* TODO i18n: missing key codex.managedBridgeLabel */}
<strong>Managed bridge:</strong> Use <code>ccs codex --target codex</code> when you
want the stricter CCS-managed route explicitly.
<strong>{t('codex.managedBridgeLabel')}</strong> {t('codex.managedBridgeDesc')}
</p>
</div>
<pre className="overflow-x-auto rounded-md border bg-muted/20 p-3 text-xs text-foreground">