From 94992fb6d1fe1f28751bc51ff55bbe5e34e58290 Mon Sep 17 00:00:00 2001 From: momothemage Date: Fri, 22 May 2026 16:02:07 +0800 Subject: [PATCH] docs(changelog): add Unreleased entry for API key required skill attribute (#2353) --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e3ef4568..f7a64858 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## Unreleased +### Changes + +- Web/API: surface an "API key required" attribute on skills so listings, cards, and detail views show whether a skill needs an LLM API key, with publish-time inference from skill prompts and metadata (#2353) (thanks @momothemage). + ### Fixes - API: fix `GET /api/v1/skills` pagination so `cursor` advances to the next page instead of repeating the first page for supported non-trending sorts (#2275) (thanks @vyctorbrzezowski, @enerj).