Customer Demo Project
Streamlined onboarding with pre-configured demo templates:- Quick Start Template - Instantly initialize Oxy with a ready-to-use demo project in cloud mode using the customer-demo template
- Faster Onboarding - Get started immediately without manual configuration setup
This is currently available exclusively when using
--cloudflag. Standard deployment users can replicate the demo experience by downloading the demo folder from [GitHub source code and runningoxy serve

Enhanced Testing Capabilities
CI/CD-ready testing improvements foroxy test command:
- JSON Output Format - New
--format jsonflag for machine-readable output suitable for automated pipelines - Accuracy Thresholds - Introduced
--min-accuracythreshold enforcement with exit code 0/1 based on test compliance - Flexible Threshold Modes - Implemented
--threshold-mode(average/all) for configurable evaluation across multiple test cases - Backward Compatible - All enhancements maintain full compatibility with existing test workflows These improvements enable robust CI/CD integration with configurable quality gates and automated test validation.
Platform Improvements
- OpenAI Compatibility Fix - Resolved compatibility issue with latest async_openai version that caused errors with tool choice functionality
- Workflow IDE Input Fix - Fixed issue where space key was hijacked by other app components, preventing space character entry in workflow IDE
- Dependencies Update - Updated all dependencies to latest versions for improved performance and security