From 33fca0b5576185b3b8a61bc1c27052415376ef7b Mon Sep 17 00:00:00 2001 From: ChrisLovering Date: Thu, 23 Jul 2026 12:58:28 -0400 Subject: [PATCH] chore: prepare v1.1.0 release changelog --- CHANGELOG.md | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74d643e..5b3432d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,28 @@ ## next -- Add `--skill` root flag to identify the AI skill/workflow invoking a command; folded into the `User-Agent` header sent with API requests - +## 1.1.0 + +### AI Task Builder + +- Map audio fields and add a batch preview command +- Map video fields on AITB Dataset +- Send User-Agent on dataset upload requests +- Send User-Agent on batch export downloads +- Stop sending skill/agent User-Agent on presigned URL requests + +### Collections + +- Send User-Agent on collection export downloads + +### Core + +- Add `--skill` root flag to identify the AI skill/workflow invoking a command; folded into the `User-Agent` header sent with API requests +- Add AI detection to include the agent or model using the cli +- Fix claude code env var bug + ## 1.0.3 ### AI Task Builder