Releases: OpenAgentPlatform/Dive
v0.9.9
What's Changed
- fix: can't copy the cached image in local by @ckaznable in #279
- chore: bump mpc host version by @ckaznable in #285
Full Changelog: v0.9.8...v0.9.9
v0.9.8
What's Changed
- chore: bump mcp host version by @johnfunmula in #276
- fix: the model list for anthropic in tauri by @ckaznable in #275
- fix: wrong provider in advance setting of the model by @ckaznable in #274
- feat: list priority sorting oap model by @ckaznable in #273
- fix: update download progress calculation and add downloaded file siz… by @johnfunmula in #272
- fix: not auto use the oap model selected at last time in each launch by @johnfunmula in #271
- feat: sort the list of the llm models by create time by @ckaznable in #269
- adjust UI/UX
Full Changelog: v0.9.7...v0.9.8
v0.9.7
What's Changed
- fix: models select for the provider with openai compatible by @ckaznable in #270
- feat: move sidebar sidemenu into setting, account page, updateButton UI
- feat: move upgradeBtn to header
- fix: ignore minError when field is not required in CustomEdit
- fix: Automatically open OAP MCP when adding an MCP server(shouldn't)
Full Changelog: v0.9.6...v0.9.7
v0.9.6
What's Changed
- chore(deps-dev): bump electron-builder from 25.1.8 to 26.0.12 by @dependabot[bot] in #261
- fix some issues of oap by @johnfunmula in #268
Full Changelog: v0.9.5...v0.9.6
v0.9.5
What's Changed
- chore(deps-dev): bump mermaid from 11.4.1 to 11.10.1 by @dependabot[bot] in #259
- chore(deps): bump electron-log from 5.2.4 to 5.4.3 by @dependabot[bot] in #263
- feat: update uv.lock.md5 if mcp host deps changed by @ckaznable in #266
- feat: combine setting relative pages into single page by @ckaznable in #262
- chore: bump mcp-host version by @johnfunmula in #267
Full Changelog: v0.9.4...v0.9.5
v0.9.4
What's Changed
- Create SECURITY.md by @Suuuuuzy in #250
- feat: support tauri for linux by @johnfunmula in #251
- fix: improve port resolution logic with interval polling by @ckaznable in #253
- fix: model settings issue for openai compatlble and tool in prompt by @ckaznable in #254
- chore: bump mcp host version by @ckaznable in #255
New Contributors
Full Changelog: v0.9.3...v0.9.4
v0.9.3
What's Changed
- chore(lint): add dead code allowance for without_job_management function by @johnfunmula in #242
- feat: remove global parameter settings by @johnfunmula in #241
- fix: the model select not work with openai compatible provider by @johnfunmula in #244
- fix: the oap mcp server search by @johnfunmula in #247
- feat: add tauri support for macos by @johnfunmula in #243
- chore: bump the dependencies for tauri by @johnfunmula in #248
Full Changelog: v0.9.2...v0.9.3
v0.9.2
What's Changed
- feat: reload oap models when launch by @ckaznable in #239
- update mcp host version
Full Changelog: v0.9.1...v0.9.2
v0.9.1
What's Changed
- chore(deps-dev): bump vite-node from 3.0.1 to 3.2.4 by @dependabot[bot] in #227
- chore(deps-dev): bump react-i18next from 15.4.0 to 15.6.1 by @dependabot[bot] in #225
- chore(deps): bump @anthropic-ai/sdk from 0.39.0 to 0.57.0 by @dependabot[bot] in #223
- chore(deps-dev): bump typescript-eslint from 8.19.0 to 8.38.0 by @dependabot[bot] in #224
- chore(deps): bump form-data from 4.0.1 to 4.0.4 by @dependabot[bot] in #229
- fix(llm): update OpenAI API endpoint to include version by @johnfunmula in #232
- feat: support azure_openai provider for tauri version by @johnfunmula in #221
- chore: add the workflow to publish to oap in ci by @ckaznable in #234
- fix: updater on windows in tauri by @johnfunmula in #222
- feat: Ignore tls verify for openai compatible & ollama by @johnfunmula in #230
- fix: the toggle to switch tool call enable button by @johnfunmula in #233
- chore: add uninstall hook for windows nsis installer by @ckaznable in #235
- chore: bump mcp host version by @johnfunmula in #236
- fix: update import statement in HostProcess to use site.addsitedir by @johnfunmula in #238
Full Changelog: v0.9.0...v0.9.1
v0.9.0
Dive 0.9.0 Release Notes
Major Architecture Changes
Starting from version 0.9.0, Dive introduces a significant architectural transformation. The application will now be available in two distinct versions:
- Electron version (existing architecture)
- Tauri version (new modern architecture)
The Tauri version will initially be released for Windows, with macOS and Linux versions to follow as we gradually migrate the entire ecosystem to the Tauri architecture.
🚀 New Features
- OAP Platform Integration: Added comprehensive support for OAP login and authentication
- Dual Architecture Support: Frontend codebase now supports both Electron and Tauri frameworks simultaneously
- Optimized Installer Size: Tauri version removes most runtime dependencies, downloading them on first launch, resulting in a Windows installer under 30MB
- Enhanced Model Configuration: Complete restructuring of model settings with the introduction of
model_settings.json
for managing multiple models under the same API key - Granular MCP Server Control: MCP servers now support individual tool enable/disable functionality for better customization
- UI/UX Improvements: Various user interface enhancements and refinements across the application for better user experience
- dive-mcp-host Updates: The dive-mcp-host component has been updated to incorporate all the latest architectural improvements
🛠️ Development Changes
Due to the dual-architecture approach (Electron + Tauri), the development workflow has been updated:
- Electron Development: Unchanged workflow using
npm run dev
command - Tauri Development: Requires Tauri CLI installation followed by
cargo tauri dev
for development - Frontend Development: Since both architectures share the same frontend codebase, using the Electron development workflow (
npm run dev
) is recommended for smoother frontend-only development experience - IPC Communication: Changed from direct
ipcRenderer
calls for Electron communication to abstracted bridge functions defined insrc/ipc
that support both Electron and Tauri backends
🔧 Technical Improvements
- Unified frontend codebase supporting multiple desktop frameworks
- Improved model management system with JSON-based configuration
- Enhanced MCP server flexibility with per-tool controls
- Streamlined authentication flow with OAP platform integration
Platform Availability
- Windows: Available in both Electron and Tauri versions
- macOS: Currently Electron only (Tauri version coming soon)
- Linux: Currently Electron only (Tauri version coming soon)
OAP Release Notes
Major Feature: OAP Cloud Service Integration
Overview
This release introduces native support for OpenAgent Platform (OAP) cloud services, fundamentally addressing the deployment complexity challenges in the MCP ecosystem.
Background & Motivation
Since December 2024, our team has been working extensively with Model Context Protocol (MCP). While MCP provides powerful capabilities, we identified critical adoption barriers:
- Complex dependency management: Docker, Python environments, and platform-specific configurations
- Cross-platform compatibility issues: Inconsistent behavior across Windows, macOS, and Linux
- High technical barrier: Average users struggle with server setup and maintenance
Local deployment scenarios often require multiple complex installations (searxng for web search, yt-dlp for media processing, playwright for web automation), creating significant friction for end users.
Solution: OAP Cloud Architecture
We developed OAPHub.ai (https://oaphub.ai/) as a managed MCP service platform, offering:
Core Technical Features:
- Streamable Protocol Implementation: Enhanced MCP protocol supporting real-time streaming capabilities
- Multi-client Integration: Universal compatibility across AI development tools
- Managed Infrastructure: Fully hosted MCP servers with enterprise-grade reliability
Integration Methods:
Configuration-based Integration
- Supported Clients: Claude Code, Gemini CLI, OpenAI-SDK, Cursor, and other config-driven tools
- Method: Copy/paste streamable configuration files
- Use Case: Development environments requiring programmatic access
Deep Link Integration
- Supported Clients: Cursor, LM Studio, Dive Desktop
- Method: One-click connection via custom URI schemes
- Use Case: Desktop applications with native deep link support
OAuth Flow Integration
- Supported Clients: Claude Desktop
- Method: Secure OAuth 2.0 authentication flow
- Use Case: Enterprise applications requiring secure authentication
Impact & Benefits
- Deployment Time: Reduced from hours to minutes
- Technical Expertise Required: Eliminated for end users
- Platform Compatibility: Unified experience across all supported platforms
- Maintenance Overhead: Zero ongoing maintenance for users
Migration Notes
Existing local MCP/LLM configurations remain fully supported. OAP integration is additive and does not affect current workflows.