Skip to content

Tags: Lucassssss/eechat

Tags

v0.8.5

Toggle v0.8.5's commit message
fix(updater): disable auto install on app quit

This change prevents automatic installation of updates when the app quits, giving users more control over when updates are applied. The previous behavior could interrupt user workflows by forcing updates at inconvenient times.

v0.8.4

Toggle v0.8.4's commit message
fix(updater): disable auto install on app quit

This change prevents automatic installation of updates when the app quits, giving users more control over when updates are applied. The previous behavior could interrupt user workflows by forcing updates at inconvenient times.

v0.8.3

Toggle v0.8.3's commit message
Merge branch 'main' of e.coding.net:huayueye/ai_rocket/deepseek

v0.8.2

Toggle v0.8.2's commit message
build: disable build dependencies from source

Disable building dependencies from source, node-gyp rebuild, and npm rebuild to improve build performance and reduce build time. These settings are not required for our current build process.

v0.8.1

Toggle v0.8.1's commit message
feat: add support for Chinese model names and update dependencies

- Added `name_zh` field to the `Model` interface to support Chinese model names
- Updated dependencies in `package.json` to include `csv-parser` and `xlsx`
- Refactored `ApiModel.vue` to improve readability and handle Chinese model names

v0.8.0

Toggle v0.8.0's commit message
refactor(updateDatabase): restructure database update logic for clarity

The database update logic in `updateDatabase.js` was refactored to improve readability and maintainability. The changes include:
- Moving the version check and SQL file execution outside the `if-else` block to simplify the flow.
- Adding logging for skipped SQL update files to provide better visibility into the update process.

Additionally, the SQL update script `v1.5.sql` was modified to add the `name_zh` column to the `llm_config_provider` and `llm_providers` tables, ensuring compatibility with future requirements.

v0.7.7

Toggle v0.7.7's commit message
fix(chat): handle missing chunk data and update tool call finish reason

Ensure the chat service continues processing when chunk data is incomplete and update the finish reason check in ToolCallMerger to include 'tool_use'. This prevents potential errors and ensures consistent behavior when handling tool calls.

v0.7.6

Toggle v0.7.6's commit message
refactor(rag): remove unused td import and update embedding dimension…

… handling

The `td` import was unused and has been removed from DocumentTable.vue. The `embedding_dimension` type in rag.ts was changed to `any` to handle dynamic values, and the value in SelectItem components was cast to String to ensure consistent type handling.

v0.7.5

Toggle v0.7.5's commit message
build(electron-builder): Sign config for MacOS