datagrid-ai SDK, released in July 2026.
Agents
SDK · datagrid-ai@0.16.1
- Changed
openai.gpt-5.5is now an acceptedllm_modelvalue when creating or updating an agent, and when overriding the model onPOST /v1/converse. (reference)
SDK · datagrid-ai@0.16.1
- ChangedThe default
agent_modelchanged frommagpie-2.0tomagpie-2.5for agent create and update, and forPOST /v1/converse. (reference)- Migration: Set
agent_modelexplicitly to stay onmagpie-2.0.
- Migration: Set
Conversations
SDK · datagrid-ai@0.16.1
- BreakingMessage content can now be a structured JSON block.
MessageContentJsonwas added to the messagecontentunion with a matchingjsondiscriminator value, onPOST /v1/converseand both message-read endpoints. (reference)- Migration: Clients that switch exhaustively on the message content type must handle
json. Treat unrecognized content types as a non-fatal default rather than throwing.
- Migration: Clients that switch exhaustively on the message content type must handle