fix(openai): default GPT-5 prompt overlay

This commit is contained in:
Peter Steinberger
2026-04-21 02:28:44 +01:00
parent b6a8759b29
commit ab03d4e037
4 changed files with 31 additions and 10 deletions

View File

@@ -52,7 +52,7 @@
"type": "string",
"enum": ["friendly", "on", "off"],
"default": "friendly",
"description": "Controls the default OpenAI-specific personality used for OpenAI and OpenAI Codex runs. `friendly` and `on` enable the overlay; `off` disables it."
"description": "Controls the OpenAI-specific friendly interaction-style overlay for GPT-5 OpenAI and OpenAI Codex runs. `friendly` and `on` enable the style overlay; `off` disables only that style layer."
}
}
}