Skip to main content

New Features

Comprehensive Observability Metrics

Advanced analytics for monitoring and analyzing platform usage (requires --enterprise flag and Oxy Enterprise License):
  • Metrics Analytics - Track and analyze query patterns, execution methods, and user behavior across the platform
  • Execution Analytics - Monitor how users interact with different execution paths and tools
  • Enhanced Cluster Visualization - Improved UI components with breakdown tables showing semantic clustering patterns
  • Backend Instrumentation - Rust backend instrumented with observability events for comprehensive metrics tracking
  • Unified Navigation - New observability pages integrated into the main navigation with dedicated API routes
Access through the IDE’s Observability section to gain insights into platform usage patterns and performance characteristics.

Dynamic App Creation with v0.dev

AI-powered application generation integrated into Oxy workflows:
  • v0.dev API Integration - Generate applications using v0.dev’s AI-powered code generation
  • Sandbox Environment Management - Secure sandbox environments for running and testing generated applications

Enhanced GUI with Searchable Dropdowns

Improved field selection across the interface:
  • Searchable Dropdowns - Converted text input fields to Combobox components for topics, dimensions, measures, and task references
  • Better Discoverability - Field selection now more intuitive with search and autocomplete functionality
  • Smart Field Clearing - Automatic field clearing when topic selection changes to prevent invalid configurations
  • Reusable Components - New TaskRefSelect and TaskColumnSelect components with hooks (useTopicFiles, useTopicFieldOptions)

Object Creation in IDE

Streamlined object creation workflow:
  • New Object Button - Create agents, workflows, apps, views, and topics directly from the IDE sidebar
  • Dropdown Menu - Quick access to all object types through organized dropdown interface
  • Smart Defaults - View modes automatically set based on sidebar mode (OBJECTS vs FILES) for better navigation context
  • Responsive Design - TabsHeader collapses action buttons into dropdown on small screens

Platform Improvements

LLM Infrastructure Refactor

  • Modular Architecture - Modernized LLM provider architecture with dedicated crates for each vendor (OpenAI, Anthropic, Gemini, Ollama) for better modularity and maintainability

Bug Fixes

  • OpenAI Response Handling - Implemented permissive deserialization for OpenAI completion responses to handle edge cases gracefully
  • Table Display - Updated table naming to use file stem instead of full path for cleaner presentation
  • Project Management - Refactored ProjectBuilder and ProjectManager to explicitly require and store project_id for better context management

Dependencies Update

  • Latest Versions - Updated Rust and all dependencies to latest versions for improved performance and security