> ## 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.

# GitHub Integration, Readonly Mode, and Enhanced Streaming Controls

> Launch Oxygen from anywhere without requiring an existing project folder:

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

#### **Read-only Mode (Early Preview)**

Launch Oxygen 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*

<img src="https://mintcdn.com/oxy-internal/2ysRwFKWr6jO2xCq/changelog/images/2025-07-10/42976.png?fit=max&auto=format&n=2ysRwFKWr6jO2xCq&q=85&s=a9f8f1452ea2d90112daf8cd56e0441d" alt="Image" width="2024" height="2474" data-path="changelog/images/2025-07-10/42976.png" />

<img src="https://mintcdn.com/oxy-internal/2ysRwFKWr6jO2xCq/changelog/images/2025-07-10/421.png?fit=max&auto=format&n=2ysRwFKWr6jO2xCq&q=85&s=7c7c52f4fd27878bb0503f75f09715a8" alt="Image" width="2024" height="2474" data-path="changelog/images/2025-07-10/421.png" />

#### **Secret Management System and Github Settings**

Secure handling of sensitive configuration and credentials:

* **Encryption Master Key Support** - Provide your own encryption key or let Oxygen 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
  <img src="https://mintcdn.com/oxy-internal/2ysRwFKWr6jO2xCq/changelog/images/2025-07-10/17030.png?fit=max&auto=format&n=2ysRwFKWr6jO2xCq&q=85&s=fa0e2f0257a9e9f2cc2030fb0c6a197a" alt="Image" width="2872" height="2474" data-path="changelog/images/2025-07-10/17030.png" />

<img src="https://mintcdn.com/oxy-internal/2ysRwFKWr6jO2xCq/changelog/images/2025-07-10/86027.png?fit=max&auto=format&n=2ysRwFKWr6jO2xCq&q=85&s=3b2a33dd7234c82e6bdd20a5a4929bf6" alt="Image" width="2024" height="2474" data-path="changelog/images/2025-07-10/86027.png" />

#### **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
  <img src="https://mintcdn.com/oxy-internal/2ysRwFKWr6jO2xCq/changelog/images/2025-07-10/Safari.gif?s=7cebacbb9d23ef03d1d490394da1a0d8" alt="Image" width="1260" height="1080" data-path="changelog/images/2025-07-10/Safari.gif" />

### **Bug Fixes & Improvements**

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