Skip to content

Release v0.1.3

Choose a tag to compare

@github-actions github-actions released this 15 Jan 03:18
· 33 commits to main since this release

Added

  • 图片搜索功能(search_images),支持搜索、下载和 AI 分析
  • LLM 并行处理,批量爬取时显著提升处理速度
  • 图片分析并发控制参数(analyze_concurrent
  • CI workflow,每次提交自动运行测试和代码检查
  • CHANGELOG.md 维护版本变更记录

Changed

  • 默认文本模型更新为 glm-4.7
  • 默认视觉模型更新为 glm-4.6v
  • 优化 publish.yml,从 CHANGELOG.md 读取 Release 内容

Fixed

  • 修复并行测试的 mock 问题

Refactor

  • 清理冗余代码和过时注释

Installation

pip install --upgrade crawl-mcp==0.1.3

Documentation

See README.md for full documentation.