Skip to content

Version 0.5.9

Choose a tag to compare

@PengZixuan30 PengZixuan30 released this 22 Jul 06:14

🎉 GamesAI for MCDReforged v0.5.9


English | 简体中文 | 繁體中文


✨ What's New / 新增内容 / 新增內容

🔧 System Message Refactoring / System 消息重构 / System 訊息重構

The system prompt sent to the AI has been restructured into four independent parts: current time & language, AI prompt, registered skills, and database content. This improves compatibility with various AI models and makes the prompt structure cleaner.

发送给 AI 的 system 提示词已重构为四条独立消息:当前时间与语言、AI 提示词、已注册 Skills、数据库内容。提升了对不同 AI 模型的兼容性。

發送給 AI 的 system 提示詞已重構為四條獨立訊息:目前時間與語言、AI 提示詞、已註冊 Skills、資料庫內容。提升了對不同 AI 模型的相容性。


🛠️ New Tool: ai_read_all_data / 新增工具 ai_read_all_data / 新增工具 ai_read_all_data

The AI can now read all key-value pairs from the public database in a single call, eliminating the need to query keys one by one.

AI 现在可以一次性读取公共数据库中的所有键值对,无需逐个查询。

AI 現在可以一次性讀取公共資料庫中的所有鍵值對,無需逐個查詢。


📊 Real-Time Database Injection / 数据库实时注入 / 資料庫即時注入

The public database content is now automatically included in every AI request, so the AI always has up-to-date knowledge without needing to call any tools first.

公共数据库内容现在会自动注入到每次 AI 请求中,AI 无需先调用工具即可掌握最新数据。

公共資料庫內容現在會自動注入到每次 AI 請求中,AI 無需先呼叫工具即可掌握最新資料。


🎨 Thinking Message Style / Thinking 消息样式 / Thinking 訊息樣式

The "Thinking..." message now displays in gray (§7), making it visually distinct from the AI's actual response.

「正在思考...」消息现在以灰色显示,与 AI 实际回复形成视觉区分。

「正在思考⋯⋯」訊息現在以灰色顯示,與 AI 實際回覆形成視覺區分。


🐛 Bug Fixes / Bug 修复 / Bug 修復

Fixed an issue where certain tool calls could cause API errors (HTTP 400) on some AI providers.

修复了部分工具调用在某些 AI 服务商上可能导致 API 错误(HTTP 400)的问题。

修復了部分工具呼叫在某些 AI 服務商上可能導致 API 錯誤(HTTP 400)的問題。


Full Changelog: v0.5.8...v0.5.9