feat(providers): share GPT-5 prompt overlay

This commit is contained in:
Peter Steinberger
2026-04-22 23:13:49 +01:00
parent 7b2c9a6fa3
commit 2cd3164a0f
19 changed files with 420 additions and 216 deletions

View File

@@ -95,7 +95,7 @@
"type": "string",
"enum": ["friendly", "on", "off"],
"default": "friendly",
"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."
"description": "Legacy compatibility fallback for the shared GPT-5 friendly interaction-style overlay. Prefer agents.defaults.promptOverlays.gpt5.personality. `friendly` and `on` enable the style overlay; `off` disables only that style layer."
}
}
}