v6.3.0
BenedictKing/ccxv6.3.0Nov 20, 2025by tanchongmin
AI Summary
Introduces support for StrictJSON Schema to generate Pydantic models for structured outputs from LLM providers, specifically OpenAI and Gemini.
Key Highlights
- Support for StrictJSON Schema
- Pydantic Structured Outputs focus
- Refactored YAML parsing into helper functions
New Features
- StrictJSON Schema support for OpenAI and Gemini
- Pydantic model generation for structured outputs
Full Release Notes
- Added support for using StrictJSON Schema for OpenAI and Gemini models - Default StrictJSON will now be focused on using StrictJSON Schema to generate Pydantic for Structured Outputs from LLM Providers - Refactored parse_yaml.py into parse_yaml.py and helper_functions.py, where the helper_functions are the converters from StrictJSON schema to Pydantic models