Version 1.0.2
Changes in this Update:
- Fix: Resolved an issue with incorrect OpenAI API request formatting that caused request failures.
- Feature: Merged the
feature-chat-history-save-call
branch, adding support for saving and retrieving chat history. - Improvement: Updated related code to ensure compatibility and smooth execution of new features.
Notes:
- Please back up your configuration files in advance!
- This update requires deleting the
lang
files so that the plugin can regenerate them. - If configuration files fail to regenerate after deletion, please submit an issue for assistance; we will address it as soon as possible.
版本 1.0.2
本次更新的主要变更:
- 修复: 修正了 OpenAI API 请求格式错误的问题,该问题曾导致请求失败。
- 功能: 合并了
feature-chat-history-save-call
分支,新增了聊天历史记录保存和调用的支持。 - 改进: 更新了相关代码,确保新功能的兼容性和平稳运行。
注意事项:
- 请提前备份好配置文件!
- 本次更新需删除
lang
文件以让插件重新生成新的语言文件。 - 如果配置文件仍无法再生,请提交Issue,我们将尽快修复相关问题。
Version 1.0.2-rc2
Changes in this Update:
- Added multi-language support for command usage text in
plugin.yml
. - Implemented player conversation history save and call functionality during AI interactions.
- Fixed issues related to configuration file updates.
Notes:
- Please back up your configuration files in advance!
- This update requires deleting the
lang
files so that the plugin can regenerate them. - If configuration files fail to regenerate after deletion, please submit an issue for assistance; we will address it as soon as possible.
Version 1.0.1 New Features:
- Added multi-language support, including the
lang
directory withen.lang
(English) andzh_cn.lang
(Simplified Chinese) language files. - Added
/ollamachat toggle <ai-name>
command to dynamically enable or disable specific AI services. - Added
/aichat <ai-name> <prompt>
command to interact with other AI services.
Improvements:
- Optimized configuration file loading logic to automatically update
config.yml
when configurations do not match, without modifying the original configuration values. - Enhanced error message prompts to support reading messages from language files.
Fixes:
- Fixed issues with language file formatting to ensure compliance with YAML specifications.
- Resolved problems where AI configurations were not properly loaded during plugin config reloads.