GamesAI-v0.5.6.mcdr
版本
0.5.6
日期
2026年7月14日
大小
54.39 KiB
下载量
8
MD5
79fe82f32070b08b92ef507021dbd0a7SHA256
e3b1703f2d7e06562dcdb48bb4080073265ffdee125a723a9f6f646f3868c3d7依赖
MCDR 插件依赖
| 插件 ID | 依赖版本 |
|---|---|
| mcdreforged | >=2.15.0 |
Python 包安装指令
pip install openai requests更新日志
zh-CN
🆕 新增
!!ask无历史模式:新增-n/--no-history参数,可在不读取旧对话记录的情况下向 AI 提问,当前对话仍会被保存供后续使用。支持与-m组合指定模型。此功能由 @william-song-shy 提议。max_history可设为 0:将配置项max_history设为0即可完全禁用历史记录功能。
🐛 修复
- 工具异常不再中断对话:工具调用失败时 AI 会收到错误信息并尝试其他方式完成任务,不再导致整条对话终止。
- where2go 路径点查询修复:修复了
where2go插件已安装但尚未创建数据文件时,查询/删除路径点功能崩溃的问题。
EN
🆕 New Features
!!askNo-History Mode: Added-n/--no-historyflag to ask the AI without loading previous conversation history. The current conversation is still saved for future use. Can be combined with-mto specify a model. Suggested by @william-song-shy.max_history = 0Support: Setmax_historyto0to completely disable the conversation history feature.
🐛 Fixes
- Tool Errors No Longer Kill Conversations: When a tool call fails, the AI now receives the error and can try alternative approaches instead of the entire conversation thread being terminated.
- where2go Waypoint Query Fix: Fixed a crash when querying or deleting waypoints via the
where2goplugin when its data file had not yet been created.
zh-TW
🆕 新增
!!ask無歷史模式:新增-n/--no-history參數,可在不讀取舊對話記錄的情況下向 AI 提問,當前對話仍會被儲存供後續使用。支援與-m組合指定模型。此功能由 @william-song-shy 提議。max_history可設為 0:將設定項max_history設為0即可完全停用歷史記錄功能。
🐛 修復
- 工具例外不再中斷對話:工具呼叫失敗時 AI 會收到錯誤資訊並嘗試其他方式完成任務,不再導致整條對話終止。
- where2go 路徑點查詢修復:修復了
where2go插件已安裝但尚未建立資料檔案時,查詢/刪除路徑點功能崩潰的問題。