Version 1.0.3
Changes in this Update:
- Feature: Added status bar display for prompt answer generation, showing 0% at start and 100% at completion.
- Feature: Implemented streaming response functionality for testing (Note: Limited practical effect due to Minecraft's native constraints).
- Improvement: Updated
Ollamachat
to apply response prefix only to the first streaming message for cleaner output.
Notes:
- Please back up your configuration files in advance! This update still requires a rebuild of the configuration.
- This update requires deleting the
lang
files so that the plugin can regenerate them.
版本 1.0.3
本次更新的主要变更:
- 功能: 新增了生成提示答案时的状态显示条,显示开始时 0%,完成时 100%。
- 功能: 实现了流式传输功能的测试(注:受 Minecraft 原生限制,此功能几乎无实际表现)。
- 改进: 更新了
Ollamachat
,仅对流式传输的首条消息应用响应前缀,以获得更简洁的输出。
注意事项:
- 请提前备份好配置文件!本次更新仍需重新生成配置。
- 本次更新需删除
lang
文件以让插件重新生成新的语言文件。
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.