What's Changed
- feat: support Japanese translation by @shiena in #122
- chore: Adding missing keys for i18n by @johnfunmula in #124
- Update OpenAI compatible field to required by @johnfunmula in #125
- feat(break): replacement mcp client service with dive-mcp-host by @johnfunmula in #123
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:electrontonpm run dev - Now using configuration files from the project's
.configdirectory instead of system configuration - Added required development dependency: uv
New Contributors
Full Changelog: v0.7.9...v0.8.0