Update changelog for developer message simplification

This commit is contained in:
Paul Kompfner
2026-03-20 16:06:39 -04:00
parent e0bc9c73c6
commit 2bb36b5b66

View File

@@ -1 +1 @@
- Added support for "developer" role messages in conversation context across all LLM adapters. For non-OpenAI services (Anthropic, Google, AWS Bedrock), an initial "developer" message is promoted to the system instruction when no `system_instruction` is configured; otherwise it is converted to a "user" message. For OpenAI services, "developer" messages pass through in conversation history. For the Responses API, they are kept as "developer" role (matching the existing "system" → "developer" conversion).
- Added support for "developer" role messages in conversation context across all LLM adapters. For non-OpenAI services (Anthropic, Google, AWS Bedrock), "developer" messages are converted to "user" messages (use `system_instruction` to set the system instruction). For OpenAI services, "developer" messages pass through in conversation history. For the Responses API, they are kept as "developer" role (matching the existing "system" → "developer" conversion).