v0.8.81
airweave-ai/airweavev0.8.81Feb 10, 2026by felixschmetz
AI Summary
Enhanced documentation for Agent Skills, improved performance by optimizing file hashing, and tightened security by capping file downloads.
Key Highlights
- Added comprehensive documentation for Agent Skills
- Optimized file hashing performance using a single thread-pool
- Enforced a 200MB cap on file downloads with multiple protection layers
New Features
- Agent Skills documentation
- File hashing optimization
- File download cap
Full Release Notes
## What's Changed * feat: add new documentation page for Agent Skills by @EwanTauran in https://github.com/airweave-ai/airweave/pull/1391 * docs: update section title from "OpenClaw listing" to "OpenClaw Skill… by @EwanTauran in https://github.com/airweave-ai/airweave/pull/1392 * perf: use single thread-pool dispatch for file hashing with 64KB chunks by @felixschmetz in https://github.com/airweave-ai/airweave/pull/1394 * fix: cap file downloads at 200MB with three layers of protection by @felixschmetz in https://github.com/airweave-ai/airweave/pull/1388 **Full Changelog**: https://github.com/airweave-ai/airweave/compare/v0.8.80...v0.8.81