v3.1.0 — Direct HTTP CLI, REST-native Search & Batch Improvements
🚀 Update Your Agent
Tell your agent to update the AnySearch skill:
https://github.com/anysearch-ai/anysearch-skill
Upgrade
Option 1 - Tell your agent:
Update the AnySearch skill: https://github.com/anysearch-ai/anysearch-skillOption 2 - Run manually:
git -C <your_skill_dir> pullWhat's New in v3.1.0
⚡ Direct HTTP CLI
- Python, Node.js, PowerShell, and Bash CLIs now call
/v1/search,/v1/sub-domains, and/v1/extractdirectly - Removed the MCP/JSON-RPC wrapper and improved API error reporting
🔎 Search & Batch Improvements
- Added REST-native
--tag,--params,--zone, and--languageoptions while keeping legacy aliases - Batch search now runs 1-5 queries concurrently, preserves input order, and supports partial failures
🛡️ Extract & Documentation
- Documented supported content types and untrusted external-content handling
- Updated registration guidance and bumped the documented version to v3.1.0
- Added cross-runtime HTTP contract tests
🚀 更新你的 Agent
告诉你的 Agent,去更新 AnySearch skill:
https://github.com/anysearch-ai/anysearch-skill
升级方式
方式一 - 直接告诉你的 Agent:
去更新 AnySearch skill:https://github.com/anysearch-ai/anysearch-skill方式二 - 手动执行:
git -C <your_skill_dir> pullv3.1.0 更新内容
⚡ CLI 直连 HTTP API
- Python、Node.js、PowerShell 和 Bash CLI 现已直接调用
/v1/search、/v1/sub-domains和/v1/extract - 移除 MCP/JSON-RPC 中间层,并改进 API 错误信息
🔎 搜索与批量查询优化
- 新增
--tag、--params、--zone和--language,同时兼容原有参数 - 批量搜索支持 1-5 条查询并发执行、保持输入顺序,并允许部分失败
🛡️ Extract 与文档
- 补充支持的内容类型及外部不可信内容处理说明
- 更新注册流程说明,文档版本升级至 v3.1.0
- 新增跨运行时 HTTP 契约测试
Full Changelog: v3.0.1...v3.1.0