v2.44.13

spider-rs/spiderv2.44.13Feb 5, 2026by j-mendez

AI Summary

Adds Spider Cloud integration for proxy rotation and anti-bot bypass capabilities, plus S3 skills loading for loading agent skills from S3-compatible storage.

Key Highlights

  • Spider Cloud integration (spider_cloud feature)
  • Multiple Cloud modes: Proxy, Api, Unblocker, Fallback, Smart
  • S3 skills loading (skills_s3 feature)
  • CLI flags for Spider Cloud configuration
  • Smart mode auto-detects Cloudflare challenges, CAPTCHAs, and bot protection

New Features

  • spider_cloud feature with proxy rotation and anti-bot bypass
  • Spider Cloud modes: Proxy, Api, Unblocker, Fallback, Smart
  • skills_s3 feature for S3-compatible storage (AWS, MinIO, R2)
  • --spider-cloud-key CLI flag
  • --spider-cloud-mode CLI flag

Full Release Notes

## What's New

- **Spider Cloud integration** (`spider_cloud` feature) — optional proxy rotation, anti-bot bypass, and intelligent fallback via [spider.cloud](https://spider.cloud)
  - Modes: Proxy, Api, Unblocker, Fallback, Smart
  - Smart mode auto-detects Cloudflare challenges, CAPTCHAs, and bot protection then retries via `/unblocker`
- **S3 skills loading** (`skills_s3` feature) — load agent skills from S3-compatible storage (AWS, MinIO, R2)
- CLI: `--spider-cloud-key` and `--spider-cloud-mode` flags

## Crates

- `spider` v2.44.13
- `spider_agent` v2.44.13
- `spider_cli` v2.44.13
- `spider_utils` v2.44.13
- `spider_worker` v2.44.13