File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file.
44
5- ## [ 0.5.0] - 2026-05-11
5+ ## [ 0.5.0] - 2026-06-05
66
77### ✨ New Features (新增功能)
88- ** 供应商与模型** :
99 - 新增 Anthropic 类型供应商支持。
1010 - 修改默认供应商模型,支持 DeepSeek-V4 和 MiniMax-M2.7。
11+ - DeepSeek 供应商独立拆分,创建独立的 DeepSeekChat / DeepSeekChatStream 类。
12+ - 新增 OpenAI 兼容协议 V2(/v2/chat/completions)支持,兼容讯飞 CodePlan 等平台。([ #12 ] ( https://github.com/925236118/AlphaAgent/pull/12 ) )
1113- ** 动画工具** :
1214 - 添加动画播放器相关的工具调用。
1315 - 统一节点路径标准化,支持自动转换场景根节点路径与 AnimationPlayer root_node 相对路径。
14- - ** Tools**
16+ - ** Tools** :
1517 - 添加读取和操作用户输入映射工具。
1618- ** 技能系统** :
1719 - 重构 skill 加载系统,添加大量默认 skill。
1820- ** 输入优化** :
1921 - 优化用户输入框,添加 skill 和 path 补全功能。
22+ - ** 角色管理重构** :
23+ - 新增角色管理弹窗,左侧角色列表 + 右侧详情,支持只读/编辑模式切换。
24+ - 默认角色自动创建逻辑简化,移除阻塞启动的 while 轮询循环。
25+ - ** 性能优化** :
26+ - 设置页、技能页、记忆页改为首次可见时才初始化,减少插件启动时的加载压力。
27+ - message_item._ process 改为按需启停,空闲时不再每帧运行。
2028
2129### 🐛 Bug Fixes (问题修复)
2230- 修复 CheckScriptError 工具在脚本含有 ` class_name ` 定义时静态检查始终失败的问题。([ #9 ] ( https://github.com/925236118/AlphaAgent/pull/9 ) )
2331- 优化标题生成逻辑和思考内容展示。
32+ - 修复 Anthropic 兼容 API 适配问题。
33+ - 限制输入框最大高度,防止内容过多撑破 UI 布局。
2434
2535### 🔧 Improvements (优化改进)
2636- 修改代码文件层级,优化项目结构。
37+ - 清理 OpenAI 聊天包装器中耦合的 DeepSeek 特殊处理逻辑。
2738
2839## [ 0.4.0] - 2026-02-24
2940
Original file line number Diff line number Diff line change @@ -23,10 +23,6 @@ window/size/viewport_height=1152
2323
2424project/assembly_name ="GodotAiAgent"
2525
26- [editor_plugins ]
27-
28- enabled =PackedStringArray ("res://addons/agent/plugin.cfg" )
29-
3026[input ]
3127
3228jump ={
You can’t perform that action at this time.
0 commit comments