🐛 修复
- default to text replies for voice input by @jxxghp
🔧 其他
- clarify attachment data url handling by @jxxghp
- 调整语音文件大小限制,超出 10MB 时禁止识别 by @jxxghp
- 修复 _resolve_provider_name 方法递归调用问题,改为静态方法并标准化 provider 名称解析逻辑 by @jxxghp
- 优化 OpenAIVoiceProvider 逻辑,简化凭证与 provider 解析方法并调整最大转录文件大小限制 by @jxxghp
- 重构语音能力配置与逻辑,统一音频输入输出开关并优化语音回复判断 by @jxxghp
- 调整 LLM_TEMPERATURE 配置参数默认值为 0.3 by @jxxghp
- 重构 UgreenCrypto 模块路径至 app.modules.ugreen 并更新相关引用 by @jxxghp
- 调整 System Core Prompt.txt,将核心能力说明移至更显著位置并优化结构 by @jxxghp
- 新增多个人设说明文档并完善测试用例 by @jxxghp
- 更新 init.py by @jxxghp
- 更新 README.md by @jxxghp
- Refactor agent persona runtime layering by @jxxghp
- 更新 _plugin_tool_utils.py by @jxxghp
- refine plugin agent tool responsibilities by @jxxghp
- Refactor _query_plugin_data to static async method by @jxxghp
- add plugin agent management tools by @jxxghp
- Add MseeP.ai badge to README.md by @MseeP.ai
完整更新记录: v2.10.7...v2.10.8