Skip to content

Version0.5.5

Latest

Choose a tag to compare

@PengZixuan30 PengZixuan30 released this 08 Jul 11:08

🎉 GamesAI v0.5.5 发布!| Released! | 發布!

🆕 新增功能 | New Features | 新增功能

🤖 AI 自主扩展 — 7 个全新工具

🤖 AI Self-Extension — 7 New Tools

🤖 AI 自主擴充 — 7 個全新工具

AI 现在可以自主扩展自身能力了!只需告诉 AI 你想要什么功能,它就能自己编写代码并应用。新增了以下工具:

  • 技能管理三件套write_skills(创建技能)、modify_skills(修改技能)、delete_skills(删除技能)——AI 可以帮你创建和管理技能指导文件。
  • 自定义工具管理read_custom_tools(读取工具文件)、modify_custom_tools(修改工具文件)——AI 可以帮你编写新的工具函数。
  • 实用工具setting_timer(定时等待)、reload_plugin(热重载插件)——AI 可以在操作完成后自动重载,无需你手动操作。

The AI can now extend its own capabilities! Just tell it what you want, and it will write the code and apply it. New tools include:

  • Skill Management: write_skills, modify_skills, delete_skills — the AI can create and manage skill instruction files for you.
  • Custom Tools Management: read_custom_tools, modify_custom_tools — the AI can write new tool functions for you.
  • Utilities: setting_timer (timed wait), reload_plugin (hot reload) — the AI can reload automatically after making changes.

AI 現在可以自主擴充自身能力了!只需告訴 AI 你想要什麼功能,它就能自己編寫程式碼並套用。新增了以下工具:

  • 技能管理三件組write_skillsmodify_skillsdelete_skills——AI 可以幫你建立和管理技能指導檔案。
  • 自訂工具管理read_custom_toolsmodify_custom_tools——AI 可以幫你編寫新的工具函式。
  • 實用工具setting_timer(定時等待)、reload_plugin(熱重載插件)——AI 可以在操作完成後自動重載。

🔄 热重载 | Hot Reload | 熱重載

重载插件时不再丢失聊天记录!!!gamesai reload 现在执行进程内热重载,保留所有对话历史,同时即时应用配置、技能和自定义工具的更改。

Reloading no longer loses chat history! !!gamesai reload now performs an in-process hot reload, preserving all conversations while instantly applying config, skills, and custom tools changes.

重新載入插件時不再遺失聊天記錄!!!gamesai reload 現在執行行程內熱重載,保留所有對話歷史,同時即時套用設定、技能和自訂工具的變更。


📚 内置技能文件 | Built-in Skill Files | 內建技能檔案

插件现在附带两个内置技能指导文件,AI 会在修改技能或工具前自动阅读,确保操作规范:

  • skills_management.md — 教导 AI 如何正确管理技能文件
  • custom_tools_management.md — 教导 AI 如何正确修改自定义工具

The plugin now ships with two built-in skill files that the AI reads automatically before modifying skills or tools:

  • skills_management.md — teaches the AI how to properly manage skill files
  • custom_tools_management.md — teaches the AI how to properly modify custom tools

插件現在附帶兩個內建技能指導檔案,AI 會在修改技能或工具前自動閱讀:

  • skills_management.md — 教導 AI 如何正確管理技能檔案
  • custom_tools_management.md — 教導 AI 如何正確修改自訂工具

🔧 其他改进 | Other Improvements | 其他改進

  • 修复了某些情况下 AI 对话报错的问题
  • 提升了重载功能的稳定性和响应速度
  • Fixed errors that occurred during AI conversations in certain scenarios
  • Improved reload stability and response speed
  • 修復了某些情況下 AI 對話報錯的問題
  • 提升了重載功能的穩定性和回應速度

完整更新日志见 README