Skip to content

v0.8.0

Choose a tag to compare

@johnfunmula johnfunmula released this 21 Apr 06:03
· 793 commits to main since this release

What's Changed

Breaking Changes

v0.8.0 Release Notes

⚠️ Chat History Compatibility Issue

This update replaces the MCP Host implementation with the Python-based dive-mcp-server. Due to incompatible message formats between the old and new systems, upgrading to this version will result in the loss of existing chat history.

Please backup important conversations before upgrading.

⚠️ Configuration Files Location Change

Starting with this version, all configuration files are now stored in the .dive/config directory under the user's home directory.

New Features

  • Added support for LM-Studio configuration, fixing issue #21
  • Implemented chat mode without default system prompts

Development Changes

  • Development command changed from npm run dev:electron to npm run dev
  • Now using configuration files from the project's .config directory instead of system configuration
  • Added required development dependency: uv

New Contributors

Full Changelog: v0.7.9...v0.8.0