Commit Graph

2 Commits

Author SHA1 Message Date
xieyao
2df5e871dc feat: add Agnes AI as default provider, support multi-provider switching
- Default provider changed from Zhipu to Agnes AI (agnes-2.0-flash)
- Add --provider flag: agnes (default), zhipu, custom
- Add AGNES_API_KEY env var support (still compatible with ZHIPU_API_KEY)
- Add provider presets system for easy switching between AI backends
- Add .gitignore to prevent config.json with API keys from being committed
- Update usage examples

Co-Authored-By: Claude <noreply@anthropic.com>
2026-06-29 18:58:26 +08:00
ee03467993 feat: Go 图片识别 CLI 工具 — 对接 Agnes-2.0-Flash 免费视觉模型
为 Claude Code 等 AI 编码助手提供图片理解能力:
- 支持本地图片 base64 编码上传
- 多图对比分析
- 自动重试 + 指数退避
- 多源配置管理(命令行/环境变量/配置文件)
- 关闭 thinking 模式以降低延迟

Co-Authored-By: Claude <noreply@anthropic.com>
2026-06-15 23:45:52 +08:00