Tags: SonicBotMan/SoloFlow
Tags
feat: A/B/C/D response logic for skill proposal Plugin changes: - SessionTracker: add awaiting_choice flag - cmd_propose: set awaiting_choice=True, inject clear AI instructions - cmd_generate: parse A/B/C/D shorthand + --type md|py|both flag - Selective file generation (md only, py only, or both) - D choice → skip with message - Response shows type_label (SKILL.md / plugin.py / both) SKILL.md changes: - Add 'Handling User Response' table mapping A/B/C/D to commands - Explicit 'Do NOT generate until user responds' instruction Test: 173 passed
v1.6.0: 10-framework learning iteration complete New modules (all with tests): - checkpoint/ (LangGraph) - 11 tests - dispatch/ (DeerFlow) - 9 tests - roles/ (CrewAI) - 7 tests - output/ (PydanticAI) - 9 tests - boundary/ (Mastra) - 9 tests - handoff/ (OpenAI Agents SDK) - 9 tests - session/ (Google ADK) - 11 tests - hooks/ (Claude Agent SDK) - 5 tests - pipeline/ (Haystack) - 7 tests - context/ (Microsoft Agent Framework) - 13 tests Total: 149 tests, all passing Code: ~6,200 lines
feat: 完成 v1.1.0 核心功能 新增 AI 员工(2个): - ✅ 小材(素材师) - 素材搜索、采集编辑 - ✅ 小营(营销专家) - 营销策略、推广方案 国内模型支持(5个): - ✅ MiniMax(海螺AI) - ✅ 智谱AI(GLM-4) - ✅ Moonshot(Kimi) - ✅ 百度文心一言 - ✅ 阿里通义千问 - ✅ 支持自动切换(国内 → GPT-4) - ✅ DomesticModelClient 客户端 Webhook 集成(5个平台): - ✅ 企业微信群机器人 - ✅ 钉钉群机器人 - ✅ 飞书群机器人 - ✅ Slack Webhook - ✅ Discord Webhook - ✅ WebhookSender 统一接口 - ✅ 便捷通知函数 新增文档: - ✅ docs/国内模型配置.md - 完整配置指南 - ✅ docs/Webhook集成.md - 集成指南 更新: - ✅ README.md - 更新功能列表和路线图 - ✅ requirements.txt - 添加 aiohttp 依赖 - ✅ RELEASE_NOTES.md - v1.1.0 发布说明 测试: - ✅ 语法验证通过 - ✅ 导入验证通过 - ✅ 行为验证通过(加载7个Agent) - ✅ 回归验证通过(原有测试全部通过) 遵守 GitHub Development Standard - ✅ Step 1-8 全部完成 - ✅ 4层验证通过
docs: 重写 README,新增英文版本 中文版 (README.md): - 重写为专业的项目介绍 - 添加核心特性说明(5个亮点) - 完善快速开始指南(3种方式) - 添加使用示例(Web/CLI/Python API) - 完善技术文档链接 - 添加路线图和贡献指南 英文版 (README_EN.md): - 完整的英文翻译 - 保持与中文版结构一致 - 适合国际用户阅读 遵守 GitHub Development Standard - ✅ Step 1-9 全部完成 - ✅ 文档同步更新(中英文)