mirror of
https://github.com/iflytek/skillhub.git
synced 2026-08-27 11:14:59 +00:00
868 B
868 B
Changelog
All notable CLI behavior changes are documented in this file.
Unreleased
Fixed
- Resolve
namespace/slug,@namespace/slug, andnamespace--slugcoordinates against their declared namespace instead of silently falling back toglobal. - Reject a namespaced coordinate combined with a conflicting
--namespacevalue; a matching value remains valid. - Limit local removal with a namespaced coordinate or explicit
--namespaceto the matching namespace, preventing collateral deletion of same-slug installations in other namespaces. Bare-slug removal retains its existing cross-namespace behavior for compatibility. - Preserve public registry
msgandrequestIdfields for unsuccessful responses. HTTP 403 without a public message now reports the neutralaccess deniedfallback instead of assuming the token lacks scope.