mirror of
https://github.com/iflytek/skillhub.git
synced 2026-08-27 11:14:59 +00:00
20 lines
868 B
Markdown
20 lines
868 B
Markdown
# Changelog
|
|
|
|
All notable CLI behavior changes are documented in this file.
|
|
|
|
## Unreleased
|
|
|
|
### Fixed
|
|
|
|
- Resolve `namespace/slug`, `@namespace/slug`, and `namespace--slug`
|
|
coordinates against their declared namespace instead of silently falling
|
|
back to `global`.
|
|
- Reject a namespaced coordinate combined with a conflicting `--namespace`
|
|
value; a matching value remains valid.
|
|
- Limit local removal with a namespaced coordinate or explicit `--namespace`
|
|
to 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 `msg` and `requestId` fields for unsuccessful
|
|
responses. HTTP 403 without a public message now reports the neutral
|
|
`access denied` fallback instead of assuming the token lacks scope.
|