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

# Deep Research Mode, Enhanced Workflow Controls, and Cloud Onboarding Improvements

> Introducing deep research capabilities for complex analytical workflows:

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

### New Features

#### Deep Research Mode

Introducing deep research capabilities for complex analytical workflows:

* **Multi-Step Research Plans** - Agents can now autonomously plan and execute comprehensive research workflows with multiple transition types
* **Structured Research Flow** - Define research workflows with `start`, `transitions`, and `end` configurations for query, visualization, and insight generation
* **Block-Based Message Architecture** - Refactored message storage to support rich, structured content blocks for better research output organization
* **Integrated Thread Display** - Seamlessly view research progress and results within conversation threads
  Deep research mode enables agents to conduct thorough analysis by combining data queries, visualizations, and insights into cohesive research outputs.

Example transition types:

* `query` - Execute analytical queries against databases
* `visualize` - Generate data visualizations
* `insight` - Synthesize findings and generate insights
  An example of deep research can be\[ found in our repo

<img src="https://mintcdn.com/oxy-internal/qygWo0nXJD2A89_J/changelog/images/2025-11-20/23987.png?fit=max&auto=format&n=qygWo0nXJD2A89_J&q=85&s=cecb4ea76361674834d446b21e93f6e4" alt="Image" width="1023" height="1253" data-path="changelog/images/2025-11-20/23987.png" />

#### Enhanced Workflow Output Controls

Improved interaction with workflow execution logs:

* **Expand/Collapse All** - Toggle visibility of all log items simultaneously with centralized state management
* **Copy Functionality** - Copy individual log items or all logs at once with dedicated copy buttons
* **Better Log Management** - Enhanced user control over large workflow execution outputs
  <img src="https://mintcdn.com/oxy-internal/qygWo0nXJD2A89_J/changelog/images/2025-11-20/19141.png?fit=max&auto=format&n=qygWo0nXJD2A89_J&q=85&s=6c669e84778311d8067e60728005187d" alt="Image" width="2346" height="874" data-path="changelog/images/2025-11-20/19141.png" />

### Platform Improvements

* **GitHub App Webhook Fix** - Resolved onboarding issue in cloud mode where users were blocked if GitHub app was installed before deployment
* **Workflow Output UX** - Added header controls for batch operations on workflow logs
* **Rust and Dependencies Update** - Updated to latest Rust version and upgraded all dependencies for improved performance and security
