mirror of
https://gitee.com/ssssssss-team/magic-api.git
synced 2026-05-07 19:07:21 +08:00
- 添加GitNexus代码智能文档AGENTS.md和CLAUDE.md - 新增AI模型选择类AiModelSelection用于运行时切换提供商和模型 - 实现AI服务管理器AiServiceManager支持动态选择AI提供商和模型 - 添加ClaudeService实现Anthropic API调用功能 - 创建SkillPromptLoader根据关键词动态加载技能提示词 - 添加基础提示词模板base-prompt.txt指导magic-script编写 - 实现进阶特性提示词skill-advanced.txt包含异步、Lambda等功能