Skip to main content

Read-only Mode (Early Preview)

Launch Oxy from anywhere without requiring an existing project folder:
  • Zero-Setup Deployment - Start fresh with oxy serve --readonly from any directory
  • GitHub Repository Integration - Connect to your GitHub repository during initial setup to bootstrap your project
  • Streamlined Onboarding - Guided workflow to get started without manual project configuration Note: This is an early preview feature and may encounter some edge cases during initial use. Starting the server without --readonly will not show any changes in behavior for now
Image Image

Secret Management System and Github Settings

Secure handling of sensitive configuration and credentials:
  • Encryption Master Key Support - Provide your own encryption key or let Oxy generate one automatically
  • Secure Storage - User secrets like Github tokens or OPENAI API KEYs are encrypted and stored safely within the deployment
  • GitHub Settings Management - Configure GitHub repository sync and manage connection settings for seamless project integration Image
Image

Enhanced Streaming Controls

Improved control over AI conversations:
  • Stream Cancellation - Stop ongoing AI responses mid-stream with dedicated cancel functionality
  • Responsive Interface - Immediate feedback when canceling operations for better user control Image

Bug Fixes & Improvements

Fixed minor type conversion issues in the unified semantic layer and updated dependencies for improved stability