> ## Documentation Index
> Fetch the complete documentation index at: https://oxy.tech/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# GUI Configuration Editor and Chat Experience Improvements

> Visual interface for managing Oxygen configurations:

<Icon icon="calendar" iconType="regular" size={16} /> **November 27, 2025**

### New Features

#### GUI Configuration Editor

Visual interface for managing Oxygen configurations:

* **Form-Based Editing** - Configure agents, workflows, and database connections through intuitive forms and dropdowns instead of YAML code
* **Reduced Learning Curve** - No need to memorize YAML syntax or configuration schemas
* **Visual Configuration Management** - Edit settings visually while maintaining the same powerful capabilities as code-based configuration
  The GUI editor provides a user-friendly alternative to manual YAML editing, making Oxygen more accessible while preserving the flexibility of code-based configuration for advanced users.

<img src="https://mintcdn.com/oxy-internal/qygWo0nXJD2A89_J/changelog/images/2025-11-27/photo-collage.png?fit=max&auto=format&n=qygWo0nXJD2A89_J&q=85&s=996b5277ed549d40c628a039378281eb" alt="Image" width="1920" height="1080" data-path="changelog/images/2025-11-27/photo-collage.png" />

### Platform Improvements

* **First Message Auto-Navigation** - Fixed issue where creating a new chat thread didn't automatically navigate to that thread after submitting the first message
* **Workflow Execution from Chat** - Resolved error when running workflows directly from the chatbox interface
* **Rust and Dependencies Update** - Updated to latest Rust version and upgraded all dependencies for improved performance and security
